Home
last modified time | relevance | path

Searched refs:getFunctionParamType (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DType.h387 inline Type *getFunctionParamType(unsigned i) const;
DDerivedTypes.h153 Type *Type::getFunctionParamType(unsigned i) const { in getFunctionParamType() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h333 inline Type *getFunctionParamType(unsigned i) const;
DDerivedTypes.h151 Type *Type::getFunctionParamType(unsigned i) const { in getFunctionParamType() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp351 Type *FormalTy = Callee->getFunctionType()->getFunctionParamType(I); in isLegalToPromote()
/external/llvm/include/llvm/IR/
DType.h331 inline Type *getFunctionParamType(unsigned i) const;
DDerivedTypes.h147 Type *Type::getFunctionParamType(unsigned i) const { in getFunctionParamType() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h353 inline Type *getFunctionParamType(unsigned i) const;
DDerivedTypes.h158 Type *Type::getFunctionParamType(unsigned i) const { in getFunctionParamType() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp433 Type *FormalTy = Callee->getFunctionType()->getFunctionParamType(I); in isLegalToPromote()
/external/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp240 Type *PTy = DirectCalleeType->getFunctionParamType(I); in isPromotionLegal()