Home
last modified time | relevance | path

Searched refs:removeRetAttrs (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp115 F.removeRetAttrs(AttrMask); in runOnModule()
163 CB->removeRetAttrs(AttrMask); in runOnModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp345 F->removeRetAttrs(UBImplyingAttributes); in runIPSCCP()
359 CB->removeRetAttrs(UBImplyingAttributes); in runIPSCCP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp330 NewFunc->removeRetAttrs(RetAttrs); in runOnFunction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h398 void removeRetAttrs(const AttributeMask &Attrs);
H A DInstrTypes.h1652 void removeRetAttrs(const AttributeMask &AttrsToRemove) {
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp427 CB->removeRetAttrs(UBImplyingAttributes); in dropUBImplyingAttrsAndUnknownMetadata()
H A DFunction.cpp644 void Function::removeRetAttrs(const AttributeMask &Attrs) { in removeRetAttrs() function in Function
H A DAutoUpgrade.cpp5167 F.removeRetAttrs(AttributeFuncs::typeIncompatible(F.getReturnType())); in UpgradeFunctionAttributes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2907 F.removeRetAttrs(R); in stripNonValidAttributesFromPrototype()
2981 Call->removeRetAttrs(R); in stripNonValidDataFromBody()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2710 NewDeoptCall->removeRetAttrs( in InlineFunction()
H A DSimplifyLibCalls.cpp335 NewCI->removeRetAttrs(AttributeFuncs::typeIncompatible(NewCI->getType())); in mergeAttributesAndFlags()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1305 NewF->removeRetAttrs( in buildWrapperFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6695 CI->removeRetAttrs(AttributeFuncs::typeIncompatible( in materialize()