Home
last modified time | relevance | path

Searched refs:hasParamAttribute (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAliasAnalysis.cpp131 if (F->hasParamAttribute(ArgNo, Attribute::NoAlias) && in pointsToConstantMemory()
132 (F->hasParamAttribute(ArgNo, Attribute::ReadNone) || in pointsToConstantMemory()
133 F->hasParamAttribute(ArgNo, Attribute::ReadOnly))) { in pointsToConstantMemory()
DAMDGPUTargetTransformInfo.cpp596 return F->getAttributes().hasParamAttribute(A->getArgNo(), Attribute::InReg) || in isArgPassedInSGPR()
597 F->getAttributes().hasParamAttribute(A->getArgNo(), Attribute::ByVal); in isArgPassedInSGPR()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp646 if (Attrs.hasParamAttribute(I, Attribute::ByVal) || in fastLowerArguments()
647 Attrs.hasParamAttribute(I, Attribute::SwiftSelf) || in fastLowerArguments()
648 Attrs.hasParamAttribute(I, Attribute::SwiftError) || in fastLowerArguments()
649 Attrs.hasParamAttribute(I, Attribute::InAlloca) || in fastLowerArguments()
650 Attrs.hasParamAttribute(I, Attribute::Nest)) in fastLowerArguments()
840 if (Attrs.hasParamAttribute(I, Attribute::ByVal) || in selectCall()
841 Attrs.hasParamAttribute(I, Attribute::SwiftSelf) || in selectCall()
842 Attrs.hasParamAttribute(I, Attribute::SwiftError) || in selectCall()
843 Attrs.hasParamAttribute(I, Attribute::InAlloca) || in selectCall()
844 Attrs.hasParamAttribute(I, Attribute::Nest)) in selectCall()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h403 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const { in hasParamAttribute() function
404 return getAttributes().hasParamAttribute(ArgNo, Kind); in hasParamAttribute()
612 return AttributeSets.hasParamAttribute(0, Attribute::StructRet) || in hasStructRetAttr()
613 AttributeSets.hasParamAttribute(1, Attribute::StructRet); in hasStructRetAttr()
DAttributes.h582 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp90 if (getParent()->hasParamAttribute(getArgNo(), Attribute::NonNull)) in hasNonNullAttr()
105 return getParent()->hasParamAttribute(getArgNo(), Attribute::SwiftSelf); in hasSwiftSelfAttr()
109 return getParent()->hasParamAttribute(getArgNo(), Attribute::SwiftError); in hasSwiftErrorAttr()
120 return Attrs.hasParamAttribute(getArgNo(), Attribute::ByVal) || in hasByValOrInAllocaAttr()
121 Attrs.hasParamAttribute(getArgNo(), Attribute::InAlloca); in hasByValOrInAllocaAttr()
189 return Attrs.hasParamAttribute(getArgNo(), Attribute::ReadOnly) || in onlyReadsMemory()
190 Attrs.hasParamAttribute(getArgNo(), Attribute::ReadNone); in onlyReadsMemory()
212 return getParent()->hasParamAttribute(getArgNo(), Kind); in hasAttribute()
DVerifier.cpp2249 if (Attrs.hasParamAttribute(i, Attribute::SwiftError)) { in visitFunction()
2926 if (Attrs.hasParamAttribute(i, Attribute::ImmArg)) { in visitCallBase()
2929 Assert(Callee && Callee->hasParamAttribute(i, Attribute::ImmArg), in visitCallBase()
2947 if (Attrs.hasParamAttribute(Idx, Attribute::Nest)) in visitCallBase()
2949 if (Attrs.hasParamAttribute(Idx, Attribute::Returned)) in visitCallBase()
3071 if (Attrs.hasParamAttribute(I, AK)) in getParameterABIAttributes()
3074 if (Attrs.hasParamAttribute(I, Attribute::Alignment)) in getParameterABIAttributes()
DAttributes.cpp1322 bool AttributeList::hasParamAttribute(unsigned ArgNo, in hasParamAttribute() function in AttributeList
DInstructions.cpp336 if (Attrs.hasParamAttribute(ArgNo, Kind)) in paramHasAttr()
339 return F->getAttributes().hasParamAttribute(ArgNo, Kind); in paramHasAttr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLint.cpp275 if (PAL.hasParamAttribute(ArgNo, Attribute::ByVal)) in visitCallSite()
308 if (PAL.hasParamAttribute(ArgNo++, Attribute::ByVal)) in visitCallSite()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp84 if (F.hasParamAttribute(ArgNo, Attribute::NoCapture)) in setDoesNotCapture()
92 if (F.hasParamAttribute(ArgNo, Attribute::NoAlias)) in setDoesNotAlias()
100 if (F.hasParamAttribute(ArgNo, Attribute::ReadOnly)) in setOnlyReadsMemory()
118 if (F.hasParamAttribute(ArgNo, Attribute::Returned)) in setReturnedArg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp1238 return F->getAttributes().hasParamAttribute(A->getArgNo(), Attribute::InReg) || in isArgPassedInSGPR()
1239 F->getAttributes().hasParamAttribute(A->getArgNo(), Attribute::ByVal); in isArgPassedInSGPR()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp760 HasLiveReturnedArg |= PAL.hasParamAttribute(i, Attribute::Returned); in RemoveDeadStuffFromFunction()
DAttributor.cpp3774 if (F.hasParamAttribute(u, Attribute::Returned)) { in determineFunctionCaptureCapabilities()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1471 if (!PAL.hasParamAttribute(paramIndex, Attribute::ByVal)) { in emitFunctionParamList()
DNVPTXISelLowering.cpp2552 if (!PAL.hasParamAttribute(i, Attribute::ByVal)) { in LowerFormalArguments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4641 if (ParamTy != ActTy && CallerPAL.hasParamAttribute(i, Attribute::ByVal)) { in transformConstExprCastCall()
4711 if (CallerPAL.hasParamAttribute(i, Attribute::ByVal)) { in transformConstExprCastCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3239 if (!Func->hasParamAttribute(i, Attribute::ByVal)) in parseFunctionRecord()