Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMDialect.cpp593 fnType.getFunctionNumParams() != (op.getNumOperands() - isIndirect)) in verify()
597 << ") for callee (expecting: " << fnType.getFunctionNumParams() in verify()
600 if (fnType.getFunctionNumParams() > (op.getNumOperands() - isIndirect)) in verify()
604 << fnType.getFunctionNumParams() << ")"; in verify()
606 for (unsigned i = 0, e = fnType.getFunctionNumParams(); i != e; ++i) in verify()
1298 for (unsigned i = 0, e = type.getFunctionNumParams(); i < e; ++i) in addEntryBlock()
1317 unsigned numInputs = type.getFunctionNumParams(); in build()
1423 argTypes.reserve(fnType.getFunctionNumParams()); in printLLVMFuncOp()
1424 for (unsigned i = 0, e = fnType.getFunctionNumParams(); i < e; ++i) in printLLVMFuncOp()
1457 return getType().getFunctionNumParams(); in getNumFuncArguments()
[all …]
DLLVMTypes.cpp122 unsigned LLVMType::getFunctionNumParams() { in getFunctionNumParams() function in LLVMType
/external/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp232 unsigned ParamNum = DirectCalleeType->getFunctionNumParams(); in isPromotionLegal()
480 unsigned ParamNum = DirectCalleeType->getFunctionNumParams(); in createDirectCallInst()
/external/llvm/include/llvm/IR/
DType.h332 inline unsigned getFunctionNumParams() const;
DDerivedTypes.h151 unsigned Type::getFunctionNumParams() const { in getFunctionNumParams() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h334 inline unsigned getFunctionNumParams() const;
DDerivedTypes.h155 unsigned Type::getFunctionNumParams() const { in getFunctionNumParams() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h354 inline unsigned getFunctionNumParams() const;
DDerivedTypes.h162 unsigned Type::getFunctionNumParams() const { in getFunctionNumParams() function
/external/llvm-project/mlir/lib/ExecutionEngine/
DJitRunner.cpp223 if (mainFunction.getType().getFunctionNumParams() != 0) in compileAndExecuteSingleReturnFunction()
/external/llvm-project/llvm/include/llvm/IR/
DType.h356 inline unsigned getFunctionNumParams() const;
DDerivedTypes.h162 unsigned Type::getFunctionNumParams() const { in getFunctionNumParams() function
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
DLLVMTypes.h120 unsigned getFunctionNumParams();
/external/llvm-project/lldb/source/Plugins/ABI/Hexagon/
DABISysV_hexagon.cpp1107 assert(prototype.getFunctionNumParams() == args.size()); in PrepareTrivialCall()
/external/llvm-project/lldb/source/Plugins/ABI/ARC/
DABISysV_arc.cpp243 assert(prototype.getFunctionNumParams() == args.size()); in PrepareTrivialCall()