Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DArgument.h126 LLVM_ABI Type *getParamStructRetType() const;
H A DFunction.h501 Type *getParamStructRetType(unsigned ArgNo) const { in getParamStructRetType() function
502 return AttributeSets.getParamStructRetType(ArgNo); in getParamStructRetType()
H A DInstrTypes.h1823 Type *getParamStructRetType(unsigned ArgNo) const {
1824 if (auto *Ty = Attrs.getParamStructRetType(ArgNo))
1827 return F->getAttributes().getParamStructRetType(ArgNo);
H A DAttributes.h932 LLVM_ABI Type *getParamStructRetType(unsigned ArgNo) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.h311 return Arg->getParamStructRetType(); in getPointeeTypeByAttr()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp230 Type *Argument::getParamStructRetType() const { in getParamStructRetType() function in Argument
232 return getParent()->getParamStructRetType(getArgNo()); in getParamStructRetType()
H A DValue.cpp988 Type *EltTy = A->getParamStructRetType(); in getPointerAlignment()
H A DAttributes.cpp1927 Type *AttributeList::getParamStructRetType(unsigned Index) const { in getParamStructRetType() function in AttributeList
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp258 Type *Ty = Formal->getParamStructRetType(); in visitCallBase()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp1041 EnumerateType(I.getParamStructRetType()); in incorporateFunction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp1075 EnumerateType(I.getParamStructRetType()); in incorporateFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp148 IndirectType = Call->getParamStructRetType(ArgIdx); in setAttributes()