Searched refs:MemoryVsLLTSizePredicateMatcher (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelEmitter.cpp | 602 InsnMatcher.addPredicate<MemoryVsLLTSizePredicateMatcher>( in addBuiltinPredicates() 603 0, MemoryVsLLTSizePredicateMatcher::EqualTo, 0); in addBuiltinPredicates() 607 InsnMatcher.addPredicate<MemoryVsLLTSizePredicateMatcher>( in addBuiltinPredicates() 608 0, MemoryVsLLTSizePredicateMatcher::LessThan, 0); in addBuiltinPredicates() 623 InsnMatcher.addPredicate<MemoryVsLLTSizePredicateMatcher>( in addBuiltinPredicates() 624 0, MemoryVsLLTSizePredicateMatcher::LessThan, 0); in addBuiltinPredicates() 631 InsnMatcher.addPredicate<MemoryVsLLTSizePredicateMatcher>( in addBuiltinPredicates() 632 0, MemoryVsLLTSizePredicateMatcher::EqualTo, 0); in addBuiltinPredicates()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | GlobalISelMatchTable.cpp | 1621 bool MemoryVsLLTSizePredicateMatcher::isIdentical( in isIdentical() 1624 MMOIdx == cast<MemoryVsLLTSizePredicateMatcher>(&B)->MMOIdx && in isIdentical() 1625 Relation == cast<MemoryVsLLTSizePredicateMatcher>(&B)->Relation && in isIdentical() 1626 OpIdx == cast<MemoryVsLLTSizePredicateMatcher>(&B)->OpIdx; in isIdentical() 1629 void MemoryVsLLTSizePredicateMatcher::emitPredicateOpcodes( in emitPredicateOpcodes()
|
H A D | GlobalISelMatchTable.h | 1575 class MemoryVsLLTSizePredicateMatcher : public InstructionPredicateMatcher { 1589 MemoryVsLLTSizePredicateMatcher(unsigned InsnVarID, unsigned MMOIdx, in MemoryVsLLTSizePredicateMatcher() function
|