Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp116 F.removeRetAttrs(DeadAttrs); in removeStringFunctionAttributes()
181 F.removeRetAttrs(AttrMask); in runOnModule()
233 CB->removeRetAttrs(AttrMask); in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp333 F->removeRetAttrs(UBImplyingAttributes); in runIPSCCP()
347 CB->removeRetAttrs(UBImplyingAttributes); in runIPSCCP()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp330 NewFunc->removeRetAttrs(RetAttrs); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp482 CB->removeRetAttrs(AM); in dropPoisonGeneratingReturnAttributes()
503 CB->removeRetAttrs(UBImplyingAttributes); in dropUBImplyingAttrsAndUnknownMetadata()
H A DFunction.cpp697 void Function::removeRetAttrs(const AttributeMask &Attrs) { in removeRetAttrs() function in Function
H A DAutoUpgrade.cpp5268 F.removeRetAttrs(AttributeFuncs::typeIncompatible(F.getReturnType())); in UpgradeFunctionAttributes()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h410 void removeRetAttrs(const AttributeMask &Attrs);
H A DInstrTypes.h1636 void removeRetAttrs(const AttributeMask &AttrsToRemove) {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp817 NewFunc->removeRetAttrs(IncompatibleAttrs); in CloneAndPruneIntoFromInst()
H A DInlineFunction.cpp2813 NewDeoptCall->removeRetAttrs( in InlineFunction()
H A DSimplifyLibCalls.cpp344 NewCI->removeRetAttrs(AttributeFuncs::typeIncompatible(NewCI->getType())); in mergeAttributesAndFlags()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2909 F.removeRetAttrs(R); in stripNonValidAttributesFromPrototype()
2983 Call->removeRetAttrs(R); in stripNonValidDataFromBody()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1309 NewF->removeRetAttrs( in buildWrapperFunction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7004 CI->removeRetAttrs(AttributeFuncs::typeIncompatible( in materialize()