Home
last modified time | relevance | path

Searched defs:Types (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/external/rust/cxx/syntax/
Dtypes.rs15 pub struct Types<'a> { struct
30 impl<'a> Types<'a> { impl
255 impl<'t, 'a> IntoIterator for &'t Types<'a> { implementation
Dpod.rs4 impl<'a> Types<'a> { implementation
Dimproper.rs11 impl<'a> Types<'a> { implementation
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyTargetStreamer.cpp38 static void PrintTypes(formatted_raw_ostream &OS, ArrayRef<MVT> Types) { in PrintTypes()
50 void WebAssemblyTargetAsmStreamer::emitParam(ArrayRef<MVT> Types) { in emitParam()
55 void WebAssemblyTargetAsmStreamer::emitResult(ArrayRef<MVT> Types) { in emitResult()
60 void WebAssemblyTargetAsmStreamer::emitLocal(ArrayRef<MVT> Types) { in emitLocal()
79 static void EncodeTypes(MCStreamer &Streamer, ArrayRef<MVT> Types) { in EncodeTypes()
85 void WebAssemblyTargetELFStreamer::emitParam(ArrayRef<MVT> Types) { in emitParam()
90 void WebAssemblyTargetELFStreamer::emitResult(ArrayRef<MVT> Types) { in emitResult()
95 void WebAssemblyTargetELFStreamer::emitLocal(ArrayRef<MVT> Types) { in emitLocal()
/external/llvm-project/mlir/docs/Tutorials/
DDefiningAttributesAndTypes.md11 ## Types section in Defining Dialect Attributes and Types
19 ### Defining the type class
317 ### Registering types with a Dialect
332 ### Parsing and Printing
356 ### Traits
364 ### Interfaces
/external/llvm-project/mlir/docs/
DLangRef.md828 #### Complex Type
847 #### Floating Point Types
859 #### Function Type
881 #### Index Type
900 #### Integer Type
925 #### Memref Type
1188 #### None Type
1199 #### Tensor Type
1257 #### Tuple Type
1285 #### Vector Type
DBufferization.md168 ### Bufferization Operation Conversion Patterns
181 ### BufferizeFuncOpConverter
246 ### BufferizeReturnOpConverter
296 ### BufferizeCallOpConverter
335 ### Summarizing Example
/external/libchrome/mojo/public/cpp/bindings/
DREADME.md502 ## Types section in Mojo C++ Bindings API
504 ### Enums
542 ### Structs
652 ### Unions
718 ### Sending Interfaces Over Interfaces
875 ### Strong Bindings
909 ### Binding Sets
956 ### InterfacePtr Sets
/external/deqp-deps/SPIRV-Tools/test/opt/
Dtypes_test.cpp250 TEST(Types, AllTypes) { in TEST() argument
269 TEST(Types, IntSignedness) { in TEST() argument
280 TEST(Types, IntWidth) { in TEST() argument
291 TEST(Types, FloatWidth) { in TEST() argument
302 TEST(Types, VectorElementCount) { in TEST() argument
310 TEST(Types, MatrixElementCount) { in TEST() argument
319 TEST(Types, IsUniqueType) { in TEST() argument
365 TEST(Types, Clone) { in TEST() argument
375 TEST(Types, RemoveDecorations) { in TEST() argument
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dtypes_test.cpp250 TEST(Types, AllTypes) { in TEST() argument
269 TEST(Types, IntSignedness) { in TEST() argument
280 TEST(Types, IntWidth) { in TEST() argument
291 TEST(Types, FloatWidth) { in TEST() argument
302 TEST(Types, VectorElementCount) { in TEST() argument
310 TEST(Types, MatrixElementCount) { in TEST() argument
319 TEST(Types, IsUniqueType) { in TEST() argument
365 TEST(Types, Clone) { in TEST() argument
375 TEST(Types, RemoveDecorations) { in TEST() argument
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dtypes_test.cpp250 TEST(Types, AllTypes) { in TEST() argument
269 TEST(Types, IntSignedness) { in TEST() argument
280 TEST(Types, IntWidth) { in TEST() argument
291 TEST(Types, FloatWidth) { in TEST() argument
302 TEST(Types, VectorElementCount) { in TEST() argument
310 TEST(Types, MatrixElementCount) { in TEST() argument
319 TEST(Types, IsUniqueType) { in TEST() argument
365 TEST(Types, Clone) { in TEST() argument
375 TEST(Types, RemoveDecorations) { in TEST() argument
/external/clang/test/CodeGenCXX/
Dmangle-variadic-templates.cpp15 void f0(X<sizeof...(Types), Types&...>) { } in f0() argument
32 template<typename ...Types> void f2(Types...) {} in f2() argument
41 template<typename ...Types> void f3(const Types *...) {} in f3()
/external/llvm-project/clang/test/CodeGenCXX/
Dmangle-variadic-templates.cpp15 void f0(X<sizeof...(Types), Types&...>) { } in f0() argument
32 template<typename ...Types> void f2(Types...) {} in f2() argument
41 template<typename ...Types> void f3(const Types *...) {} in f3()
/external/pffft/
Dpffft.hpp53 template<typename T> struct Types {}; struct
55 template<> struct Types<float> { struct
56 typedef float Scalar;
57 typedef std::complex<Scalar> Complex;
58 static int simd_size() { return pffft_simd_size(); } in simd_size()
59 static const char * simd_arch() { return pffft_simd_arch(); } in simd_arch()
61 template<> struct Types< std::complex<float> > { struct
62 typedef float Scalar;
63 typedef std::complex<float> Complex;
64 static int simd_size() { return pffft_simd_size(); } in simd_size()
[all …]
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h127 ArrayRef<LLT> Types; member
437 std::initializer_list<LLT> Types) { in actionFor()
444 std::initializer_list<LLT> Types, in actionFor()
453 std::initializer_list<std::pair<LLT, LLT>> Types) { in actionFor() argument
461 std::initializer_list<std::pair<LLT, LLT>> Types, in actionFor() argument
471 std::initializer_list<LLT> Types) { in actionForTypeWithAnyImm()
478 LegalizeAction Action, std::initializer_list<std::pair<LLT, LLT>> Types) { in actionForTypeWithAnyImm() argument
488 std::initializer_list<LLT> Types) { in actionForCartesianProduct()
539 LegalizeRuleSet &legalFor(std::initializer_list<LLT> Types) { in legalFor()
544 LegalizeRuleSet &legalFor(std::initializer_list<std::pair<LLT, LLT>> Types) { in legalFor() argument
[all …]
/external/llvm-project/mlir/docs/Dialects/
DSPIR-V.md245 ## Types section in 'spv' Dialect
280 ### Array type
302 ### Image type
331 ### Pointer type
351 ### Runtime array type
367 ### Struct type
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.h27 codeview::LazyRandomTypeCollection &Types) in MinimalSymbolDumper()
32 codeview::LazyRandomTypeCollection &Types) in MinimalSymbolDumper()
63 codeview::LazyRandomTypeCollection &Types; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h123 ArrayRef<LLT> Types; member
391 std::initializer_list<LLT> Types) { in actionFor()
398 std::initializer_list<LLT> Types, in actionFor()
407 std::initializer_list<std::pair<LLT, LLT>> Types) { in actionFor() argument
415 std::initializer_list<std::pair<LLT, LLT>> Types, in actionFor() argument
425 std::initializer_list<LLT> Types) { in actionForTypeWithAnyImm()
434 std::initializer_list<LLT> Types) { in actionForCartesianProduct()
485 LegalizeRuleSet &legalFor(std::initializer_list<LLT> Types) { in legalFor()
490 LegalizeRuleSet &legalFor(std::initializer_list<std::pair<LLT, LLT>> Types) { in legalFor() argument
495 LegalizeRuleSet &legalForTypeWithAnyImm(std::initializer_list<LLT> Types) { in legalForTypeWithAnyImm()
[all …]
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/gtest/nosuite/gtest/
Dgtest-typed-test.h4 #define TYPED_TEST_CASE(CaseName, Types, ...) argument
10 #define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, SuiteName, Types, ...) argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolDumper.h27 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper()
49 TypeCollection &Types; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DSymbolDumper.h27 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper()
49 TypeCollection &Types; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyTargetStreamer.cpp42 ArrayRef<wasm::ValType> Types) { in printTypes()
54 void WebAssemblyTargetAsmStreamer::emitLocal(ArrayRef<wasm::ValType> Types) { in emitLocal()
107 void WebAssemblyTargetWasmStreamer::emitLocal(ArrayRef<wasm::ValType> Types) { in emitLocal()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/gtest/
Dgtest-typed-test.h4 #define TYPED_TEST_SUITE(CaseName, Types, ...) argument
13 #define INSTANTIATE_TYPED_TEST_SUITE_P(Prefix, SuiteName, Types, ...) argument
/external/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyTargetStreamer.cpp42 ArrayRef<wasm::ValType> Types) { in printTypes()
54 void WebAssemblyTargetAsmStreamer::emitLocal(ArrayRef<wasm::ValType> Types) { in emitLocal()
116 void WebAssemblyTargetWasmStreamer::emitLocal(ArrayRef<wasm::ValType> Types) { in emitLocal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeStreamMerger.cpp242 const CVTypeArray &Types) { in mergeTypeRecords()
273 const CVTypeArray &Types, in mergeTypeRecords()
310 Error TypeStreamMerger::doit(const CVTypeArray &Types) { in doit()
343 Error TypeStreamMerger::remapAllTypes(const CVTypeArray &Types) { in remapAllTypes()
416 const CVTypeArray &Types) { in mergeTypeRecords()
448 const CVTypeArray &Types, in mergeTypeRecords()
456 ArrayRef<TypeIndex> Types, in mergeIdRecords()

12345678910>>...14