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.h415 removeAttributes(LLVMContext &C, const AttributeMask &AttrsToRemove) const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp973 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, in removeAttributes() function in AttributeSet
1780 AttributeSet NewAttrs = Attrs.removeAttributes(C, AttrsToRemove); in removeAttributesAtIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp2404 ArgAttr = ArgAttr.removeAttributes( in moveFunctionAdaptingType()
2411 RetAttrs = RetAttrs.removeAttributes( in moveFunctionAdaptingType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4535 CallerPAL.getParamAttrs(i).removeAttributes(Ctx, IncompatibleAttrs)); in transformConstExprCastCall()