Searched refs:InstDataAllocator (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/unittests/Analysis/ |
D | IRSimilarityIdentifierTest.cpp | 63 SpecificBumpPtrAllocator<IRInstructionData> InstDataAllocator; in TEST() local 65 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST() 94 SpecificBumpPtrAllocator<IRInstructionData> InstDataAllocator; in TEST() local 96 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST() 122 SpecificBumpPtrAllocator<IRInstructionData> InstDataAllocator; in TEST() local 124 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST() 147 SpecificBumpPtrAllocator<IRInstructionData> InstDataAllocator; in TEST() local 149 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST() 173 SpecificBumpPtrAllocator<IRInstructionData> InstDataAllocator; in TEST() local 175 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST() [all …]
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | IRSimilarityIdentifier.h | 279 SpecificBumpPtrAllocator<IRInstructionData> *InstDataAllocator = nullptr; member 341 : InstDataAllocator(IDA), IDLAllocator(IDLA) { in IRInstructionMapper() 612 : Mapper(&InstDataAllocator, &InstDataListAllocator) {} in IRSimilarityIdentifier() 616 : Mapper(&InstDataAllocator, &InstDataListAllocator) { in IRSimilarityIdentifier() 685 SpecificBumpPtrAllocator<IRInstructionData> InstDataAllocator;
|
/external/llvm-project/llvm/lib/Analysis/ |
D | IRSimilarityIdentifier.cpp | 127 return new (InstDataAllocator->Allocate()) IRInstructionData(I, Legality, IDL); in allocateIRInstructionData()
|