Home
last modified time | relevance | path

Searched refs:getParamPreallocatedType (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h490 Type *getParamPreallocatedType(unsigned ArgNo) const { in getParamPreallocatedType() function
491 return AttributeSets.getParamPreallocatedType(ArgNo); in getParamPreallocatedType()
H A DInstrTypes.h1849 Type *getParamPreallocatedType(unsigned ArgNo) const {
1850 if (auto *Ty = Attrs.getParamPreallocatedType(ArgNo))
1853 return F->getAttributes().getParamPreallocatedType(ArgNo);
H A DAttributes.h854 Type *getParamPreallocatedType(unsigned ArgNo) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp221 ElementTy = FuncInfo.getParamPreallocatedType(ParamIdx); in setArgFlags()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1555 Type *AttributeList::getParamPreallocatedType(unsigned Index) const { in getParamPreallocatedType() function in AttributeList
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp135 IndirectType = Call->getParamPreallocatedType(ArgIdx); in setAttributes()