Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h384 removeAttributes(LLVMContext &C, const AttributeMask &AttrsToRemove) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp1708 ArgAttr = ArgAttr.removeAttributes(NewF->getContext(), PtrOnlyAttrs); in moveFunctionAdaptingType()
1713 RetAttrs = RetAttrs.removeAttributes(NewF->getContext(), PtrOnlyAttrs); in moveFunctionAdaptingType()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp894 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, in removeAttributes() function in AttributeSet
1561 AttributeSet NewAttrs = Attrs.removeAttributes(C, AttrsToRemove); in removeAttributesAtIndex()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4251 CallerPAL.getParamAttrs(i).removeAttributes(Ctx, IncompatibleAttrs)); in transformConstExprCastCall()