Home
last modified time | relevance | path

Searched refs:getParamByRefType (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DArgument.h125 Type *getParamByRefType() const;
H A DFunction.h503 Type *getParamByRefType(unsigned ArgNo) const { in getParamByRefType() function
504 return AttributeSets.getParamByRefType(ArgNo); in getParamByRefType()
H A DInstrTypes.h1847 Type *getParamByRefType(unsigned ArgNo) const {
1848 if (auto *Ty = Attrs.getParamByRefType(ArgNo))
1851 return F->getAttributes().getParamByRefType(ArgNo);
H A DAttributes.h894 Type *getParamByRefType(unsigned ArgNo) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.h145 return Arg->getParamByRefType(); in getPointeeTypeByAttr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp31 Ty = Arg.getParamByRefType(); in getArgumentTypeAlign()
317 Type *Ty = Arg.hasByRefAttr() ? Arg.getParamByRefType() : Arg.getType(); in emitKernelArg()
H A DAMDGPULowerKernelArguments.cpp134 Type *ArgTy = IsByRef ? Arg.getParamByRefType() : Arg.getType(); in lowerKernelArguments()
H A DAMDGPUSubtarget.cpp615 Type *ArgTy = IsByRef ? Arg.getParamByRefType() : Arg.getType(); in getExplicitKernArgSize()
H A DAMDGPUCallLowering.cpp534 Type *ArgTy = IsByRef ? Arg.getParamByRefType() : Arg.getType(); in lowerFormalArgumentsKernel()
H A DAMDGPUISelLowering.cpp1165 Type *MemArgTy = IsByRef ? Arg.getParamByRefType() : BaseArgTy; in analyzeFormalArgumentsCompute()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp677 : IsByRef ? CB->getParamByRefType(I) in expandCall()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp242 Type *Argument::getParamByRefType() const { in getParamByRefType() function in Argument
244 return getParent()->getParamByRefType(getArgNo()); in getParamByRefType()
H A DAttributes.cpp1688 Type *AttributeList::getParamByRefType(unsigned Index) const { in getParamByRefType() function in AttributeList
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp1043 EnumerateType(I.getParamByRefType()); in incorporateFunction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp1074 EnumerateType(I.getParamByRefType()); in incorporateFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp241 ElementTy = FuncInfo.getParamByRefType(ParamIdx); in setArgFlags()