Home
last modified time | relevance | path

Searched refs:removeParamAttr (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicInst.h640 removeParamAttr(ARG_DEST, Attribute::Alignment); in setDestAlignment()
646 removeParamAttr(ARG_DEST, Attribute::Alignment); in setDestAlignment()
707 BaseCL::removeParamAttr(ARG_SOURCE, Attribute::Alignment); in setSourceAlignment()
713 BaseCL::removeParamAttr(ARG_SOURCE, Attribute::Alignment); in setSourceAlignment()
H A DFunction.h431 void removeParamAttr(unsigned ArgNo, Attribute::AttrKind Kind);
434 void removeParamAttr(unsigned ArgNo, StringRef Kind);
H A DInstrTypes.h1543 void removeParamAttr(unsigned ArgNo, Attribute::AttrKind Kind) {
1551 void removeParamAttr(unsigned ArgNo, StringRef Kind) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp641 F->removeParamAttr(A.getArgNo(), Attribute::Returned); in runIPSCCP()
648 CB->removeParamAttr(CB->getArgOperandNo(&Arg), Attribute::Returned); in runIPSCCP()
H A DCallSiteSplitting.cpp104 CB.removeParamAttr(ArgNo, Attribute::NonNull); in setConstantInArgument()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp935 F->removeParamAttr(ArgNo, Attribute::StructRet); in promoteArguments()
939 CB.removeParamAttr(ArgNo, Attribute::StructRet); in promoteArguments()
H A DAttributor.cpp1290 CB->removeParamAttr(Idx, Attribute::NoUndef); in cleanupIR()
1294 Fn->removeParamAttr(Idx, Attribute::NoUndef); in cleanupIR()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp301 getParent()->removeParamAttr(getArgNo(), Kind); in removeAttr()
587 void Function::removeParamAttr(unsigned ArgNo, Attribute::AttrKind Kind) { in removeParamAttr() function in Function
593 void Function::removeParamAttr(unsigned ArgNo, StringRef Kind) { in removeParamAttr() function in Function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp151 CI->removeParamAttr(ArgNo, Attribute::Dereferenceable); in annotateDereferenceableBytes()
154 CI->removeParamAttr(ArgNo, Attribute::DereferenceableOrNull); in annotateDereferenceableBytes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1554 Arg->getParent()->removeParamAttr(Arg->getArgNo(), Attribute::NoCapture); in insertSpills()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2315 Call.removeParamAttr(ix, Attribute::ByVal); in visitCallBase()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3376 Func->removeParamAttr(i, Kind); in parseFunctionRecord()
3864 CB->removeParamAttr(i, Kind); in propagateByValSRetTypes()