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.h122 Type *getParamStructRetType() const;
H A DFunction.h493 Type *getParamStructRetType(unsigned ArgNo) const { in getParamStructRetType() function
494 return AttributeSets.getParamStructRetType(ArgNo); in getParamStructRetType()
H A DInstrTypes.h1883 Type *getParamStructRetType(unsigned ArgNo) const {
1884 if (auto *Ty = Attrs.getParamStructRetType(ArgNo))
1887 return F->getAttributes().getParamStructRetType(ArgNo);
H A DAttributes.h891 Type *getParamStructRetType(unsigned ArgNo) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.h143 return Arg->getParamStructRetType(); in getPointeeTypeByAttr()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp258 Type *Ty = Formal->getParamStructRetType(); in visitCallBase()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp237 Type *Argument::getParamStructRetType() const { in getParamStructRetType() function in Argument
239 return getParent()->getParamStructRetType(getArgNo()); in getParamStructRetType()
H A DValue.cpp960 Type *EltTy = A->getParamStructRetType(); in getPointerAlignment()
H A DAttributes.cpp1684 Type *AttributeList::getParamStructRetType(unsigned Index) const { in getParamStructRetType() function in AttributeList
/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.cpp1072 EnumerateType(I.getParamStructRetType()); in incorporateFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp140 IndirectType = Call->getParamStructRetType(ArgIdx); in setAttributes()