Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DArgument.h114 Type *getParamByRefType() const;
H A DFunction.h464 Type *getParamByRefType(unsigned ArgNo) const { in getParamByRefType() function
465 return AttributeSets.getParamByRefType(ArgNo); in getParamByRefType()
H A DAttributes.h848 Type *getParamByRefType(unsigned ArgNo) const;
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp94 Type *ArgTy = IsByRef ? Arg.getParamByRefType() : Arg.getType(); in runOnFunction()
H A DAMDGPUHSAMetadataStreamer.cpp29 Ty = Arg.getParamByRefType(); in getArgumentTypeAlign()
737 Type *Ty = Arg.hasByRefAttr() ? Arg.getParamByRefType() : Arg.getType(); in emitKernelArg()
H A DAMDGPUSubtarget.cpp562 Type *ArgTy = IsByRef ? Arg.getParamByRefType() : Arg.getType(); in getExplicitKernArgSize()
H A DAMDGPUCallLowering.cpp528 Type *ArgTy = IsByRef ? Arg.getParamByRefType() : Arg.getType(); in lowerFormalArgumentsKernel()
H A DAMDGPUISelLowering.cpp1036 Type *MemArgTy = IsByRef ? Arg.getParamByRefType() : BaseArgTy; in analyzeFormalArgumentsCompute()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp210 Type *Argument::getParamByRefType() const { in getParamByRefType() function in Argument
212 return getParent()->getParamByRefType(getArgNo()); in getParamByRefType()
H A DAttributes.cpp1522 Type *AttributeList::getParamByRefType(unsigned Index) const { in getParamByRefType() function in AttributeList
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp1038 EnumerateType(I.getParamByRefType()); in incorporateFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp1043 EnumerateType(I.getParamByRefType()); in incorporateFunction()