Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h1727 Type *getParamPreallocatedType(unsigned ArgNo) const {
1728 if (auto *Ty = Attrs.getParamPreallocatedType(ArgNo))
1731 return F->getAttributes().getParamPreallocatedType(ArgNo);
H A DAttributes.h707 Type *getParamPreallocatedType(unsigned ArgNo) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1451 Type *AttributeList::getParamPreallocatedType(unsigned Index) const { in getParamPreallocatedType() function in AttributeList
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp131 IndirectType = Call->getParamPreallocatedType(ArgIdx); in setAttributes()