| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCInst.h | 57 const MCExpr *ExprVal; member 120 return ExprVal; in getExpr() 125 ExprVal = Val; in setExpr() 169 Op.ExprVal = Val; in createExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ExprInspectionChecker.cpp | 62 std::optional<SVal> ExprVal = std::nullopt) const; 64 std::optional<SVal> ExprVal = std::nullopt) const; 167 std::optional<SVal> ExprVal) const { in reportBug() 169 reportBug(Msg, C.getBugReporter(), N, ExprVal); in reportBug() 176 std::optional<SVal> ExprVal) const { in reportBug() 180 if (ExprVal) { in reportBug() 181 R->markInteresting(*ExprVal); in reportBug()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 5844 const MCExpr *ExprVal; in ParseDirectiveAMDHSAKernel() local 5845 if (getParser().parseExpression(ExprVal)) in ParseDirectiveAMDHSAKernel() 5853 if ((EvaluatableExpr = ExprVal->evaluateAsAbsolute(IVal))) { in ParseDirectiveAMDHSAKernel() 5876 KD.group_segment_fixed_size = ExprVal; in ParseDirectiveAMDHSAKernel() 5881 KD.private_segment_fixed_size = ExprVal; in ParseDirectiveAMDHSAKernel() 5885 KD.kernarg_size = ExprVal; in ParseDirectiveAMDHSAKernel() 5897 ExprVal, ValRange); in ParseDirectiveAMDHSAKernel() 5907 PARSE_BITS_ENTRY(KD.kernarg_preload, KERNARG_PRELOAD_SPEC_LENGTH, ExprVal, in ParseDirectiveAMDHSAKernel() 5920 PARSE_BITS_ENTRY(KD.kernarg_preload, KERNARG_PRELOAD_SPEC_OFFSET, ExprVal, in ParseDirectiveAMDHSAKernel() 5927 KERNEL_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR, ExprVal, in ParseDirectiveAMDHSAKernel() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
| H A D | UncheckedOptionalAccessModel.cpp | 483 const Formula &(*ModelPred)(Environment &Env, const Formula &ExprVal, in transferValueOrImpl() argument 503 [](Environment &Env, const Formula &ExprVal, in transferValueOrStringEmptyCall() 512 return A.makeImplies(A.makeNot(ExprVal), in transferValueOrStringEmptyCall() 521 [](Environment &Env, const Formula &ExprVal, in transferValueOrNotEqX() argument 527 return A.makeImplies(ExprVal, HasValueVal); in transferValueOrNotEqX()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SymbolManager.cpp | 388 SymbolReaper::isLive(const Expr *ExprVal, const LocationContext *ELCtx) const { in isLive() argument 405 return LCtx->getAnalysis<RelaxedLiveVariables>()->isLive(Loc, ExprVal); in isLive()
|
| H A D | ExprEngineC.cpp | 74 SVal ExprVal = B->isGLValue() ? LeftV : RightV; in VisitBinaryOperator() local 75 evalStore(Tmp2, B, LHS, *it, state->BindExpr(B, LCtx, ExprVal), in VisitBinaryOperator()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/ |
| H A D | LanaiAsmParser.cpp | 798 const MCExpr *ExprVal; in parseImmediate() local 806 if (!Parser.parseExpression(ExprVal)) in parseImmediate() 807 return LanaiOperand::createImm(ExprVal, Start, End); in parseImmediate()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SymbolManager.h | 604 bool isLive(const Expr *ExprVal, const LocationContext *LCtx) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 15500 APInt &ExprVal, APInt &DivisorVal) { in collectFromBlock() argument 15505 ExprVal = ConstExpr->getAPInt(); in collectFromBlock() 15507 return ExprVal.isNonNegative() && !DivisorVal.isNonPositive(); in collectFromBlock() 15515 APInt ExprVal; in collectFromBlock() local 15517 if (!GetNonNegExprAndPosDivisor(Expr, Divisor, ExprVal, DivisorVal)) in collectFromBlock() 15519 APInt Rem = ExprVal.urem(DivisorVal); in collectFromBlock() 15522 return SE.getConstant(ExprVal + DivisorVal - Rem); in collectFromBlock() 15531 APInt ExprVal; in collectFromBlock() local 15533 if (!GetNonNegExprAndPosDivisor(Expr, Divisor, ExprVal, DivisorVal)) in collectFromBlock() 15535 APInt Rem = ExprVal.urem(DivisorVal); in collectFromBlock() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 6438 const auto *ExprVal = in parseOperand() local 6441 Operands.push_back(ARMOperand::CreateImm(ExprVal, S, E, *this)); in parseOperand()
|