Home
last modified time | relevance | path

Searched defs:numOperands (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/flang/lib/Lower/
H A DCustomIntrinsicCall.cpp120 std::size_t numOperands, in lowerMinOrMax()
191 std::size_t numOperands, in lowerIshftc()
244 const OperandGetter &getOperand, std::size_t numOperands, in lowerCustomIntrinsic()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600AsmPrinter.cpp55 unsigned numOperands = MI.getNumOperands(); in EmitProgramInfoR600() local
/llvm-project-15.0.7/mlir/lib/Dialect/Async/IR/
H A DAsync.cpp99 int32_t numOperands = operands.size(); in build() local
203 int32_t numOperands = valueArgs.size(); in parse() local
/llvm-project-15.0.7/mlir/lib/IR/
H A DOperation.cpp60 unsigned numOperands = operands.size(); in create() local
692 unsigned numOperands) { in verifyNOperands()
701 unsigned numOperands) { in verifyAtLeastNOperands()
808 unsigned numOperands) { in verifyNResults()
815 unsigned numOperands) { in verifyAtLeastNResults()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializeOps.cpp218 unsigned numOperands) { in processOpWithoutGrammarAttr()
/llvm-project-15.0.7/mlir/lib/Transforms/
H A DViewOpGraph.cpp278 unsigned numOperands = op->getNumOperands(); in processOperation() local
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp432 unsigned numOperands = OperandList.size(); in emitInstructionSpecifier() local
/llvm-project-15.0.7/mlir/lib/Conversion/GPUToNVVM/
H A DWmmaOpsToNvvm.cpp333 size_t numOperands = adaptor.getOperands().size(); in matchAndRewrite() local
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DLLVMIRConversionGen.cpp74 unsigned numOperands = op.getNumOperands(); in isVariadicOperandName() local
H A DOpDefinitionsGen.cpp1177 const int numOperands = op.getNumOperands(); in generateNamedOperandGetters() local
1654 int numOperands = op.getNumOperands(); in genInferredTypeCollectiveParamBuilder() local
1852 int numOperands = op.getNumOperands(); in genCollectiveParamBuilder() local
1979 for (int i = 0, e = op.getNumArgs(), numOperands = 0; i < e; ++i) { in buildParamList() local
2729 int numOperands = op.getNumOperands(); in genTraits() local
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DFuncBufferizableOpInterfaceImpl.cpp263 unsigned numOperands = callOp->getNumOperands(); in bufferize() local
/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h547 unsigned numOperands, unsigned numResultTypes, in OperationExpr()
557 unsigned numOperands, numResultTypes, numAttributes; variable
/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncToAsyncRuntime.cpp276 size_t numOperands = execute.operands().size(); in outlineExecuteOp() local
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOperationSupport.h747 unsigned numOperands; variable
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp483 unsigned numOperands = accessValueMap.getNumOperands(); in compute() local
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c1709 intptr_t numOperands = mlirOperationGetNumOperands(op); in testOperands() local
/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp1074 unsigned numOperands = getNumOperands(); in verify() local
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp2091 unsigned numOperands = lbMap.getNumInputs(); in matchingBoundOperandList() local
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp1257 const unsigned numOperands = N->getNumOperands(); in LLVMGetMDNodeOperands() local