Home
last modified time | relevance | path

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

/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-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/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/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMDialect.cpp608 fnType.getFunctionParamType(i)) in verify()
611 << " != " << fnType.getFunctionParamType(i); in verify()
1299 entry->addArgument(type.getFunctionParamType(i)); in addEntryBlock()
1425 argTypes.push_back(fnType.getFunctionParamType(i)); in printLLVMFuncOp()
1505 if (op.getType().getFunctionParamType(i) != argLLVMType) in verify()
DLLVMTypes.cpp118 LLVMType LLVMType::getFunctionParamType(unsigned argIdx) { in getFunctionParamType() function in LLVMType
/external/llvm-project/llvm/include/llvm/IR/
DType.h355 inline Type *getFunctionParamType(unsigned i) const;
DDerivedTypes.h158 Type *Type::getFunctionParamType(unsigned i) const { in getFunctionParamType() function
/external/llvm-project/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp422 Type *FormalTy = Callee->getFunctionType()->getFunctionParamType(I); in isLegalToPromote()
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
DLLVMTypes.h119 LLVMType getFunctionParamType(unsigned argIdx);
/external/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp240 Type *PTy = DirectCalleeType->getFunctionParamType(I); in isPromotionLegal()
/external/llvm-project/mlir/lib/Target/LLVMIR/
DConvertFromLLVMIR.cpp809 functionType.getFunctionParamType(kv.index())); in processFunction()