Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DArgument.h115 Type *getParamStructRetType() const;
H A DFunction.h475 Type *getParamStructRetType(unsigned ArgNo) const { in getParamStructRetType() function
476 return AttributeSets.getParamStructRetType(ArgNo); in getParamStructRetType()
H A DInstrTypes.h1867 Type *getParamStructRetType(unsigned ArgNo) const {
1868 if (auto *Ty = Attrs.getParamStructRetType(ArgNo))
1871 return F->getAttributes().getParamStructRetType(ArgNo);
H A DAttributes.h848 Type *getParamStructRetType(unsigned ArgNo) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp253 Type *Ty = Formal->getParamStructRetType(); in visitCallBase()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp227 Type *Argument::getParamStructRetType() const { in getParamStructRetType() function in Argument
229 return getParent()->getParamStructRetType(getArgNo()); in getParamStructRetType()
H A DValue.cpp959 Type *EltTy = A->getParamStructRetType(); in getPointerAlignment()
H A DAttributes.cpp1547 Type *AttributeList::getParamStructRetType(unsigned Index) const { in getParamStructRetType() function in AttributeList
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp1036 EnumerateType(I.getParamStructRetType()); in incorporateFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp1041 EnumerateType(I.getParamStructRetType()); in incorporateFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp139 IndirectType = Call->getParamStructRetType(ArgIdx); in setAttributes()