Home
last modified time | relevance | path

Searched refs:ReturnVal (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp743 SDValue ReturnVal; in LowerAsSTATEPOINT() local
745 std::tie(ReturnVal, CallNode) = lowerCallFromStatepointLoweringInfo(SI, *this); in LowerAsSTATEPOINT()
989 return ReturnVal; in LowerAsSTATEPOINT()
1160 if (SDValue ReturnVal = LowerAsSTATEPOINT(SI)) { in LowerCallSiteWithDeoptBundleImpl() local
1161 ReturnVal = lowerRangeToAssertZExt(DAG, *Call, ReturnVal); in LowerCallSiteWithDeoptBundleImpl()
1162 setValue(Call, ReturnVal); in LowerCallSiteWithDeoptBundleImpl()
/openbsd-src/gnu/llvm/llvm/tools/lli/
H A Dlli.cpp403 Value *ReturnVal = ConstantInt::get(ReturnTy, 0); in addCygMingExtraModule() local
404 Builder.CreateRet(ReturnVal); in addCygMingExtraModule()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3439 bool ReturnVal = false; in parseDirectiveAlign() local
3445 ReturnVal |= Error(AlignmentLoc, "invalid alignment value"); in parseDirectiveAlign()
3457 ReturnVal |= Error(AlignmentLoc, "alignment must be a power of 2"); in parseDirectiveAlign()
3461 ReturnVal |= Error(AlignmentLoc, "alignment must be smaller than 2**32"); in parseDirectiveAlign()
3469 ReturnVal |= Error(MaxBytesLoc, in parseDirectiveAlign()
3497 return ReturnVal; in parseDirectiveAlign()
H A DMasmParser.cpp4774 bool ReturnVal = false; in parseDirectiveAlign() local
4781 ReturnVal |= Error(AlignmentLoc, "alignment must be a power of 2; was " + in parseDirectiveAlign()
4785 ReturnVal |= addErrorSuffix(" in align directive"); in parseDirectiveAlign()
4787 return ReturnVal; in parseDirectiveAlign()