Searched refs:RVal (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp395 Value *RVal = RI->getReturnValue(); local
396 if (!RVal) continue;
404 Type *T = RVal->getType();
413 Value *Params[] = {RVal};
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1032 SVal RVal; local
1034 RVal = state->getRawSVal(L.getValue(), E->getType());
1036 RVal = state->getSVal(L->getRegion());
1038 const MemRegion *RegionRVal = RVal.getAsRegion();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp190 llvm::Value *convertRValueToInt(RValue RVal) const;
1406 llvm::Value *AtomicInfo::convertRValueToInt(RValue RVal) const {
1409 if (RVal.isScalar() && (!hasPadding() || !LVal.isSimple())) {
1410 llvm::Value *Value = RVal.getScalarVal();
1425 Address Addr = materializeRValue(RVal);
H A DCGStmtOpenMP.cpp2103 LValue LVal, RValue RVal) {
2105 CGF.EmitStoreThroughGlobalRegLValue(RVal, LVal);
2107 CGF.EmitAtomicStore(RVal, LVal, IsSeqCst ? llvm::SequentiallyConsistent
2113 void CodeGenFunction::emitOMPSimpleStore(LValue LVal, RValue RVal, argument
2118 *this, RVal, RValTy, LVal.getType(), Loc)),
2123 convertToComplexValue(*this, RVal, RValTy, LVal.getType(), Loc), LVal,
2102 emitSimpleAtomicStore(CodeGenFunction &CGF, bool IsSeqCst, LValue LVal, RValue RVal) argument
H A DCodeGenFunction.h2214 void emitOMPSimpleStore(LValue LVal, RValue RVal, QualType RValTy,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp2793 /// \param RVal - The produced value will be placed here.
2796 const LValue &LVal, APValue &RVal) {
2816 return extractSubobject(Info, Conv, LitObj, LVal.Designator, RVal);
2823 return extractSubobject(Info, Conv, StrObj, LVal.Designator, RVal);
2828 return Obj && extractSubobject(Info, Conv, Obj, LVal.Designator, RVal);
2950 /// Perform a compound assignment of LVal <op>= RVal.
2954 BinaryOperatorKind Opcode, const APValue &RVal) {
2965 RVal };
4351 APValue RVal;
4354 LVal, RVal))
2794 handleLValueToRValueConversion(EvalInfo &Info, const Expr *Conv, QualType Type, const LValue &LVal, APValue &RVal) argument
2951 handleCompoundAssignment( EvalInfo &Info, const Expr *E, const LValue &LVal, QualType LValType, QualType PromotedLValType, BinaryOperatorKind Opcode, const APValue &RVal) argument
6450 APValue RVal; local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp908 SDValue RVal = SDValue(Node, 0);
921 ExpandUnalignedLoad(cast<LoadSDNode>(Node), DAG, TLI, RVal, RChain);
925 SDValue Res = TLI.LowerOperation(RVal, DAG);
927 RVal = Res;
938 RVal = DAG.getNode(ISD::BITCAST, dl, VT, Res);
944 assert(RVal.getNode() != Node && "Load must be completely replaced");
945 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 0), RVal);
948 UpdatedNodes->insert(RVal.getNode());
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2453 static bool isCompatibleIVType(Value *LVal, Value *RVal) { argument
2455 Type *RType = RVal->getType();

Completed in 239 milliseconds