Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h320 removeAttributes(LLVMContext &C, const AttrBuilder &AttrsToRemove) const;
519 LLVM_NODISCARD AttributeList removeAttributes(
524 LLVM_NODISCARD AttributeList removeAttributes(LLVMContext &C,
546 return removeAttributes(C, ArgNo + FirstArgIndex, AttrsToRemove);
553 return removeAttributes(C, ArgNo + FirstArgIndex);
859 AttrBuilder &removeAttributes(AttributeList A, uint64_t WithoutIndex);
H A DFunction.h429 void removeAttributes(unsigned i, const AttrBuilder &Attrs);
H A DInstrTypes.h1532 void removeAttributes(unsigned i, const AttrBuilder &Attrs) {
1534 PAL = PAL.removeAttributes(getContext(), i, Attrs);
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp644 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, in removeAttributes() function in AttributeSet
1316 AttributeList::removeAttributes(LLVMContext &C, unsigned Index, in removeAttributes() function in AttributeList
1319 AttributeSet NewAttrs = Attrs.removeAttributes(C, AttrsToRemove); in removeAttributes()
1326 AttributeList AttributeList::removeAttributes(LLVMContext &C, in removeAttributes() function in AttributeList
1635 AttrBuilder &AttrBuilder::removeAttributes(AttributeList A, uint64_t Index) { in removeAttributes() function in AttrBuilder
1969 Caller.removeAttributes(AttributeList::FunctionIndex, OldSSPAttr); in adjustCallerSSPLevel()
1973 Caller.removeAttributes(AttributeList::FunctionIndex, OldSSPAttr); in adjustCallerSSPLevel()
H A DInstruction.cpp183 CB->removeAttributes(AttributeList::ReturnIndex, UBImplyingAttributes); in dropUndefImplyingAttrsAndUnknownMetadata()
H A DFunction.cpp580 void Function::removeAttributes(unsigned i, const AttrBuilder &Attrs) { in removeAttributes() function in Function
582 PAL = PAL.removeAttributes(getContext(), i, Attrs); in removeAttributes()
H A DAutoUpgrade.cpp4386 F.removeAttributes(AttributeList::ReturnIndex, in UpgradeFunctionAttributes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp493 F.removeAttributes(AttributeList::FunctionIndex, AttributesToRemove); in runIPSCCP()
500 CB->removeAttributes(AttributeList::FunctionIndex, in runIPSCCP()
H A DRewriteStatepointsForGC.cpp2670 AH.setAttributes(AH.getAttributes().removeAttributes(Ctx, Index, R)); in RemoveNonValidAttrAtIndex()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp515 NewCI->removeAttributes(AttributeList::ReturnIndex, in optimizeStrCpy()
544 NewCI->removeAttributes(AttributeList::ReturnIndex, in optimizeStpCpy()
607 NewCI->removeAttributes(AttributeList::ReturnIndex, in optimizeStrNCpy()
1085 NewCI->removeAttributes(AttributeList::ReturnIndex, in optimizeMemCpy()
1139 NewCI->removeAttributes(AttributeList::ReturnIndex, in optimizeMemPCpy()
1154 NewCI->removeAttributes(AttributeList::ReturnIndex, in optimizeMemMove()
1216 NewCI->removeAttributes(AttributeList::ReturnIndex, in optimizeMemSet()
3269 NewCI->removeAttributes(AttributeList::ReturnIndex, in optimizeMemCpyChk()
3283 NewCI->removeAttributes(AttributeList::ReturnIndex, in optimizeMemMoveChk()
3299 NewCI->removeAttributes(AttributeList::ReturnIndex, in optimizeMemSetChk()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp360 NewFunc->removeAttributes(AttributeList::ReturnIndex, RetAttrs); in runOnFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp488 F.removeAttributes(AttributeList::FunctionIndex, B); in removeUseSoftFloat()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1157 NewF->removeAttributes( in buildWrapperFunction()
1163 NewF->removeAttributes(AttributeList::FunctionIndex, in buildWrapperFunction()
1467 NewF->removeAttributes( in runImpl()
1516 NewF->removeAttributes(AttributeList::FunctionIndex, ReadOnlyNoneAttrs); in runImpl()
2956 CustomFn->removeAttributes(AttributeList::FunctionIndex, in visitWrappedCallBase()
3179 NewCB->setAttributes(CB.getAttributes().removeAttributes( in visitCallBase()
H A DMemorySanitizer.cpp3656 Call->removeAttributes(AttributeList::FunctionIndex, B); in visitCallBase()
3658 Func->removeAttributes(AttributeList::FunctionIndex, B); in visitCallBase()
5342 F.removeAttributes(AttributeList::FunctionIndex, B); in sanitizeFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp306 F->removeAttributes(AttributeList::FunctionIndex, AttrsToRemove); in addReadAttrs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp144 AS = AS.removeAttributes(Context, AttributeList::FunctionIndex); in validateEndOfModule()
161 AS = AS.removeAttributes(Context, AttributeList::FunctionIndex); in validateEndOfModule()
169 AS = AS.removeAttributes(Context, AttributeList::FunctionIndex); in validateEndOfModule()
177 AS = AS.removeAttributes(Context, AttributeList::FunctionIndex); in validateEndOfModule()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2037 F->removeAttributes(llvm::AttributeList::FunctionIndex, RemoveAttrs); in setNonAliasAttributes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5570 CI->removeAttributes(AttributeList::ReturnIndex, in materialize()