| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IteratorModeling.cpp | 101 const SVal &LVal, const SVal &RVal, 270 const SVal RVal = State->getSVal(RHS, C.getLocationContext()); in checkPostStmt() local 274 handleComparison(C, BO, Result, LVal, RVal, in checkPostStmt() 286 const SVal &AmountVal = IsIterOnLHS ? RVal : LVal; in checkPostStmt() 451 const SVal &RVal, in handleComparison() argument 459 const auto *RPos = getIteratorPosition(State, RVal); in handleComparison() 484 State = setIteratorPosition(State, RVal, in handleComparison() 486 RPos = getIteratorPosition(State, RVal); in handleComparison()
|
| H A D | MismatchedIteratorChecker.cpp | 199 SVal RVal = State->getSVal(BO->getRHS(), C.getLocationContext()); in checkPreStmt() local 200 verifyMatch(C, LVal, RVal); in checkPreStmt()
|
| H A D | IteratorRangeChecker.cpp | 171 SVal RVal = State->getSVal(BO->getRHS(), C.getLocationContext()); in checkPreStmt() local 175 RVal); in checkPreStmt()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips16HardFloat.cpp | 385 Value *RVal = RI->getReturnValue(); in fixupFPReturnAndCall() local 386 if (!RVal) continue; in fixupFPReturnAndCall() 394 Type *T = RVal->getType(); in fixupFPReturnAndCall() 403 Value *Params[] = {RVal}; in fixupFPReturnAndCall()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGAtomic.cpp | 190 llvm::Value *convertRValueToInt(RValue RVal) const; 1659 llvm::Value *AtomicInfo::convertRValueToInt(RValue RVal) const { in convertRValueToInt() 1662 if (RVal.isScalar() && (!hasPadding() || !LVal.isSimple())) { in convertRValueToInt() 1663 llvm::Value *Value = RVal.getScalarVal(); in convertRValueToInt() 1678 Address Addr = materializeRValue(RVal); in convertRValueToInt()
|
| H A D | CGStmtOpenMP.cpp | 5383 LValue LVal, RValue RVal) { in emitSimpleAtomicStore() argument 5385 CGF.EmitStoreThroughGlobalRegLValue(RVal, LVal); in emitSimpleAtomicStore() 5387 CGF.EmitAtomicStore(RVal, LVal, AO, LVal.isVolatile(), /*isInit=*/false); in emitSimpleAtomicStore() 5400 void CodeGenFunction::emitOMPSimpleStore(LValue LVal, RValue RVal, in emitOMPSimpleStore() argument 5405 *this, RVal, RValTy, LVal.getType(), Loc)), in emitOMPSimpleStore() 5410 convertToComplexValue(*this, RVal, RValTy, LVal.getType(), Loc), LVal, in emitOMPSimpleStore()
|
| H A D | CodeGenFunction.h | 3290 void emitOMPSimpleStore(LValue LVal, RValue RVal, QualType RValTy,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 2272 SVal RVal; in handle() local 2274 RVal = LVState->getRawSVal(L.getValue(), Inner->getType()); in handle() 2276 RVal = LVState->getSVal(L->getRegion()); in handle() 2282 if (auto KV = RVal.getAs<KnownSVal>()) in handle() 2287 const MemRegion *RegionRVal = RVal.getAsRegion(); in handle()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 7810 APValue RVal; in VisitCastExpr() local 7815 return DerivedSuccess(RVal, E); in VisitCastExpr() 7850 APValue RVal; in VisitUnaryPostIncDec() local 7854 return DerivedSuccess(RVal, UO); in VisitUnaryPostIncDec() 8164 APValue RVal; in VisitVarDecl() local 8168 Result.setFrom(Info.Ctx, RVal); in VisitVarDecl() 8654 APValue RVal; in VisitCXXThisExpr() local 8852 APValue RVal; in VisitCastExpr() local 8858 return Success(RVal, E); in VisitCastExpr() 11460 APValue RVal; in tryEvaluateBuiltinObjectSize() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 677 SDValue RVal = SDValue(Node, 0); in LegalizeLoadOps() local 689 std::tie(RVal, RChain) = TLI.expandUnalignedLoad(LD, DAG); in LegalizeLoadOps() 694 if (SDValue Res = TLI.LowerOperation(RVal, DAG)) { in LegalizeLoadOps() 695 RVal = Res; in LegalizeLoadOps() 706 RVal = DAG.getNode(ISD::BITCAST, dl, VT, Res); in LegalizeLoadOps() 712 assert(RVal.getNode() != Node && "Load must be completely replaced"); in LegalizeLoadOps() 713 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 0), RVal); in LegalizeLoadOps() 716 UpdatedNodes->insert(RVal.getNode()); in LegalizeLoadOps()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 2781 static bool isCompatibleIVType(Value *LVal, Value *RVal) { in isCompatibleIVType() argument 2783 Type *RType = RVal->getType(); in isCompatibleIVType()
|