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.cpp345 Value *NewRetVal = PoisonValue::get(NewRetTy); in runOnFunction()
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()
344 Value *NewRetVal = PoisonValue::get(NewRetTy); runOnFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp303 Value *NewRetVal = NewInst; in versionCallSiteWithCond() local
311 NewRetVal = NewBitCast; in versionCallSiteWithCond()
320 NewRet->replaceUsesOfWith(Ret->getReturnValue(), NewRetVal); in versionCallSiteWithCond()
H A DInlineFunction.cpp1481 auto *NewRetVal = dyn_cast_or_null<CallBase>(VMap.lookup(RetVal)); in AddReturnAttributes() local
1482 if (!NewRetVal) in AddReturnAttributes()
1487 if (InlinedFunctionInfo.isSimplified(RetVal, NewRetVal)) in AddReturnAttributes()
1516 AttributeList AL = NewRetVal->getAttributes(); in AddReturnAttributes()
1581 NewRetVal->setAttributes(NewAL); in AddReturnAttributes()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp4995 Value *NewRetVal = Builder.CreateBitCast(NewCall, CI->getType()); in UpgradeARCRuntime() local
4998 CI->replaceAllUsesWith(NewRetVal); in UpgradeARCRuntime()