| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 320 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 D | Function.h | 429 void removeAttributes(unsigned i, const AttrBuilder &Attrs);
|
| H A D | InstrTypes.h | 1532 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 D | Attributes.cpp | 644 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 D | Instruction.cpp | 183 CB->removeAttributes(AttributeList::ReturnIndex, UBImplyingAttributes); in dropUndefImplyingAttrsAndUnknownMetadata()
|
| H A D | Function.cpp | 580 void Function::removeAttributes(unsigned i, const AttrBuilder &Attrs) { in removeAttributes() function in Function 582 PAL = PAL.removeAttributes(getContext(), i, Attrs); in removeAttributes()
|
| H A D | AutoUpgrade.cpp | 4386 F.removeAttributes(AttributeList::ReturnIndex, in UpgradeFunctionAttributes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SCCP.cpp | 493 F.removeAttributes(AttributeList::FunctionIndex, AttributesToRemove); in runIPSCCP() 500 CB->removeAttributes(AttributeList::FunctionIndex, in runIPSCCP()
|
| H A D | RewriteStatepointsForGC.cpp | 2670 AH.setAttributes(AH.getAttributes().removeAttributes(Ctx, Index, R)); in RemoveNonValidAttrAtIndex()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 515 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 D | AMDGPURewriteOutArguments.cpp | 360 NewFunc->removeAttributes(AttributeList::ReturnIndex, RetAttrs); in runOnFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips16HardFloat.cpp | 488 F.removeAttributes(AttributeList::FunctionIndex, B); in removeUseSoftFloat()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 1157 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 D | MemorySanitizer.cpp | 3656 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 D | FunctionAttrs.cpp | 306 F->removeAttributes(AttributeList::FunctionIndex, AttrsToRemove); in addReadAttrs()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 144 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 D | CodeGenModule.cpp | 2037 F->removeAttributes(llvm::AttributeList::FunctionIndex, RemoveAttrs); in setNonAliasAttributes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 5570 CI->removeAttributes(AttributeList::ReturnIndex, in materialize()
|