Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp345 Value *NewRetVal = PoisonValue::get(NewRetTy); in runOnFunction() local
349 NewRetVal = B.CreateInsertValue(NewRetVal, RetVal, RetIdx++); in runOnFunction()
352 NewRetVal = B.CreateInsertValue(NewRetVal, ReturnPoint.second, RetIdx++); in runOnFunction()
355 RI->setOperand(0, NewRetVal); in runOnFunction()
357 B.CreateRet(NewRetVal); in runOnFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp307 Value *NewRetVal = NewInst; in versionCallSite() local
315 NewRetVal = NewBitCast; in versionCallSite()
324 NewRet->replaceUsesOfWith(Ret->getReturnValue(), NewRetVal); in versionCallSite()
H A DInlineFunction.cpp1393 auto *NewRetVal = dyn_cast_or_null<CallBase>(VMap.lookup(RetVal)); in AddReturnAttributes() local
1394 if (!NewRetVal) in AddReturnAttributes()
1423 AttributeList AL = NewRetVal->getAttributes(); in AddReturnAttributes()
1480 NewRetVal->setAttributes(NewAL); in AddReturnAttributes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp4903 Value *NewRetVal = Builder.CreateBitCast(NewCall, CI->getType()); in UpgradeARCRuntime() local
4906 CI->replaceAllUsesWith(NewRetVal); in UpgradeARCRuntime()