/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Attributes.h | 308 removeAttributes(LLVMContext &C, const AttrBuilder &AttrsToRemove) const; 506 LLVM_NODISCARD AttributeList removeAttributes( 511 LLVM_NODISCARD AttributeList removeAttributes(LLVMContext &C, 533 return removeAttributes(C, ArgNo + FirstArgIndex, AttrsToRemove); 546 return removeAttributes(C, ArgNo + FirstArgIndex); 851 AttrBuilder &removeAttributes(AttributeList A, uint64_t WithoutIndex);
|
H A D | Function.h | 428 void removeAttributes(unsigned i, const AttrBuilder &Attrs);
|
H A D | InstrTypes.h | 1536 void removeAttributes(unsigned i, const AttrBuilder &Attrs) { 1538 PAL = PAL.removeAttributes(getContext(), i, Attrs);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Attributes.cpp | 783 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, in removeAttributes() function in AttributeSet 1485 AttributeList::removeAttributes(LLVMContext &C, unsigned Index, in removeAttributes() function in AttributeList 1488 AttributeSet NewAttrs = Attrs.removeAttributes(C, AttrsToRemove); in removeAttributes() 1495 AttributeList AttributeList::removeAttributes(LLVMContext &C, in removeAttributes() function in AttributeList 1823 AttrBuilder &AttrBuilder::removeAttributes(AttributeList A, uint64_t Index) { in removeAttributes() function in AttrBuilder 2179 Caller.removeAttributes(AttributeList::FunctionIndex, OldSSPAttr); in adjustCallerSSPLevel() 2183 Caller.removeAttributes(AttributeList::FunctionIndex, OldSSPAttr); in adjustCallerSSPLevel()
|
H A D | Function.cpp | 581 void Function::removeAttributes(unsigned i, const AttrBuilder &Attrs) { in removeAttributes() function in Function 583 PAL = PAL.removeAttributes(getContext(), i, Attrs); in removeAttributes()
|
H A D | AutoUpgrade.cpp | 4381 F.removeAttributes(AttributeList::ReturnIndex, in UpgradeFunctionAttributes()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | SCCP.cpp | 496 F.removeAttributes(AttributeList::FunctionIndex, AttributesToRemove); in runIPSCCP() 503 CB->removeAttributes(AttributeList::FunctionIndex, in runIPSCCP()
|
H A D | RewriteStatepointsForGC.cpp | 2611 AH.setAttributes(AH.getAttributes().removeAttributes(Ctx, Index, R)); in RemoveNonValidAttrAtIndex()
|
/netbsd-src/external/apache2/llvm/dist/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() 1084 NewCI->removeAttributes(AttributeList::ReturnIndex, in optimizeMemCpy() 1138 NewCI->removeAttributes(AttributeList::ReturnIndex, in optimizeMemPCpy() 1153 NewCI->removeAttributes(AttributeList::ReturnIndex, in optimizeMemMove() 1215 NewCI->removeAttributes(AttributeList::ReturnIndex, in optimizeMemSet() 3265 NewCI->removeAttributes(AttributeList::ReturnIndex, in optimizeMemCpyChk() 3279 NewCI->removeAttributes(AttributeList::ReturnIndex, in optimizeMemMoveChk() 3295 NewCI->removeAttributes(AttributeList::ReturnIndex, in optimizeMemSetChk() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURewriteOutArguments.cpp | 360 NewFunc->removeAttributes(AttributeList::ReturnIndex, RetAttrs); in runOnFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | Mips16HardFloat.cpp | 488 F.removeAttributes(AttributeList::FunctionIndex, B); in removeUseSoftFloat()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 1218 NewF->removeAttributes( in buildWrapperFunction() 1224 NewF->removeAttributes(AttributeList::FunctionIndex, in buildWrapperFunction() 1571 NewF->removeAttributes( in runImpl() 1620 NewF->removeAttributes(AttributeList::FunctionIndex, ReadOnlyNoneAttrs); in runImpl() 3104 CustomFn->removeAttributes(AttributeList::FunctionIndex, in visitWrappedCallBase() 3320 NewCB->setAttributes(CB.getAttributes().removeAttributes( in visitCallBase()
|
H A D | MemorySanitizer.cpp | 3634 Call->removeAttributes(AttributeList::FunctionIndex, B); in visitCallBase() 3636 Func->removeAttributes(AttributeList::FunctionIndex, B); in visitCallBase() 5320 F.removeAttributes(AttributeList::FunctionIndex, B); in sanitizeFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 306 F->removeAttributes(AttributeList::FunctionIndex, AttrsToRemove); in addReadAttrs()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 2007 F->removeAttributes(llvm::AttributeList::FunctionIndex, RemoveAttrs); in setNonAliasAttributes()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 5639 CI->removeAttributes(AttributeList::ReturnIndex, in materialize()
|