Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h1604 class VectorSplatImmPredicateMatcher : public InstructionPredicateMatcher {
1612 VectorSplatImmPredicateMatcher(unsigned InsnVarID, SplatKind K) in VectorSplatImmPredicateMatcher() function
1621 Kind == static_cast<const VectorSplatImmPredicateMatcher &>(B).Kind; in isIdentical()
H A DGlobalISelMatchTable.cpp1643 void VectorSplatImmPredicateMatcher::emitPredicateOpcodes( in emitPredicateOpcodes()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1169 InsnOperand.getInsnMatcher().addPredicate<VectorSplatImmPredicateMatcher>( in importChildMatcher()
1170 ImmAllOnesV ? VectorSplatImmPredicateMatcher::AllOnes in importChildMatcher()
1171 : VectorSplatImmPredicateMatcher::AllZeros); in importChildMatcher()