/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | SPIRVEnums.cpp | 65 static const Extension exts[] = {V_1_3_IMPLIED_EXTS}; in getImpliedExtensions() local 69 static const Extension exts[] = {V_1_3_IMPLIED_EXTS, V_1_4_IMPLIED_EXTS}; in getImpliedExtensions() local 73 static const Extension exts[] = {V_1_3_IMPLIED_EXTS, V_1_4_IMPLIED_EXTS, in getImpliedExtensions() local 78 static const Extension exts[] = {V_1_3_IMPLIED_EXTS, V_1_4_IMPLIED_EXTS, in getImpliedExtensions() local
|
H A D | SPIRVTypes.cpp | 256 static constexpr Extension exts[] = {Extension::SPV_KHR_cooperative_matrix}; getExtensions() local 323 static const Extension exts[] = {Extension::SPV_INTEL_joint_matrix}; getExtensions() local 603 static const Extension exts[] = {Extension::SPV_KHR_8bit_storage}; getExtensions() local 611 static const Extension exts[] = {Extension::SPV_KHR_16bit_storage}; getExtensions() local
|
/llvm-project/libcxx/test/std/containers/views/mdspan/mdspan/ |
H A D | ctor.dh_span.pass.cpp | 45 array_from_extents(const Extents & exts,std::index_sequence<Idxs...>) array_from_extents() argument 56 test_mdspan_ctor_span(const H & handle,const M & map,const A &,std::span<typename M::index_type,N> exts) test_mdspan_ctor_span() argument 88 auto exts = array_from_extents(map.extents(), std::make_index_sequence<MDS::rank()>()); test_mdspan_ctor() local [all...] |
H A D | ctor.dh_array.pass.cpp | 45 array_from_extents(const Extents & exts,std::index_sequence<Idxs...>) array_from_extents() argument 56 test_mdspan_ctor_array(const H & handle,const M & map,const A &,std::array<typename M::index_type,N> exts) test_mdspan_ctor_array() argument 88 auto exts = array_from_extents(map.extents(), std::make_index_sequence<MDS::rank()>()); test_mdspan_ctor() local [all...] |
H A D | conversion.pass.cpp | 107 construct_from_mds(const FromH & handle,const FromL & layout,const FromE & exts,const FromA & acc) construct_from_mds() argument
|
H A D | deduction.pass.cpp | 121 std::array<char, 3> exts; test_no_layout_deduction_guides() local
|
/llvm-project/libcxx/test/std/containers/views/mdspan/ |
H A D | CustomTestLayouts.h | 194 construct_mapping(std::layout_left,Extents exts) construct_mapping() argument 199 construct_mapping(std::layout_right,Extents exts) construct_mapping() argument 204 construct_mapping(layout_wrapping_integral<Wraps>,Extents exts) construct_mapping() argument
|
/llvm-project/mlir/lib/Dialect/GPU/Transforms/ |
H A D | SPIRVAttachTarget.cpp | 78 ArrayRef<Extension> exts(extensions); in runOnOperation() local
|
/llvm-project/mlir/test/lib/Dialect/SPIRV/ |
H A D | TestAvailability.cpp | 68 for (const auto &exts : extension.getExtensions()) { in runOnOperation() local
|
/llvm-project/lld/ELF/Arch/ |
H A D | RISCV.cpp | 1172 RISCVISAUtils::OrderedExtensionMap exts; mergeAttributesSection() local
|
/llvm-project/flang/lib/Evaluate/ |
H A D | fold-logical.cpp | 19 std::vector<Scalar<LargestInt>> exts; in ZeroExtend() local
|
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/ |
H A D | SPIRVConversion.cpp | 667 SmallVector<ArrayRef<spirv::Extension>, 1> exts; castToSourceType() local
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | FIRBuilder.cpp | 495 genShape(mlir::Location loc,llvm::ArrayRef<mlir::Value> exts) genShape() argument 501 genShape(mlir::Location loc,llvm::ArrayRef<mlir::Value> shift,llvm::ArrayRef<mlir::Value> exts) genShape() argument
|
/llvm-project/clang/test/CXX/drs/ |
H A D | cwg5xx.cpp | 69 const char *exts = "\e\(\{\[\%"; variable
|