| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IteratorModeling.cpp | 102 const SVal &LVal, const SVal &RVal, 269 const SVal RVal = State->getSVal(RHS, C.getLocationContext()); in checkPostStmt() local 273 handleComparison(C, BO, Result, LVal, RVal, in checkPostStmt() 285 const SVal &AmountVal = IsIterOnLHS ? RVal : LVal; in checkPostStmt() 450 const SVal &RVal, in handleComparison() argument 458 const auto *RPos = getIteratorPosition(State, RVal); in handleComparison() 483 State = setIteratorPosition(State, RVal, in handleComparison() 485 RPos = getIteratorPosition(State, RVal); in handleComparison()
|
| H A D | MismatchedIteratorChecker.cpp | 201 SVal RVal = State->getSVal(BO->getRHS(), C.getLocationContext()); in checkPreStmt() local 202 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | Mips16HardFloat.cpp | 386 Value *RVal = RI->getReturnValue(); in fixupFPReturnAndCall() local 387 if (!RVal) continue; in fixupFPReturnAndCall() 395 Type *T = RVal->getType(); in fixupFPReturnAndCall() 404 Value *Params[] = {RVal}; in fixupFPReturnAndCall()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGAtomic.cpp | 198 llvm::Value *convertRValueToInt(RValue RVal) const; 1713 llvm::Value *AtomicInfo::convertRValueToInt(RValue RVal) const { in convertRValueToInt() 1716 if (RVal.isScalar() && (!hasPadding() || !LVal.isSimple())) { in convertRValueToInt() 1717 llvm::Value *Value = RVal.getScalarVal(); in convertRValueToInt() 1732 Address Addr = materializeRValue(RVal); in convertRValueToInt()
|
| H A D | CGStmtOpenMP.cpp | 5951 LValue LVal, RValue RVal) { in emitSimpleAtomicStore() argument 5953 CGF.EmitStoreThroughGlobalRegLValue(RVal, LVal); in emitSimpleAtomicStore() 5955 CGF.EmitAtomicStore(RVal, LVal, AO, LVal.isVolatile(), /*isInit=*/false); in emitSimpleAtomicStore() 5968 void CodeGenFunction::emitOMPSimpleStore(LValue LVal, RValue RVal, in emitOMPSimpleStore() argument 5973 *this, RVal, RValTy, LVal.getType(), Loc)), in emitOMPSimpleStore() 5978 convertToComplexValue(*this, RVal, RValTy, LVal.getType(), Loc), LVal, in emitOMPSimpleStore()
|
| H A D | CodeGenFunction.h | 3350 void emitOMPSimpleStore(LValue LVal, RValue RVal, QualType RValTy,
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 2514 SVal RVal; in handle() local 2516 RVal = LVState->getRawSVal(*L, Inner->getType()); in handle() 2518 RVal = LVState->getSVal(L->getRegion()); in handle() 2524 if (auto KV = RVal.getAs<KnownSVal>()) in handle() 2529 const MemRegion *RegionRVal = RVal.getAsRegion(); in handle()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 4239 const LValue &LVal, APValue &RVal, in handleLValueToRValueConversion() argument 4287 return extractSubobject(Info, Conv, LitObj, LVal.Designator, RVal, AK); in handleLValueToRValueConversion() 4308 RVal = APValue(extractStringLiteralCharacter(Info, Base, CharIndex)); in handleLValueToRValueConversion() 4314 return Obj && extractSubobject(Info, Conv, Obj, LVal.Designator, RVal, AK); in handleLValueToRValueConversion() 4462 const APValue &RVal) { in handleCompoundAssignment() argument 4473 RVal }; in handleCompoundAssignment() 7911 APValue RVal; in VisitCastExpr() local 7914 LVal, RVal)) in VisitCastExpr() 7916 return DerivedSuccess(RVal, E); in VisitCastExpr() 7951 APValue RVal; in VisitUnaryPostIncDec() local [all …]
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 2792 static bool isCompatibleIVType(Value *LVal, Value *RVal) { in isCompatibleIVType() argument 2794 Type *RType = RVal->getType(); in isCompatibleIVType()
|