Home
last modified time | relevance | path

Searched refs:addPredicate (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1628 Optional<Kind *> addPredicate(Args &&... args) { in addPredicate() function in __anon332dbd1e0111::OperandMatcher
1716 addPredicate<PointerToAnyOperandMatcher>(0); in addTypeCheckPredicate()
1725 addPredicate<PointerToAnyOperandMatcher>(OpTyOrNone->get().getSizeInBits()); in addTypeCheckPredicate()
1727 addPredicate<LLTOperandMatcher>(LLT::pointer(VTy.getPtrAddrSpace(), in addTypeCheckPredicate()
1730 addPredicate<LLTOperandMatcher>(*OpTyOrNone); in addTypeCheckPredicate()
2264 Optional<Kind *> addPredicate(Args &&... args) { in addPredicate() function in __anon332dbd1e0111::InstructionMatcher
3281 OM.addPredicate<SameOperandMatcher>(OM.getSymbolicName()); in defineOperand()
3802 InsnMatcher.addPredicate<MemoryAddressSpacePredicateMatcher>( in addBuiltinPredicates()
3809 InsnMatcher.addPredicate<MemoryAlignmentPredicateMatcher>(0, MinAlign); in addBuiltinPredicates()
3814 InsnMatcher.addPredicate<MemoryVsLLTSizePredicateMatcher>( in addBuiltinPredicates()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h257 const MachineInstrBuilder &addPredicate(CmpInst::Predicate Pred) const { in addPredicate() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1317 void addPredicate(const SCEVPredicate *P) {
2149 void addPredicate(const SCEVPredicate &Pred);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp215 static void addPredicate(MachineInstr *MI) { in addPredicate() function in __anonf568b4ed0111::VPTState
1154 VPTState::addPredicate(MI); in ValidateMVEInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp882 PSE.addPredicate(LAI->getPSE().getUnionPredicate()); in canVectorizeMemory()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h144 MIB.addPredicate(Pred); in addSrcToMIB()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp163 PSE.addPredicate(*SE->getEqualPredicate(U, CT)); in replaceSymbolicStrideSCEV()
H A DScalarEvolution.cpp7428 addPredicate(P); in ExitLimit()
13187 addPredicate(BackedgePred); in getBackedgeTakenCount()
13192 void PredicatedScalarEvolution::addPredicate(const SCEVPredicate &Pred) { in addPredicate() function in PredicatedScalarEvolution
13222 addPredicate(*SE.getWrapPredicate(AR, Flags)); in setNoOverflow()