Home
last modified time | relevance | path

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

12345678

/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyTargetStreamer.cpp42 static void PrintTypes(formatted_raw_ostream &OS, ArrayRef<MVT> Types) { in PrintTypes()
55 ArrayRef<MVT> Types) { in emitParam()
67 ArrayRef<MVT> Types) { in emitResult()
78 void WebAssemblyTargetAsmStreamer::emitLocal(ArrayRef<MVT> Types) { in emitLocal()
115 ArrayRef<MVT> Types) { in emitParam()
124 ArrayRef<MVT> Types) { in emitResult()
132 void WebAssemblyTargetWasmStreamer::emitLocal(ArrayRef<MVT> Types) { in emitLocal()
/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/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/angle/third_party/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/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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.h28 codeview::LazyRandomTypeCollection &Types) in MinimalSymbolDumper()
33 codeview::LazyRandomTypeCollection &Types) in MinimalSymbolDumper()
59 codeview::LazyRandomTypeCollection &Types; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolDumper.h28 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper()
48 TypeCollection &Types; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h121 ArrayRef<LLT> Types; member
327 std::initializer_list<LLT> Types) { in actionFor()
334 std::initializer_list<LLT> Types, in actionFor()
343 std::initializer_list<std::pair<LLT, LLT>> Types) { in actionFor() argument
351 std::initializer_list<std::pair<LLT, LLT>> Types, in actionFor() argument
361 std::initializer_list<LLT> Types) { in actionForCartesianProduct()
412 LegalizeRuleSet &legalFor(std::initializer_list<LLT> Types) { in legalFor()
417 LegalizeRuleSet &legalFor(std::initializer_list<std::pair<LLT, LLT>> Types) { in legalFor() argument
431 LegalizeRuleSet &legalForCartesianProduct(std::initializer_list<LLT> Types) { in legalForCartesianProduct()
468 LegalizeRuleSet &lowerFor(std::initializer_list<LLT> Types) { in lowerFor()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeStreamMerger.cpp245 const CVTypeArray &Types) { in mergeTypeRecords()
273 const CVTypeArray &Types, in mergeTypeRecords()
305 Error TypeStreamMerger::doit(const CVTypeArray &Types) { in doit()
338 Error TypeStreamMerger::remapAllTypes(const CVTypeArray &Types) { in remapAllTypes()
406 const CVTypeArray &Types) { in mergeTypeRecords()
436 const CVTypeArray &Types, in mergeTypeRecords()
443 ArrayRef<TypeIndex> Types, in mergeIdRecords()
/external/swiftshader/third_party/marl/docs/
Dscheduler.md174 ### Single-Threaded-Workers
211 ### Multi-Threaded-Workers
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Ddeduction.cpp9 void f0(X<sizeof...(Types), Types&...>) { } in f0() argument
/external/python/cpython2/Doc/c-api/
Dintro.rst341 Types section in Objects, Types and Reference Counts
353 .. _api-exceptions:
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCoverageMappingFormat.rst424 Types section in Encoding
430 .. _LEB128:
432 LEB128
441 Strings
/external/llvm/docs/
DCoverageMappingFormat.rst422 Types section in Encoding
428 .. _LEB128:
430 LEB128
439 Strings
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-typed-test.h165 # define TYPED_TEST_CASE(CaseName, Types) \ argument
253 # define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types) \ argument
/external/python/cpython3/Doc/c-api/
Dintro.rst448 Types section in Objects, Types and Reference Counts
460 .. _api-exceptions:
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DRandomAccessVisitorTest.cpp132 bool ValidateDatabaseRecord(LazyRandomTypeCollection &Types, uint32_t Index) { in ValidateDatabaseRecord()
209 LazyRandomTypeCollection Types(GlobalState->TypeArray, in TEST_F() local
241 LazyRandomTypeCollection Types(GlobalState->TypeArray, in TEST_F() local
270 LazyRandomTypeCollection Types(GlobalState->TypeArray, in TEST_F() local
300 LazyRandomTypeCollection Types(GlobalState->TypeArray, in TEST_F() local
330 LazyRandomTypeCollection Types(GlobalState->TypeArray, in TEST_F() local
398 LazyRandomTypeCollection Types(TypeStream, 2, PartialOffsets); in TEST_F() local
/external/google-breakpad/src/testing/gtest/include/gtest/
Dgtest-typed-test.h165 # define TYPED_TEST_CASE(CaseName, Types) \ argument
250 # define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types) \ argument
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/
Dgtest-typed-test.h165 # define TYPED_TEST_CASE(CaseName, Types) \ argument
251 # define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types) \ argument
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/
DRandomIRBuilderTest.cpp102 std::vector<Type *> Types = in TEST() local
181 std::vector<Type *> Types = in TEST() local
223 std::vector<Type *> Types = {Type::getInt8Ty(Ctx)}; in TEST() local
253 std::vector<Type *> Types = {Type::getInt8Ty(Ctx)}; in TEST() local
283 std::vector<Type *> Types = {Type::getInt8Ty(Ctx)}; in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-rc/Inputs/
Dtag-dialog.rc20 Types DIALOGEX 12345, -11215, 0x1234, 0x1EED, 0x51525354 { dialog
/external/guice/core/src/com/google/inject/util/
DTypes.java39 public final class Types { class
40 private Types() {} in Types() method in Types
/external/dokka/core/testdata/format/
DsinceKotlin.package.md7 ### Types subsection

12345678