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.h1652 class VectorSplatImmPredicateMatcher : public InstructionPredicateMatcher {
1660 VectorSplatImmPredicateMatcher(unsigned InsnVarID, SplatKind K) in VectorSplatImmPredicateMatcher() function
1669 Kind == static_cast<const VectorSplatImmPredicateMatcher &>(B).Kind; in isIdentical()
H A DGlobalISelMatchTable.cpp1663 void VectorSplatImmPredicateMatcher::emitPredicateOpcodes( in emitPredicateOpcodes()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1211 InsnOperand.getInsnMatcher().addPredicate<VectorSplatImmPredicateMatcher>( in importChildMatcher()
1212 ImmAllOnesV ? VectorSplatImmPredicateMatcher::AllOnes in importChildMatcher()
1213 : VectorSplatImmPredicateMatcher::AllZeros); in importChildMatcher()