| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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 | 5355 LValue LVal, RValue RVal) { in emitSimpleAtomicStore() argument 5357 CGF.EmitStoreThroughGlobalRegLValue(RVal, LVal); in emitSimpleAtomicStore() 5359 CGF.EmitAtomicStore(RVal, LVal, AO, LVal.isVolatile(), /*isInit=*/false); in emitSimpleAtomicStore() 5372 void CodeGenFunction::emitOMPSimpleStore(LValue LVal, RValue RVal, in emitOMPSimpleStore() argument 5377 *this, RVal, RValTy, LVal.getType(), Loc)), in emitOMPSimpleStore() 5382 convertToComplexValue(*this, RVal, RValTy, LVal.getType(), Loc), LVal, in emitOMPSimpleStore()
|
| H A D | CodeGenFunction.h | 3290 void emitOMPSimpleStore(LValue LVal, RValue RVal, QualType RValTy,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 2173 SVal RVal; in trackExpressionValue() local 2175 RVal = LVState->getRawSVal(L.getValue(), Inner->getType()); in trackExpressionValue() 2177 RVal = LVState->getSVal(L->getRegion()); in trackExpressionValue() 2183 if (auto KV = RVal.getAs<KnownSVal>()) in trackExpressionValue() 2188 const MemRegion *RegionRVal = RVal.getAsRegion(); in trackExpressionValue()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 4210 const LValue &LVal, APValue &RVal, in handleLValueToRValueConversion() argument 4234 return extractSubobject(Info, Conv, LitObj, LVal.Designator, RVal, AK); in handleLValueToRValueConversion() 4255 RVal = APValue(extractStringLiteralCharacter(Info, Base, CharIndex)); in handleLValueToRValueConversion() 4261 return Obj && extractSubobject(Info, Conv, Obj, LVal.Designator, RVal, AK); in handleLValueToRValueConversion() 4409 const APValue &RVal) { in handleCompoundAssignment() argument 4420 RVal }; in handleCompoundAssignment() 7807 APValue RVal; in VisitCastExpr() local 7810 LVal, RVal)) in VisitCastExpr() 7812 return DerivedSuccess(RVal, E); in VisitCastExpr() 7847 APValue RVal; in VisitUnaryPostIncDec() local [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 675 SDValue RVal = SDValue(Node, 0); in LegalizeLoadOps() local 687 std::tie(RVal, RChain) = TLI.expandUnalignedLoad(LD, DAG); in LegalizeLoadOps() 692 if (SDValue Res = TLI.LowerOperation(RVal, DAG)) { in LegalizeLoadOps() 693 RVal = Res; in LegalizeLoadOps() 704 RVal = DAG.getNode(ISD::BITCAST, dl, VT, Res); in LegalizeLoadOps() 710 assert(RVal.getNode() != Node && "Load must be completely replaced"); in LegalizeLoadOps() 711 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 0), RVal); in LegalizeLoadOps() 714 UpdatedNodes->insert(RVal.getNode()); in LegalizeLoadOps()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 2749 static bool isCompatibleIVType(Value *LVal, Value *RVal) { in isCompatibleIVType() argument 2751 Type *RType = RVal->getType(); in isCompatibleIVType()
|