Home
last modified time | relevance | path

Searched defs:exts (Results 1 – 14 of 14) sorted by relevance

/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVEnums.cpp65 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 DSPIRVTypes.cpp256 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 Dctor.dh_span.pass.cpp45 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 Dctor.dh_array.pass.cpp45 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 Dconversion.pass.cpp107 construct_from_mds(const FromH & handle,const FromL & layout,const FromE & exts,const FromA & acc) construct_from_mds() argument
H A Ddeduction.pass.cpp121 std::array<char, 3> exts; test_no_layout_deduction_guides() local
/llvm-project/libcxx/test/std/containers/views/mdspan/
H A DCustomTestLayouts.h194 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 DSPIRVAttachTarget.cpp78 ArrayRef<Extension> exts(extensions); in runOnOperation() local
/llvm-project/mlir/test/lib/Dialect/SPIRV/
H A DTestAvailability.cpp68 for (const auto &exts : extension.getExtensions()) { in runOnOperation() local
/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp1172 RISCVISAUtils::OrderedExtensionMap exts; mergeAttributesSection() local
/llvm-project/flang/lib/Evaluate/
H A Dfold-logical.cpp19 std::vector<Scalar<LargestInt>> exts; in ZeroExtend() local
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
H A DSPIRVConversion.cpp667 SmallVector<ArrayRef<spirv::Extension>, 1> exts; castToSourceType() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp495 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 Dcwg5xx.cpp69 const char *exts = "\e\(\{\[\%"; variable