Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h308 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 DFunction.h428 void removeAttributes(unsigned i, const AttrBuilder &Attrs);
H A DInstrTypes.h1536 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 DAttributes.cpp783 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 DFunction.cpp581 void Function::removeAttributes(unsigned i, const AttrBuilder &Attrs) { in removeAttributes() function in Function
583 PAL = PAL.removeAttributes(getContext(), i, Attrs); in removeAttributes()
H A DAutoUpgrade.cpp4381 F.removeAttributes(AttributeList::ReturnIndex, in UpgradeFunctionAttributes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp496 F.removeAttributes(AttributeList::FunctionIndex, AttributesToRemove); in runIPSCCP()
503 CB->removeAttributes(AttributeList::FunctionIndex, in runIPSCCP()
H A DRewriteStatepointsForGC.cpp2611 AH.setAttributes(AH.getAttributes().removeAttributes(Ctx, Index, R)); in RemoveNonValidAttrAtIndex()
/netbsd-src/external/apache2/llvm/dist/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()
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 DAMDGPURewriteOutArguments.cpp360 NewFunc->removeAttributes(AttributeList::ReturnIndex, RetAttrs); in runOnFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp488 F.removeAttributes(AttributeList::FunctionIndex, B); in removeUseSoftFloat()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1218 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 DMemorySanitizer.cpp3634 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 DFunctionAttrs.cpp306 F->removeAttributes(AttributeList::FunctionIndex, AttrsToRemove); in addReadAttrs()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp2007 F->removeAttributes(llvm::AttributeList::FunctionIndex, RemoveAttrs); in setNonAliasAttributes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5639 CI->removeAttributes(AttributeList::ReturnIndex, in materialize()