Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp1594 Optional<Kind *> addPredicate(Args &&... args) { in addPredicate() function in __anon4852db4a0111::OperandMatcher
1682 addPredicate<PointerToAnyOperandMatcher>(0); in addTypeCheckPredicate()
1691 addPredicate<PointerToAnyOperandMatcher>(OpTyOrNone->get().getSizeInBits()); in addTypeCheckPredicate()
1693 addPredicate<LLTOperandMatcher>(LLT::pointer(VTy.getPtrAddrSpace(), in addTypeCheckPredicate()
1696 addPredicate<LLTOperandMatcher>(*OpTyOrNone); in addTypeCheckPredicate()
2230 Optional<Kind *> addPredicate(Args &&... args) { in addPredicate() function in __anon4852db4a0111::InstructionMatcher
3247 OM.addPredicate<SameOperandMatcher>(OM.getSymbolicName()); in defineOperand()
3754 InsnMatcher.addPredicate<MemoryAddressSpacePredicateMatcher>( in addBuiltinPredicates()
3761 InsnMatcher.addPredicate<MemoryAlignmentPredicateMatcher>(0, MinAlign); in addBuiltinPredicates()
3766 InsnMatcher.addPredicate<MemoryVsLLTSizePredicateMatcher>( in addBuiltinPredicates()
[all …]
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h258 const MachineInstrBuilder &addPredicate(CmpInst::Predicate Pred) const { in addPredicate() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h248 const MachineInstrBuilder &addPredicate(CmpInst::Predicate Pred) const { in addPredicate() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolution.h1211 void addPredicate(const SCEVPredicate *P) {
1990 void addPredicate(const SCEVPredicate &Pred);
/external/llvm-project/llvm/lib/Target/ARM/
DARMLowOverheadLoops.cpp216 static void addPredicate(MachineInstr *MI) { in addPredicate() function in __anone84e0e190111::VPTState
1183 VPTState::addPredicate(MI); in ValidateMVEInst()
/external/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolution.h1292 void addPredicate(const SCEVPredicate *P) {
2138 void addPredicate(const SCEVPredicate &Pred);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp858 PSE.addPredicate(LAI->getPSE().getUnionPredicate()); in canVectorizeMemory()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp894 PSE.addPredicate(LAI->getPSE().getUnionPredicate()); in canVectorizeMemory()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h145 MIB.addPredicate(Pred); in addSrcToMIB()
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1739 void addPredicate(const SCEVPredicate &Pred);
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h144 MIB.addPredicate(Pred); in addSrcToMIB()
/external/llvm-project/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp163 PSE.addPredicate(*SE->getEqualPredicate(U, CT)); in replaceSymbolicStrideSCEV()
DScalarEvolution.cpp7303 addPredicate(P); in ExitLimit()
13017 addPredicate(BackedgePred); in getBackedgeTakenCount()
13022 void PredicatedScalarEvolution::addPredicate(const SCEVPredicate &Pred) { in addPredicate() function in PredicatedScalarEvolution
13052 addPredicate(*SE.getWrapPredicate(AR, Flags)); in setNoOverflow()
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp139 PSE.addPredicate(*SE->getEqualPredicate(U, CT)); in replaceSymbolicStrideSCEV()
DScalarEvolution.cpp10364 addPredicate(BackedgePred); in getBackedgeTakenCount()
10369 void PredicatedScalarEvolution::addPredicate(const SCEVPredicate &Pred) { in addPredicate() function in PredicatedScalarEvolution
10399 addPredicate(*SE.getWrapPredicate(AR, Flags)); in setNoOverflow()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp165 PSE.addPredicate(*SE->getEqualPredicate(U, CT)); in replaceSymbolicStrideSCEV()
DScalarEvolution.cpp7043 addPredicate(P); in ExitLimit()
12474 addPredicate(BackedgePred); in getBackedgeTakenCount()
12479 void PredicatedScalarEvolution::addPredicate(const SCEVPredicate &Pred) { in addPredicate() function in PredicatedScalarEvolution
12509 addPredicate(*SE.getWrapPredicate(AR, Flags)); in setNoOverflow()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4838 PSE.addPredicate(LAI->getPSE().getUnionPredicate()); in canVectorizeMemory()