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.cpp602 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 DGlobalISelMatchTable.cpp1621 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 DGlobalISelMatchTable.h1575 class MemoryVsLLTSizePredicateMatcher : public InstructionPredicateMatcher {
1589 MemoryVsLLTSizePredicateMatcher(unsigned InsnVarID, unsigned MMOIdx, in MemoryVsLLTSizePredicateMatcher() function