Home
last modified time | relevance | path

Searched refs:operandSegmentSizes (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Async/IR/
DAsync.cpp154 auto operandSegmentSizes = DenseIntElementsAttr::get( in build() local
157 result.addAttribute(kOperandSegmentSizesAttr, operandSegmentSizes); in build()
272 auto operandSegmentSizes = DenseIntElementsAttr::get( in parseExecuteOp() local
275 result.addAttribute(kOperandSegmentSizesAttr, operandSegmentSizes); in parseExecuteOp()
/external/llvm-project/mlir/lib/Dialect/PDLInterp/IR/
DPDLInterp.cpp85 int32_t operandSegmentSizes[] = {static_cast<int32_t>(operands.size()), in parseCreateOperationOp() local
89 builder.getI32VectorAttr(operandSegmentSizes)); in parseCreateOperationOp()
/external/llvm-project/mlir/lib/Dialect/PDL/IR/
DPDL.cpp182 int32_t operandSegmentSizes[] = {static_cast<int32_t>(operands.size()), in parseOperationOp() local
186 builder.getI32VectorAttr(operandSegmentSizes)); in parseOperationOp()
/external/llvm-project/mlir/lib/Target/LLVMIR/
DConvertFromLLVMIR.cpp612 std::array<int32_t, 3> operandSegmentSizes = {1, 0, 0}; in processInstruction() local
620 operandSegmentSizes[i + 1] = blockArguments.size(); in processInstruction()
625 b.getI32VectorAttr(operandSegmentSizes)); in processInstruction()