Searched refs:populateMapper (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
D | IRSimilarityIdentifier.cpp | 859 void IRSimilarityIdentifier::populateMapper( in populateMapper() function in IRSimilarityIdentifier 897 void IRSimilarityIdentifier::populateMapper( in populateMapper() function in IRSimilarityIdentifier 904 populateMapper(*M, InstrList, IntegerMapping); in populateMapper() 1205 populateMapper(Modules, InstrList, IntegerMapping); in findSimilarity() 1222 populateMapper(M, InstrList, IntegerMapping); in findSimilarity()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | MachineOutliner.cpp | 437 void populateMapper(InstructionMapper &Mapper, Module &M, 877 void MachineOutliner::populateMapper(InstructionMapper &Mapper, Module &M, in populateMapper() function in MachineOutliner 1056 populateMapper(Mapper, M, MMI); in doOutline()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
D | IRSimilarityIdentifier.h | 999 void populateMapper(Module &M, std::vector<IRInstructionData *> &InstrList, 1008 void populateMapper(ArrayRef<std::unique_ptr<Module>> &Modules,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineOutliner.cpp | 921 void populateMapper(InstructionMapper &Mapper, Module &M, 1296 void MachineOutliner::populateMapper(InstructionMapper &Mapper, Module &M, in populateMapper() function in MachineOutliner 1455 populateMapper(Mapper, M, MMI); in doOutline()
|