Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h508 Type *getParamPreallocatedType(unsigned ArgNo) const { in getParamPreallocatedType() function
509 return AttributeSets.getParamPreallocatedType(ArgNo); in getParamPreallocatedType()
H A DInstrTypes.h1865 Type *getParamPreallocatedType(unsigned ArgNo) const {
1866 if (auto *Ty = Attrs.getParamPreallocatedType(ArgNo))
1869 return F->getAttributes().getParamPreallocatedType(ArgNo);
H A DAttributes.h897 Type *getParamPreallocatedType(unsigned ArgNo) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp245 ElementTy = FuncInfo.getParamPreallocatedType(ParamIdx); in setArgFlags()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1692 Type *AttributeList::getParamPreallocatedType(unsigned Index) const { in getParamPreallocatedType() function in AttributeList
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp136 IndirectType = Call->getParamPreallocatedType(ArgIdx); in setAttributes()