Home
last modified time | relevance | path

Searched refs:IRInstructionDataList (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/unittests/Analysis/
DIRSimilarityIdentifierTest.cpp64 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST()
95 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST()
123 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST()
148 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST()
174 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST()
199 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST()
225 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST()
251 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST()
277 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST()
303 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST()
[all …]
/external/llvm-project/llvm/include/llvm/Analysis/
DIRSimilarityIdentifier.h62 struct IRInstructionDataList;
130 IRInstructionData(Instruction &I, bool Legality, IRInstructionDataList &IDL);
170 IRInstructionDataList *IDL = nullptr;
173 struct IRInstructionDataList : simple_ilist<IRInstructionData> {}; struct
284 SpecificBumpPtrAllocator<IRInstructionDataList> *IDLAllocator = nullptr;
295 IRInstructionDataList &IDL);
300 IRInstructionDataList *allocateIRInstructionDataList();
302 IRInstructionDataList *IDL = nullptr;
340 SpecificBumpPtrAllocator<IRInstructionDataList> *IDLA) in IRInstructionMapper()
351 IRInstructionDataList(); in IRInstructionMapper()
[all …]
/external/llvm-project/llvm/lib/Analysis/
DIRSimilarityIdentifier.cpp26 IRInstructionDataList &IDList) in IRInstructionData()
126 IRInstructionDataList &IDL) { in allocateIRInstructionData()
130 IRInstructionDataList *
132 return new (IDLAllocator->Allocate()) IRInstructionDataList(); in allocateIRInstructionDataList()
199 IRInstructionDataList::iterator ID = iterator(*FirstInstIt); in IRSimilarityCandidate()