/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
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()
|
D | MismatchedIteratorChecker.cpp | 199 SVal RVal = State->getSVal(BO->getRHS(), C.getLocationContext()); in checkPreStmt() local 200 verifyMatch(C, LVal, RVal); in checkPreStmt()
|
D | IteratorRangeChecker.cpp | 171 SVal RVal = State->getSVal(BO->getRHS(), C.getLocationContext()); in checkPreStmt() local 175 RVal); in checkPreStmt()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
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()
|
/external/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 393 Value *RVal = RI->getReturnValue(); in fixupFPReturnAndCall() local 394 if (!RVal) continue; in fixupFPReturnAndCall() 402 Type *T = RVal->getType(); in fixupFPReturnAndCall() 411 Value *Params[] = {RVal}; in fixupFPReturnAndCall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
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()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporterVisitors.cpp | 1090 SVal RVal; in trackNullOrUndefValue() local 1092 RVal = state->getRawSVal(L.getValue(), E->getType()); in trackNullOrUndefValue() 1094 RVal = state->getSVal(L->getRegion()); in trackNullOrUndefValue() 1096 const MemRegion *RegionRVal = RVal.getAsRegion(); in trackNullOrUndefValue()
|
/external/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 190 llvm::Value *convertRValueToInt(RValue RVal) const; 1386 llvm::Value *AtomicInfo::convertRValueToInt(RValue RVal) const { in convertRValueToInt() 1389 if (RVal.isScalar() && (!hasPadding() || !LVal.isSimple())) { in convertRValueToInt() 1390 llvm::Value *Value = RVal.getScalarVal(); in convertRValueToInt() 1405 Address Addr = materializeRValue(RVal); in convertRValueToInt()
|
D | CGStmtOpenMP.cpp | 2820 LValue LVal, RValue RVal) { in emitSimpleAtomicStore() argument 2822 CGF.EmitStoreThroughGlobalRegLValue(RVal, LVal); in emitSimpleAtomicStore() 2824 CGF.EmitAtomicStore(RVal, LVal, in emitSimpleAtomicStore() 2831 void CodeGenFunction::emitOMPSimpleStore(LValue LVal, RValue RVal, in emitOMPSimpleStore() argument 2836 *this, RVal, RValTy, LVal.getType(), Loc)), in emitOMPSimpleStore() 2841 convertToComplexValue(*this, RVal, RValTy, LVal.getType(), Loc), LVal, in emitOMPSimpleStore()
|
D | CodeGenFunction.h | 2345 void emitOMPSimpleStore(LValue LVal, RValue RVal, QualType RValTy,
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 190 llvm::Value *convertRValueToInt(RValue RVal) const; 1651 llvm::Value *AtomicInfo::convertRValueToInt(RValue RVal) const { in convertRValueToInt() 1654 if (RVal.isScalar() && (!hasPadding() || !LVal.isSimple())) { in convertRValueToInt() 1655 llvm::Value *Value = RVal.getScalarVal(); in convertRValueToInt() 1670 Address Addr = materializeRValue(RVal); in convertRValueToInt()
|
D | CGStmtOpenMP.cpp | 4933 LValue LVal, RValue RVal) { in emitSimpleAtomicStore() argument 4935 CGF.EmitStoreThroughGlobalRegLValue(RVal, LVal); in emitSimpleAtomicStore() 4937 CGF.EmitAtomicStore(RVal, LVal, AO, LVal.isVolatile(), /*isInit=*/false); in emitSimpleAtomicStore() 4950 void CodeGenFunction::emitOMPSimpleStore(LValue LVal, RValue RVal, in emitOMPSimpleStore() argument 4955 *this, RVal, RValTy, LVal.getType(), Loc)), in emitOMPSimpleStore() 4960 convertToComplexValue(*this, RVal, RValTy, LVal.getType(), Loc), LVal, in emitOMPSimpleStore()
|
D | CodeGenFunction.h | 3239 void emitOMPSimpleStore(LValue LVal, RValue RVal, QualType RValTy,
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | BugReporterVisitors.cpp | 2050 SVal RVal; in trackExpressionValue() local 2052 RVal = LVState->getRawSVal(L.getValue(), Inner->getType()); in trackExpressionValue() 2054 RVal = LVState->getSVal(L->getRegion()); in trackExpressionValue() 2060 if (auto KV = RVal.getAs<KnownSVal>()) in trackExpressionValue() 2065 const MemRegion *RegionRVal = RVal.getAsRegion(); in trackExpressionValue()
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 2900 const LValue &LVal, APValue &RVal) { in handleLValueToRValueConversion() argument 2920 return extractSubobject(Info, Conv, LitObj, LVal.Designator, RVal); in handleLValueToRValueConversion() 2927 return extractSubobject(Info, Conv, StrObj, LVal.Designator, RVal); in handleLValueToRValueConversion() 2932 return Obj && extractSubobject(Info, Conv, Obj, LVal.Designator, RVal); in handleLValueToRValueConversion() 3058 BinaryOperatorKind Opcode, const APValue &RVal) { in handleCompoundAssignment() argument 3069 RVal }; in handleCompoundAssignment() 4498 APValue RVal; in VisitCastExpr() local 4501 LVal, RVal)) in VisitCastExpr() 4503 return DerivedSuccess(RVal, E); in VisitCastExpr() 4523 APValue RVal; in VisitUnaryPostIncDec() local [all …]
|
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 4205 const LValue &LVal, APValue &RVal, in handleLValueToRValueConversion() argument 4229 return extractSubobject(Info, Conv, LitObj, LVal.Designator, RVal, AK); in handleLValueToRValueConversion() 4250 RVal = APValue(extractStringLiteralCharacter(Info, Base, CharIndex)); in handleLValueToRValueConversion() 4256 return Obj && extractSubobject(Info, Conv, Obj, LVal.Designator, RVal, AK); in handleLValueToRValueConversion() 4404 const APValue &RVal) { in handleCompoundAssignment() argument 4415 RVal }; in handleCompoundAssignment() 7796 APValue RVal; in VisitCastExpr() local 7799 LVal, RVal)) in VisitCastExpr() 7801 return DerivedSuccess(RVal, E); in VisitCastExpr() 7836 APValue RVal; in VisitUnaryPostIncDec() local [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 628 SDValue RVal = SDValue(Node, 0); in LegalizeLoadOps() local 641 std::tie(RVal, RChain) = TLI.expandUnalignedLoad(LD, DAG); in LegalizeLoadOps() 646 if (SDValue Res = TLI.LowerOperation(RVal, DAG)) { in LegalizeLoadOps() 647 RVal = Res; in LegalizeLoadOps() 658 RVal = DAG.getNode(ISD::BITCAST, dl, VT, Res); in LegalizeLoadOps() 664 assert(RVal.getNode() != Node && "Load must be completely replaced"); in LegalizeLoadOps() 665 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 0), RVal); in LegalizeLoadOps() 668 UpdatedNodes->insert(RVal.getNode()); in LegalizeLoadOps()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 674 SDValue RVal = SDValue(Node, 0); in LegalizeLoadOps() local 686 std::tie(RVal, RChain) = TLI.expandUnalignedLoad(LD, DAG); in LegalizeLoadOps() 691 if (SDValue Res = TLI.LowerOperation(RVal, DAG)) { in LegalizeLoadOps() 692 RVal = Res; in LegalizeLoadOps() 703 RVal = DAG.getNode(ISD::BITCAST, dl, VT, Res); in LegalizeLoadOps() 709 assert(RVal.getNode() != Node && "Load must be completely replaced"); in LegalizeLoadOps() 710 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 0), RVal); in LegalizeLoadOps() 713 UpdatedNodes->insert(RVal.getNode()); in LegalizeLoadOps()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
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()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 2437 static bool isCompatibleIVType(Value *LVal, Value *RVal) { in isCompatibleIVType() argument 2439 Type *RType = RVal->getType(); in isCompatibleIVType()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 2740 static bool isCompatibleIVType(Value *LVal, Value *RVal) { in isCompatibleIVType() argument 2742 Type *RType = RVal->getType(); in isCompatibleIVType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 2745 static bool isCompatibleIVType(Value *LVal, Value *RVal) { in isCompatibleIVType() argument 2747 Type *RType = RVal->getType(); in isCompatibleIVType()
|