reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
7371 EVT *Array = Allocator.Allocate<EVT>(2); 7374 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, 2); 7374 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, 2); 7390 EVT *Array = Allocator.Allocate<EVT>(3); 7394 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, 3); 7394 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, 3); 7411 EVT *Array = Allocator.Allocate<EVT>(4); 7416 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, 4); 7416 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, 4); 7433 EVT *Array = Allocator.Allocate<EVT>(NumVTs); 7435 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, NumVTs); 7435 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, NumVTs); 7579 Allocator.template Allocate<MachineMemOperand *>(NewMemRefs.size());