Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/IR/
DAttributes.h661 Type *getParamPreallocatedType(unsigned ArgNo) const;
DInstrTypes.h1699 Type *getParamPreallocatedType(unsigned ArgNo) const {
1700 Type *Ty = Attrs.getParamPreallocatedType(ArgNo);
/external/llvm-project/llvm/lib/IR/
DAttributes.cpp1495 Type *AttributeList::getParamPreallocatedType(unsigned Index) const { in getParamPreallocatedType() function in AttributeList
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp124 PreallocatedType = Call->getParamPreallocatedType(ArgIdx); in setAttributes()