Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.h1595 class VectorSplatImmPredicateMatcher : public InstructionPredicateMatcher {
1603 VectorSplatImmPredicateMatcher(unsigned InsnVarID, SplatKind K) in VectorSplatImmPredicateMatcher() function
1612 Kind == static_cast<const VectorSplatImmPredicateMatcher &>(B).Kind; in isIdentical()
H A DGlobalISelEmitter.cpp1149 InsnOperand.getInsnMatcher().addPredicate<VectorSplatImmPredicateMatcher>( in importChildMatcher()
1150 ImmAllOnesV ? VectorSplatImmPredicateMatcher::AllOnes in importChildMatcher()
1151 : VectorSplatImmPredicateMatcher::AllZeros); in importChildMatcher()
H A DGlobalISelMatchTable.cpp1599 void VectorSplatImmPredicateMatcher::emitPredicateOpcodes( in emitPredicateOpcodes()