Searched refs:IDLAllocator (Results 1 – 3 of 3) sorted by relevance
64 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST() local65 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST()95 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST() local96 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST()123 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST() local124 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST()148 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST() local149 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST()174 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST() local175 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST()[all …]
284 SpecificBumpPtrAllocator<IRInstructionDataList> *IDLAllocator = nullptr; member341 : InstDataAllocator(IDA), IDLAllocator(IDLA) { in IRInstructionMapper()350 IDL = new (IDLAllocator->Allocate()) in IRInstructionMapper()
132 return new (IDLAllocator->Allocate()) IRInstructionDataList(); in allocateIRInstructionDataList()