Searched defs:tdesc (Results 1 – 5 of 5) sorted by relevance
/llvm-project/mlir/lib/Dialect/XeGPU/IR/ |
H A D | XeGPUOps.cpp | 80 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 D | MutableBox.cpp | 30 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 D | FIRBuilder.cpp | 612 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 D | TypeConverter.cpp | 95 __anon41de6d401202(fir::TypeDescType tdesc) __anon41de6d401202() argument
|
/llvm-project/flang/lib/Optimizer/Dialect/ |
H A D | FIROps.cpp | 1697 if (auto tdesc = mlir::dyn_cast<fir::TypeDescType>(resultTy)) { verify() local
|