Searched defs:IRInstructionMapper (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | IRSimilarityIdentifier.h | 381 struct IRInstructionMapper { global() struct 385 IllegalInstrNumberIRInstructionMapper global() argument 388 LegalInstrNumberIRInstructionMapper global() argument 392 InstructionIntegerMapIRInstructionMapper global() argument 396 BasicBlockToIntegerIRInstructionMapper global() argument 402 AddedIllegalLastTimeIRInstructionMapper global() argument 405 CanCombineWithPrevInstrIRInstructionMapper global() argument 409 HaveLegalRangeIRInstructionMapper global() argument 413 EnableMatchCallsByNameIRInstructionMapper global() argument 418 InstDataAllocatorIRInstructionMapper global() argument 423 IDLAllocatorIRInstructionMapper global() argument 449 IDLIRInstructionMapper global() argument 456 initializeForBBsIRInstructionMapper initializeForBBs() argument 463 initializeForBBsIRInstructionMapper initializeForBBs() argument 504 IRInstructionMapperIRInstructionMapper IRInstructionMapper() argument 521 InstructionClassificationIRInstructionMapper global() argument 609 InstClassifierIRInstructionMapper global() argument
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | IRSimilarityIdentifierTest.cpp | 57 TEST(IRInstructionMapper, OpcodeDifferentiation) { in TEST() argument 88 TEST(IRInstructionMapper, OpcodeTypeSimilarity) { in TEST() argument 116 TEST(IRInstructionMapper, TypeDifferentiation) { in TEST() argument 141 TEST(IRInstructionMapper, PredicateDifferentiation) { in TEST() argument 168 TEST(IRInstructionMapper, PredicateIsomorphism) { in TEST() argument 193 TEST(IRInstructionMapper, PredicateSimilarity) { in TEST() argument 219 TEST(IRInstructionMapper, FPPredicateSimilarity) { in TEST() argument 245 TEST(IRInstructionMapper, FPPredicatDifference) { in TEST() argument 271 TEST(IRInstructionMapper, ZextTypeSimilarity) { in TEST() argument 297 TEST(IRInstructionMapper, SextTypeSimilarity) { in TEST() argument [all …]
|