Searched refs:arraySize (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | shape.cpp | 859 auto arraySize{GetSize(std::move(*arrayShape))}; in operator ()() local 860 CHECK(arraySize); in operator ()() 862 ActualArgument{AsGenericExpr(std::move(*arraySize))}, in operator ()()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/ |
| H A D | LLVMOps.td | 381 let arguments = (ins AnyInteger:$arraySize, 391 auto *inst = builder.CreateAlloca(elementType, addrSpace, $arraySize); 396 OpBuilder<(ins "Type":$resultType, "Value":$arraySize, 402 return build($_builder, $_state, resultType, arraySize, IntegerAttr(), 404 build($_builder, $_state, resultType, arraySize, 407 OpBuilder<(ins "Type":$resultType, "Type":$elementType, "Value":$arraySize, 413 build($_builder, $_state, resultType, arraySize,
|
| /llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/ |
| H A D | GPUToLLVMConversion.cpp | 652 auto arraySize = builder.create<LLVM::ConstantOp>( in generateParamsArray() local 655 arraySize, /*alignment=*/0); in generateParamsArray()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | R600Instructions.td | 489 bits<12> arraySize; 494 let Word1{11-0} = arraySize; 553 i32imm:$arraySize, i32imm:$compMask, i32imm:$inst, i32imm:$eop),
|
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | LLVMDialect.cpp | 229 OpAsmParser::UnresolvedOperand arraySize; in parse() local 232 if (parser.parseOperand(arraySize) || parser.parseKeyword("x") || in parse() 258 if (parser.resolveOperand(arraySize, funcType.getInput(0), result.operands)) in parse()
|