Searched refs:addPredicate (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp998 Optional<Kind *> addPredicate(Args &&... args);
1506 Optional<Kind *> addPredicate(Args &&... args) { function in class:__anon5929::OperandMatcher
1594 addPredicate<PointerToAnyOperandMatcher>(0);
1603 addPredicate<PointerToAnyOperandMatcher>(OpTyOrNone->get().getSizeInBits());
1605 addPredicate<LLTOperandMatcher>(LLT::pointer(VTy.getPtrAddrSpace(),
1608 addPredicate<LLTOperandMatcher>(*OpTyOrNone);
2061 Optional<Kind *> addPredicate(Args &&... args) { function in class:final
3042 OM.addPredicate<SameOperandMatcher>(OM.getSymbolicName());
3510 InsnMatcher.addPredicate<InstructionOpcodeMatcher>(
3523 InsnMatcher.addPredicate<InstructionOpcodeMatche
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h248 const MachineInstrBuilder &addPredicate(CmpInst::Predicate Pred) const { function in class:llvm::MachineInstrBuilder
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1211 void addPredicate(const SCEVPredicate *P) { function in struct:llvm::ScalarEvolution::ExitLimit
1990 void addPredicate(const SCEVPredicate &Pred);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h145 MIB.addPredicate(Pred);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp858 PSE.addPredicate(LAI->getPSE().getUnionPredicate());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp165 PSE.addPredicate(*SE->getEqualPredicate(U, CT));
H A DScalarEvolution.cpp7043 addPredicate(P);
12474 addPredicate(BackedgePred);
12479 void PredicatedScalarEvolution::addPredicate(const SCEVPredicate &Pred) {
12509 addPredicate(*SE.getWrapPredicate(AR, Flags));

Completed in 206 milliseconds