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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h490 Type *getParamPreallocatedType(unsigned ArgNo) const { function in class:llvm::Function
491 return AttributeSets.getParamPreallocatedType(ArgNo);
H A DInstrTypes.h1849 Type *getParamPreallocatedType(unsigned ArgNo) const {
1850 if (auto *Ty = Attrs.getParamPreallocatedType(ArgNo))
1853 return F->getAttributes().getParamPreallocatedType(ArgNo);
H A DAttributes.h854 Type *getParamPreallocatedType(unsigned ArgNo) const;
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp221 ElementTy = FuncInfo.getParamPreallocatedType(ParamIdx);
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1555 Type *AttributeList::getParamPreallocatedType(unsigned Index) const { function in class:AttributeList
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp135 IndirectType = Call->getParamPreallocatedType(ArgIdx);

Completed in 217 milliseconds