Home
last modified time | relevance | path

Searched refs:RVal (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DValueTrackingTest.cpp258 auto *RVal = in TEST() local
260 EXPECT_EQ(ComputeNumSignBits(RVal, M->getDataLayout()), 1u); in TEST()
283 auto *RVal = in TEST() local
285 auto Known = computeKnownBits(RVal, M->getDataLayout()); in TEST()
309 auto *RVal = in TEST() local
311 auto Known = computeKnownBits(RVal, M->getDataLayout()); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMips16HardFloat.cpp384 Value *RVal = RI->getReturnValue(); in fixupFPReturnAndCall() local
385 if (!RVal) continue; in fixupFPReturnAndCall()
393 Type *T = RVal->getType(); in fixupFPReturnAndCall()
402 Value *Params[] = {RVal}; in fixupFPReturnAndCall()
/external/llvm/lib/Target/Mips/
DMips16HardFloat.cpp393 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/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp1090 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/
DCGAtomic.cpp190 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()
DCGStmtOpenMP.cpp2820 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()
DCodeGenFunction.h2345 void emitOMPSimpleStore(LValue LVal, RValue RVal, QualType RValTy,
/external/clang/lib/AST/
DExprConstant.cpp2900 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/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp628 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-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp660 SDValue RVal = SDValue(Node, 0); in LegalizeLoadOps() local
673 std::tie(RVal, RChain) = TLI.expandUnalignedLoad(LD, DAG); in LegalizeLoadOps()
678 if (SDValue Res = TLI.LowerOperation(RVal, DAG)) { in LegalizeLoadOps()
679 RVal = Res; in LegalizeLoadOps()
690 RVal = DAG.getNode(ISD::BITCAST, dl, VT, Res); in LegalizeLoadOps()
696 assert(RVal.getNode() != Node && "Load must be completely replaced"); in LegalizeLoadOps()
697 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 0), RVal); in LegalizeLoadOps()
700 UpdatedNodes->insert(RVal.getNode()); in LegalizeLoadOps()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2437 static bool isCompatibleIVType(Value *LVal, Value *RVal) { in isCompatibleIVType() argument
2439 Type *RType = RVal->getType(); in isCompatibleIVType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2712 static bool isCompatibleIVType(Value *LVal, Value *RVal) { in isCompatibleIVType() argument
2714 Type *RType = RVal->getType(); in isCompatibleIVType()