Searched refs:getParamInAllocaType (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DArgument.h121 Type *getParamInAllocaType() const;
H A DFunction.h480 Type *getParamInAllocaType(unsigned ArgNo) const { function in class:llvm::Function
481 return AttributeSets.getParamInAllocaType(ArgNo);
H A DInstrTypes.h1858 Type *getParamInAllocaType(unsigned ArgNo) const {
1859 if (auto *Ty = Attrs.getParamInAllocaType(ArgNo))
1862 return F->getAttributes().getParamInAllocaType(ArgNo);
H A DAttributes.h857 Type *getParamInAllocaType(unsigned ArgNo) const;
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp523 ArgAttrs.addInAllocaAttr(Callee->getParamInAllocaType(ArgNo));
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp237 Type *Argument::getParamInAllocaType() const { function in class:Argument
239 return getParent()->getParamInAllocaType(getArgNo());
H A DAttributes.cpp1559 Type *AttributeList::getParamInAllocaType(unsigned Index) const { function in class:AttributeList
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp219 ElementTy = FuncInfo.getParamInAllocaType(ParamIdx);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp137 IndirectType = Call->getParamInAllocaType(ArgIdx);

Completed in 283 milliseconds