Home
last modified time | relevance | path

Searched defs:dtype (Results 1 – 12 of 12) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Dresolve104.f9011 type dtype(goodDefaultKind, badDefaultKind) type
32 type dtype(dtypeParam) type
45 type dtype(goodDefaultLen, badDefaultLen) type
H A Dresolve105.f905 type dtype(kindParam) type
H A Dspec-expr.f90161 type :: dtype(param) type
178 type :: dtype(param) type
/llvm-project/mlir/python/mlir/runtime/
H A Dnp_to_memref.py52 make_nd_memref_descriptor(rank, dtype) global() argument
67 make_zero_d_memref_descriptor(dtype) global() argument
[all...]
/llvm-project/offload/test/offloading/fortran/
H A Ddtype-array-constant-index-map.f9018 type dtype global() type
/llvm-project/mlir/include/mlir/Dialect/Tosa/Utils/
H A DShapeUtils.h178 Type dtype; member
/llvm-project/mlir/test/Integration/Dialect/SparseTensor/python/
H A Dtest_stress.py50 def dtype_to_irtype(self, dtype: np.dtype) -> ir.Type: argument
[all...]
/llvm-project/mlir/test/Integration/GPU/CUDA/sm90/python/tools/
H A DmatmulBuilder.py112 def get_mlir_ty(dtype): argument
/llvm-project/mlir/test/Examples/NVGPU/tools/
H A Dnvdsl.py279 def get_mlir_ty_from_np(dtype): argument
/llvm-project/mlir/lib/Dialect/OpenACC/IR/
H A DOpenACC.cpp175 auto dtype = static_cast<acc::DeviceType>(dtypeInt); checkWaitAndAsyncConflict() local
2414 getParallelismForDeviceType(acc::RoutineOp op,acc::DeviceType dtype) getParallelismForDeviceType() argument
2433 auto dtype = static_cast<acc::DeviceType>(dtypeInt); verify() local
[all...]
/llvm-project/flang/lib/Semantics/
H A Dmod-file.cpp634 for (auto dtype : info.deviceTypeInfos()) { PutOpenACCRoutineInfo() local
/llvm-project/flang/lib/Lower/
H A DOpenACC.cpp3917 auto dtype = static_cast<mlir::acc::DeviceType>(dtypeInt); compareDeviceTypeInfo() local
[all...]