Searched refs:OldAttrs (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 137 AttributeList OldAttrs = OldFunc->getAttributes(); in CloneFunctionInto() local 143 OldAttrs.getParamAttrs(OldArg.getArgNo()); in CloneFunctionInto() 148 AttributeList::get(NewFunc->getContext(), OldAttrs.getFnAttrs(), in CloneFunctionInto() 149 OldAttrs.getRetAttrs(), NewArgAttrs)); in CloneFunctionInto()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerBufferFatPointers.cpp | 1694 AttributeList OldAttrs = OldF->getAttributes(); in moveFunctionAdaptingType() local 1705 AttributeSet ArgAttr = OldAttrs.getParamAttrs(I); in moveFunctionAdaptingType() 1711 AttributeSet RetAttrs = OldAttrs.getRetAttrs(); in moveFunctionAdaptingType() 1715 NewF->getContext(), OldAttrs.getFnAttrs(), RetAttrs, ArgAttrs)); in moveFunctionAdaptingType()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 4774 AttributeList OldAttrs = CI->getAttributes(); in UpgradeIntrinsicCall() local 4776 C, OldAttrs.getFnAttrs(), OldAttrs.getRetAttrs(), in UpgradeIntrinsicCall() 4777 {OldAttrs.getParamAttrs(0), OldAttrs.getParamAttrs(1), in UpgradeIntrinsicCall() 4778 OldAttrs.getParamAttrs(2), OldAttrs.getParamAttrs(4)}); in UpgradeIntrinsicCall()
|