Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFunction.h470 Type *getParamPreallocatedType(unsigned ArgNo) const { in getParamPreallocatedType() function
471 return AttributeSets.getParamPreallocatedType(ArgNo); in getParamPreallocatedType()
H A DInstrTypes.h1760 Type *getParamPreallocatedType(unsigned ArgNo) const {
1761 if (auto *Ty = Attrs.getParamPreallocatedType(ArgNo))
1764 return F->getAttributes().getParamPreallocatedType(ArgNo);
H A DAttributes.h838 Type *getParamPreallocatedType(unsigned ArgNo) const;
/llvm-project-15.0.7/llvm/unittests/IR/
H A DAttributesTest.cpp288 ASSERT_TRUE(I->getParamPreallocatedType(0)); in TEST()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp199 ElementTy = FuncInfo.getParamPreallocatedType(ParamIdx); in setArgFlags()
/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributes.cpp1452 Type *AttributeList::getParamPreallocatedType(unsigned Index) const { in getParamPreallocatedType() function in AttributeList
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp133 IndirectType = Call->getParamPreallocatedType(ArgIdx); in setAttributes()