Home
last modified time | relevance | path

Searched refs:NewIntr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp1659 CallInst *NewIntr = in tryPromoteAllocaToLDS() local
1661 Intr->mutateType(NewIntr->getType()); in tryPromoteAllocaToLDS()
1662 Intr->replaceAllUsesWith(NewIntr); in tryPromoteAllocaToLDS()
H A DAMDGPUInstCombineIntrinsic.cpp121 IntrinsicInst &OldIntr, Instruction &InstToReplace, unsigned NewIntr, in modifyIntrinsicCall() argument
134 CallInst *NewCall = IC.Builder.CreateIntrinsic(NewIntr, ArgTys, Args); in modifyIntrinsicCall()