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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h630 Type *getParamPreallocatedType(unsigned ArgNo) const;
H A DInstrTypes.h1625 Type *getParamPreallocatedType(unsigned ArgNo) const {
1626 Type *Ty = Attrs.getParamPreallocatedType(ArgNo);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1455 Type *AttributeList::getParamPreallocatedType(unsigned Index) const { function in class:AttributeList
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp124 PreallocatedType = Call->getParamPreallocatedType(ArgIdx);

Completed in 88 milliseconds