Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/
DDXILPrepare.cpp114 F.removeRetAttrs(AttrMask); in runOnModule()
165 CB->removeRetAttrs(AttrMask); in runOnModule()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp330 NewFunc->removeRetAttrs(RetAttrs); in runOnFunction()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DFunction.h373 void removeRetAttrs(const AttributeMask &Attrs);
DInstrTypes.h1573 void removeRetAttrs(const AttributeMask &AttrsToRemove) {
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DInstruction.cpp242 CB->removeRetAttrs(UBImplyingAttributes); in dropUndefImplyingAttrsAndUnknownMetadata()
DFunction.cpp618 void Function::removeRetAttrs(const AttributeMask &Attrs) { in removeRetAttrs() function in Function
DAutoUpgrade.cpp4823 F.removeRetAttrs(AttributeFuncs::typeIncompatible(F.getReturnType())); in UpgradeFunctionAttributes()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp2944 F.removeRetAttrs(R); in stripNonValidAttributesFromPrototype()
3018 Call->removeRetAttrs(R); in stripNonValidDataFromBody()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp1294 NewF->removeRetAttrs( in buildWrapperFunction()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp294 NewCI->removeRetAttrs(AttributeFuncs::typeIncompatible(NewCI->getType())); in mergeAttributesAndFlags()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6648 CI->removeRetAttrs(AttributeFuncs::typeIncompatible( in materialize()