/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | ConstraintElimination.cpp | 128 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 D | NewGVN.cpp | 1561 const Optional<PredicateConstraint> &Constraint = PI->getConstraint(); in performSymbolicPredicateInfoEvaluation()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 656 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 D | MCParsedAsmOperand.h | 46 StringRef getConstraint() { return Constraint; } in getConstraint() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | PredicateInfo.h | 104 Optional<PredicateConstraint> getConstraint() const;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVBaseInfo.h | 106 static inline VConstraintType getConstraint(uint64_t TSFlags) { in getConstraint() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | PredicateInfo.cpp | 764 Optional<PredicateConstraint> PredicateBase::getConstraint() const { in getConstraint() function in llvm::PredicateBase
|
H A D | SCCPSolver.cpp | 1231 const Optional<PredicateConstraint> &Constraint = PI->getConstraint(); in handleCallResult()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 2486 RISCVII::getConstraint(MCID.TSFlags); in validateInstruction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 5976 StringRef Constraint = Operand.getConstraint(); in parseMSInlineAsm()
|
H A D | MasmParser.cpp | 7109 StringRef Constraint = Operand.getConstraint(); in parseMSInlineAsm()
|