Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFunction.h469 Type *getParamPreallocatedType(unsigned ArgNo) const { in getParamPreallocatedType() function
470 return AttributeSets.getParamPreallocatedType(ArgNo); in getParamPreallocatedType()
H A DInstrTypes.h1770 Type *getParamPreallocatedType(unsigned ArgNo) const {
1771 if (auto *Ty = Attrs.getParamPreallocatedType(ArgNo))
1774 return F->getAttributes().getParamPreallocatedType(ArgNo);
H A DAttributes.h851 Type *getParamPreallocatedType(unsigned ArgNo) const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp214 ElementTy = FuncInfo.getParamPreallocatedType(ParamIdx); in setArgFlags()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp1526 Type *AttributeList::getParamPreallocatedType(unsigned Index) const { in getParamPreallocatedType() function in AttributeList
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp134 IndirectType = Call->getParamPreallocatedType(ArgIdx); in setAttributes()