Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicInst.h369 removeParamAttr(ARG_DEST, Attribute::Alignment); in setDestAlignment()
375 removeParamAttr(ARG_DEST, Attribute::Alignment); in setDestAlignment()
434 BaseCL::removeParamAttr(ARG_SOURCE, Attribute::Alignment); in setSourceAlignment()
440 BaseCL::removeParamAttr(ARG_SOURCE, Attribute::Alignment); in setSourceAlignment()
DFunction.h389 void removeParamAttr(unsigned ArgNo, Attribute::AttrKind Kind);
392 void removeParamAttr(unsigned ArgNo, StringRef Kind);
DCallSite.h365 void removeParamAttr(unsigned ArgNo, Attribute::AttrKind Kind) { in removeParamAttr() function
366 CALLSITE_DELEGATE_SETTER(removeParamAttr(ArgNo, Kind)); in removeParamAttr()
DInstrTypes.h1445 void removeParamAttr(unsigned ArgNo, Attribute::AttrKind Kind) {
1453 void removeParamAttr(unsigned ArgNo, StringRef Kind) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp942 F->removeParamAttr(ArgNo, Attribute::StructRet); in promoteArguments()
946 CS.removeParamAttr(ArgNo, Attribute::StructRet); in promoteArguments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp208 getParent()->removeParamAttr(getArgNo(), Kind); in removeAttr()
453 void Function::removeParamAttr(unsigned ArgNo, Attribute::AttrKind Kind) { in removeParamAttr() function in Function
459 void Function::removeParamAttr(unsigned ArgNo, StringRef Kind) { in removeParamAttr() function in Function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DCallSiteSplitting.cpp104 CS.removeParamAttr(ArgNo, Attribute::NonNull); in setConstantInArgument()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp681 Arg->getParent()->removeParamAttr(Arg->getArgNo(), in insertSpills()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp207 CI->removeParamAttr(ArgNo, Attribute::Dereferenceable); in annotateDereferenceableBytes()
210 CI->removeParamAttr(ArgNo, Attribute::DereferenceableOrNull); in annotateDereferenceableBytes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3243 Func->removeParamAttr(i, Attribute::ByVal); in parseFunctionRecord()
3688 CB->removeParamAttr(i, Attribute::ByVal); in propagateByValTypes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4507 Call.removeParamAttr(ix, Attribute::ByVal); in visitCallBase()