Searched refs:IRInstructionMapper (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | IRSimilarityIdentifierTest.cpp | 369 TEST(IRInstructionMapper, LoadSimilarType) { in TEST() argument 525 TEST(IRInstructionMapper, LoadSameAtomic) { in TEST() argument 681 TEST(IRInstructionMapper, StoreSameAtomic) { in TEST() argument 732 TEST(IRInstructionMapper, BranchLegal) { in TEST() argument 761 TEST(IRInstructionMapper, PhiLegal) { in TEST() argument 789 TEST(IRInstructionMapper, PhiIllegal) { in TEST() argument 829 TEST(IRInstructionMapper, AllocaIllegal) { in TEST() argument 1244 TEST(IRInstructionMapper, InvokeIllegal) { in TEST() argument 1523 TEST(IRInstructionMapper, MemSetIllegal) { in TEST() argument 1556 TEST(IRInstructionMapper, MemCpyIllegal) { in TEST() argument [all …]
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | IRSimilarityIdentifier.cpp | 270 void IRInstructionMapper::convertToUnsignedVec( in convertToUnsignedVec() 302 unsigned IRInstructionMapper::mapToLegalUnsigned( in mapToLegalUnsigned() 356 IRInstructionMapper::allocateIRInstructionData(Instruction &I, bool Legality, in allocateIRInstructionData() 362 IRInstructionMapper::allocateIRInstructionData(IRInstructionDataList &IDL) { in allocateIRInstructionData() 367 IRInstructionMapper::allocateIRInstructionDataList() { in allocateIRInstructionDataList() 373 unsigned IRInstructionMapper::mapToIllegalUnsigned( in mapToIllegalUnsigned() 917 const IRInstructionMapper& Mapper, std::vector<IRInstructionData *> &InstrList, in createCandidatesFromSuffixTree()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | IRSimilarityIdentifier.h | 375 struct IRInstructionMapper { struct 498 IRInstructionMapper(SpecificBumpPtrAllocator<IRInstructionData> *IDA, in IRInstructionMapper() function 1063 IRInstructionMapper Mapper;
|