Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1646 std::optional<Kind *> addPredicate(Args &&...args) { in addPredicate() function in __anon8aabd5ea0111::OperandMatcher
1734 addPredicate<PointerToAnyOperandMatcher>(0); in addTypeCheckPredicate()
1743 addPredicate<PointerToAnyOperandMatcher>(OpTyOrNone->get().getSizeInBits()); in addTypeCheckPredicate()
1745 addPredicate<LLTOperandMatcher>(LLT::pointer(VTy.getPtrAddrSpace(), in addTypeCheckPredicate()
1748 addPredicate<LLTOperandMatcher>(*OpTyOrNone); in addTypeCheckPredicate()
2305 std::optional<Kind *> addPredicate(Args &&...args) { in addPredicate() function in __anon8aabd5ea0111::InstructionMatcher
3328 OM.addPredicate<SameOperandMatcher>( in defineOperand()
3854 InsnMatcher.addPredicate<MemoryAddressSpacePredicateMatcher>( in addBuiltinPredicates()
3862 InsnMatcher.addPredicate<MemoryAlignmentPredicateMatcher>(0, MinAlign); in addBuiltinPredicates()
3869 InsnMatcher.addPredicate<MemoryVsLLTSizePredicateMatcher>( in addBuiltinPredicates()
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DObjDumper.h51 void addPredicate(CompPredicate Pred) { Predicates.push_back(Pred); } in addPredicate() function
H A Dllvm-readobj.cpp385 SymComp->addPredicate([Dumper](SymbolRef LHS, SymbolRef RHS) { in dumpObject()
390 SymComp->addPredicate([Dumper](SymbolRef LHS, SymbolRef RHS) { in dumpObject()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h257 const MachineInstrBuilder &addPredicate(CmpInst::Predicate Pred) const { in addPredicate() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1095 void addPredicate(const SCEVPredicate *P) {
2303 void addPredicate(const SCEVPredicate &Pred);
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp226 static void addPredicate(MachineInstr *MI) { in addPredicate() function in __anon24d030b90111::VPTState
1297 VPTState::addPredicate(MI); in ValidateMVEInst()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1010 PSE.addPredicate(LAI->getPSE().getPredicate()); in canVectorizeMemory()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h153 MIB.addPredicate(Pred); in addSrcToMIB()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp169 PSE.addPredicate(*SE->getEqualPredicate(U, CT)); in replaceSymbolicStrideSCEV()
H A DScalarEvolution.cpp8724 addPredicate(P); in ExitLimit()
14742 addPredicate(*P); in getBackedgeTakenCount()
14747 void PredicatedScalarEvolution::addPredicate(const SCEVPredicate &Pred) { in addPredicate() function in PredicatedScalarEvolution
14781 addPredicate(*SE.getWrapPredicate(AR, Flags)); in setNoOverflow()
14813 addPredicate(*P); in getAsAddRec()