Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp628 InsnMatcher.addPredicate<MemoryVsLLTSizePredicateMatcher>( in addBuiltinPredicates()
629 0, MemoryVsLLTSizePredicateMatcher::EqualTo, 0); in addBuiltinPredicates()
633 InsnMatcher.addPredicate<MemoryVsLLTSizePredicateMatcher>( in addBuiltinPredicates()
634 0, MemoryVsLLTSizePredicateMatcher::LessThan, 0); in addBuiltinPredicates()
650 InsnMatcher.addPredicate<MemoryVsLLTSizePredicateMatcher>( in addBuiltinPredicates()
651 0, MemoryVsLLTSizePredicateMatcher::LessThan, 0); in addBuiltinPredicates()
658 InsnMatcher.addPredicate<MemoryVsLLTSizePredicateMatcher>( in addBuiltinPredicates()
659 0, MemoryVsLLTSizePredicateMatcher::EqualTo, 0); in addBuiltinPredicates()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp1641 bool MemoryVsLLTSizePredicateMatcher::isIdentical( in isIdentical()
1644 MMOIdx == cast<MemoryVsLLTSizePredicateMatcher>(&B)->MMOIdx && in isIdentical()
1645 Relation == cast<MemoryVsLLTSizePredicateMatcher>(&B)->Relation && in isIdentical()
1646 OpIdx == cast<MemoryVsLLTSizePredicateMatcher>(&B)->OpIdx; in isIdentical()
1649 void MemoryVsLLTSizePredicateMatcher::emitPredicateOpcodes( in emitPredicateOpcodes()
H A DGlobalISelMatchTable.h1623 class MemoryVsLLTSizePredicateMatcher : public InstructionPredicateMatcher {
1637 MemoryVsLLTSizePredicateMatcher(unsigned InsnVarID, unsigned MMOIdx, in MemoryVsLLTSizePredicateMatcher() function