Home
last modified time | relevance | path

Searched defs:tdesc (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/lib/Dialect/XeGPU/IR/
H A DXeGPUOps.cpp80 build(OpBuilder & builder,OperationState & state,Type tdesc,TypedValue<MemRefType> source,llvm::ArrayRef<OpFoldResult> offsets) build() argument
97 build(OpBuilder & builder,OperationState & state,Type tdesc,TypedValue<IntegerType> source,llvm::ArrayRef<OpFoldResult> offsets,llvm::ArrayRef<OpFoldResult> shape,llvm::ArrayRef<OpFoldResult> strides) build() argument
/llvm-project/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp30 mlir::ValueRange lengths, mlir::Value tdesc = {}) { in createNewFirBox() argument
211 updateMutableBox(mlir::Value addr,mlir::ValueRange lbounds,mlir::ValueRange extents,mlir::ValueRange lengths,mlir::Value tdesc={}) updateMutableBox() argument
279 updateIRBox(mlir::Value addr,mlir::ValueRange lbounds,mlir::ValueRange extents,mlir::ValueRange lengths,mlir::Value tdesc={}) updateIRBox() argument
H A DFIRBuilder.cpp612 mlir::Value tdesc; createBox() local
677 createBox(mlir::Location loc,mlir::Type boxType,mlir::Value addr,mlir::Value shape,mlir::Value slice,llvm::ArrayRef<mlir::Value> lengths,mlir::Value tdesc) createBox() argument
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DTypeConverter.cpp95 __anon41de6d401202(fir::TypeDescType tdesc) __anon41de6d401202() argument
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp1697 if (auto tdesc = mlir::dyn_cast<fir::TypeDescType>(resultTy)) { verify() local