Searched refs:InstDataAllocator (Results 1 – 4 of 4) sorted by relevance
418 SpecificBumpPtrAllocator<IRInstructionData> *InstDataAllocator = nullptr; member 425 /// Get an allocated IRInstructionData struct using the InstDataAllocator.437 /// InstDataAllocator.506 : InstDataAllocator(IDA), IDLAllocator(IDLA) { in IRInstructionMapper() 1052 : Mapper(&InstDataAllocator, &InstDataListAllocator),1123 SpecificBumpPtrAllocator<IRInstructionData> InstDataAllocator;
349 SpecificBumpPtrAllocator<IRInstructionData> InstDataAllocator; variable
378 return new (InstDataAllocator->Allocate()) IRInstructionData(I, Legality, IDL); in allocateIRInstructionData()383 return new (InstDataAllocator->Allocate()) IRInstructionData(IDL); in allocateIRInstructionData()
2383 IRInstructionData *NewEndIRID = new (InstDataAllocator.Allocate()) in isCompatibleWithAlreadyOutlinedCode()2757 Region.NewFront = new (InstDataAllocator.Allocate()) IRInstructionData( in extractSection()2759 Region.NewBack = new (InstDataAllocator.Allocate()) IRInstructionData( in extractSection()