Searched refs:IDLAllocator (Results 1 – 3 of 3) sorted by relevance
72 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST() local73 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST()103 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST() local104 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST()131 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST() local132 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST()156 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST() local157 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST()183 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST() local184 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST()[all …]
422 SpecificBumpPtrAllocator<IRInstructionDataList> *IDLAllocator = nullptr;443 /// Get an allocated IRInstructionDataList object using the IDLAllocator.505 : InstDataAllocator(IDA), IDLAllocator(IDLA) { in IRInstructionMapper() 514 IDL = new (IDLAllocator->Allocate()) in IRInstructionMapper() 423 SpecificBumpPtrAllocator<IRInstructionDataList> *IDLAllocator = nullptr; global() member
388 return new (IDLAllocator->Allocate()) IRInstructionDataList(); in allocateIRInstructionDataList()