Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp338 Value *NewRetVal = PoisonValue::get(NewRetTy); in runOnFunction() local
342 NewRetVal = B.CreateInsertValue(NewRetVal, RetVal, RetIdx++); in runOnFunction()
345 NewRetVal = B.CreateInsertValue(NewRetVal, ReturnPoint.second, RetIdx++); in runOnFunction()
348 RI->setOperand(0, NewRetVal); in runOnFunction()
350 B.CreateRet(NewRetVal); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp305 Value *NewRetVal = NewInst; in versionCallSiteWithCond() local
313 NewRetVal = NewBitCast; in versionCallSiteWithCond()
322 NewRet->replaceUsesOfWith(Ret->getReturnValue(), NewRetVal); in versionCallSiteWithCond()
H A DInlineFunction.cpp1567 auto *NewRetVal = dyn_cast_or_null<CallBase>(VMap.lookup(RetVal)); in AddReturnAttributes() local
1568 if (!NewRetVal) in AddReturnAttributes()
1573 if (InlinedFunctionInfo.isSimplified(RetVal, NewRetVal)) in AddReturnAttributes()
1602 AttributeList AL = NewRetVal->getAttributes(); in AddReturnAttributes()
1667 NewRetVal->setAttributes(NewAL); in AddReturnAttributes()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp5464 Value *NewRetVal = Builder.CreateBitCast(NewCall, CI->getType()); in UpgradeARCRuntime() local
5467 CI->replaceAllUsesWith(NewRetVal); in UpgradeARCRuntime()