Home
last modified time | relevance | path

Searched refs:getConstraint (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp128 getConstraint(CmpInst::Predicate Pred, Value *Op0, Value *Op1, in getConstraint() function
149 return getConstraint(CmpInst::getSwappedPredicate(Pred), Op1, Op0, in getConstraint()
154 getConstraint(CmpInst::ICMP_UGE, Op0, Op1, Value2Index, NewIndices); in getConstraint()
156 getConstraint(CmpInst::ICMP_ULE, Op0, Op1, Value2Index, NewIndices); in getConstraint()
162 return getConstraint(CmpInst::ICMP_UGT, Op0, Op1, Value2Index, NewIndices); in getConstraint()
206 getConstraint(CmpInst *Cmp, const DenseMap<Value *, unsigned> &Value2Index, in getConstraint() function
208 return getConstraint(Cmp->getPredicate(), Cmp->getOperand(0), in getConstraint()
370 auto R = getConstraint(Cmp, Value2Index, NewIndices); in eliminateConstraints()
442 auto R = getConstraint(CB.Condition, Value2Index, NewIndices); in eliminateConstraints()
H A DNewGVN.cpp1561 const Optional<PredicateConstraint> &Constraint = PI->getConstraint(); in performSymbolicPredicateInfoEvaluation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp656 LLVM_NODISCARD inline const RangeSet *getConstraint(ProgramStateRef State, in getConstraint() function
661 LLVM_NODISCARD inline const RangeSet *getConstraint(ProgramStateRef State, in getConstraint() function
663 return getConstraint(State, EquivalenceClass::find(State, Sym)); in getConstraint()
887 ValueFactory, RangeFactory, getConstraint(State, Sym), in infer()
909 if (const RangeSet *AssociatedConstraint = getConstraint(State, Class)) in infer()
1085 if (const RangeSet *NegatedRange = getConstraint(State, NegatedSym)) { in getRangeForNegatedSub()
1131 const RangeSet *QueriedRangeSet = getConstraint(State, SymSym); in getRangeForComparisonSymbol()
1139 QueriedRangeSet = getConstraint(State, SymSym); in getRangeForComparisonSymbol()
1673 intersect(ValueFactory, RangeFactory, getConstraint(State, *this), in mergeImpl()
1674 getConstraint(State, Other))) { in mergeImpl()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DMCParsedAsmOperand.h46 StringRef getConstraint() { return Constraint; } in getConstraint() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h104 Optional<PredicateConstraint> getConstraint() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h106 static inline VConstraintType getConstraint(uint64_t TSFlags) { in getConstraint() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp764 Optional<PredicateConstraint> PredicateBase::getConstraint() const { in getConstraint() function in llvm::PredicateBase
H A DSCCPSolver.cpp1231 const Optional<PredicateConstraint> &Constraint = PI->getConstraint(); in handleCallResult()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2486 RISCVII::getConstraint(MCID.TSFlags); in validateInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5976 StringRef Constraint = Operand.getConstraint(); in parseMSInlineAsm()
H A DMasmParser.cpp7109 StringRef Constraint = Operand.getConstraint(); in parseMSInlineAsm()