Home
last modified time | relevance | path

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

1234567

/llvm-project-15.0.7/mlir/docs/Dialects/
H A DLLVM.md187 ## Types section in 'llvm' Dialect
211 ### Built-in Type Compatibility
232 ### Additional Simple Types
251 ### Additional Parametric Types
256 #### Pointer Types
279 #### Array Types
294 #### Function Types
319 ### Vector Types
372 ### Structure Types
433 #### Literal Structure Types
[all …]
H A DSPIR-V.md245 ## Types section in 'spv' Dialect
281 ### Array type
303 ### Image type
332 ### Pointer type
352 ### Runtime array type
367 ### Sampled image type
384 ### Struct type
H A DBuiltin.md30 ## Types section in Builtin Dialect
/llvm-project-15.0.7/mlir/docs/
H A DAttributesAndTypes.md22 ### Types subsection
160 ### Class Name
169 ### Documentation
178 ### Mnemonic
188 ### Parameters
278 ### Traits
286 ### Interfaces
294 ### Builders
849 ### Verification
866 ### Storage Classes
[all …]
H A DTargetLLVMIR.md51 #### LLVM Dialect-compatible Types
56 #### Complex Type
74 #### Index Type
90 #### Ranked MemRef Types
146 #### Unranked MemRef Types
165 #### Function Types
267 #### Multi-dimensional Vector Types
289 #### Tensor Types
H A DDataLayout.md256 #### `index` type
274 #### `complex` type
/llvm-project-15.0.7/libc/test/src/__support/CPP/
H A Darrayref_test.cpp16 using Types = testing::TypeList<ArrayRef<int>, MutableArrayRef<int>>; typedef
18 TYPED_TEST(LlvmLibcArrayRefTest, ConstructFromElement, Types) { in TYPED_TEST() argument
41 TYPED_TEST(LlvmLibcArrayRefTest, ConstructFromIterator, Types) { in TYPED_TEST() argument
53 TYPED_TEST(LlvmLibcArrayRefTest, ConstructFromCArray, Types) { in TYPED_TEST() argument
77 TYPED_TEST(LlvmLibcArrayRefTest, Equals, Types) { in TYPED_TEST() argument
90 TYPED_TEST(LlvmLibcArrayRefTest, SliceUnary, Types) { in TYPED_TEST() argument
109 TYPED_TEST(LlvmLibcArrayRefTest, SliceBinary, Types) { in TYPED_TEST() argument
145 TYPED_TEST(LlvmLibcArrayRefTest, DropFront, Types) { in TYPED_TEST() argument
164 TYPED_TEST(LlvmLibcArrayRefTest, DropBack, Types) { in TYPED_TEST() argument
183 TYPED_TEST(LlvmLibcArrayRefTest, TakeFront, Types) { in TYPED_TEST() argument
[all …]
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A 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()
H A Dvariadic-templates.cpp4 int get_num_types(Types...) { in get_num_types() argument
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h110 ArrayRef<LLT> Types; member
481 std::initializer_list<LLT> Types) { in actionFor()
488 std::initializer_list<LLT> Types, in actionFor()
593 LegalizeRuleSet &legalFor(std::initializer_list<LLT> Types) { in legalFor()
609 std::initializer_list<std::pair<LLT, LLT>> Types) { in legalForTypeWithAnyImm() argument
685 LegalizeRuleSet &lowerFor(std::initializer_list<LLT> Types) { in lowerFor()
690 LegalizeRuleSet &lowerFor(std::initializer_list<LLT> Types, in lowerFor()
738 LegalizeRuleSet &libcallFor(std::initializer_list<LLT> Types) { in libcallFor()
742 libcallFor(std::initializer_list<std::pair<LLT, LLT>> Types) { in libcallFor() argument
746 libcallForCartesianProduct(std::initializer_list<LLT> Types) { in libcallForCartesianProduct()
[all …]
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.h27 codeview::LazyRandomTypeCollection &Types) in MinimalSymbolDumper()
32 codeview::LazyRandomTypeCollection &Types) in MinimalSymbolDumper()
63 codeview::LazyRandomTypeCollection &Types; variable
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/Inputs/gtest/nosuite/gtest/
H A Dgtest-typed-test.h4 #define TYPED_TEST_CASE(CaseName, Types, ...) argument
10 #define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, SuiteName, Types, ...) argument
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDumper.h29 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper()
51 TypeCollection &Types; variable
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/Inputs/gtest/
H A Dgtest-typed-test.h4 #define TYPED_TEST_SUITE(CaseName, Types, ...) argument
13 #define INSTANTIATE_TYPED_TEST_SUITE_P(Prefix, SuiteName, Types, ...) argument
/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Ddeduction.cpp9 void f0(X<sizeof...(Types), Types&...>) { } in f0() argument
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.cpp42 ArrayRef<wasm::ValType> Types) { in printTypes()
54 void WebAssemblyTargetAsmStreamer::emitLocal(ArrayRef<wasm::ValType> Types) { in emitLocal()
121 void WebAssemblyTargetWasmStreamer::emitLocal(ArrayRef<wasm::ValType> Types) { in emitLocal()
/llvm-project-15.0.7/llvm/test/tools/llvm-rc/Inputs/
H A Dtag-dialog.rc20 Types DIALOGEX 12345, -11215, 0x1234, 0x1EED, 0x51525354 { dialog
/llvm-project-15.0.7/llvm/docs/
H A DCoverageMappingFormat.rst425 Types section in Encoding
431 .. _LEB128:
433 LEB128
442 Strings
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A 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()
433 const CVTypeArray &Types) { in mergeTypeRecords()
465 const CVTypeArray &Types, in mergeTypeRecords()
473 ArrayRef<TypeIndex> Types, in mergeIdRecords()
H A DCVTypeVisitor.cpp143 Error CVTypeVisitor::visitTypeStream(const CVTypeArray &Types) { in visitTypeStream()
151 Error CVTypeVisitor::visitTypeStream(CVTypeRange Types) { in visitTypeStream()
159 Error CVTypeVisitor::visitTypeStream(TypeCollection &Types) { in visitTypeStream()
233 Error llvm::codeview::visitTypeStream(const CVTypeArray &Types, in visitTypeStream()
240 Error llvm::codeview::visitTypeStream(CVTypeRange Types, in visitTypeStream()
246 Error llvm::codeview::visitTypeStream(TypeCollection &Types, in visitTypeStream()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DRandomAccessVisitorTest.cpp130 bool ValidateDatabaseRecord(LazyRandomTypeCollection &Types, uint32_t Index) { in ValidateDatabaseRecord()
207 LazyRandomTypeCollection Types(GlobalState->TypeArray, in TEST_F() local
239 LazyRandomTypeCollection Types(GlobalState->TypeArray, in TEST_F() local
268 LazyRandomTypeCollection Types(GlobalState->TypeArray, in TEST_F() local
298 LazyRandomTypeCollection Types(GlobalState->TypeArray, in TEST_F() local
328 LazyRandomTypeCollection Types(GlobalState->TypeArray, in TEST_F() local
395 LazyRandomTypeCollection Types(TypeStream, 2, PartialOffsets); in TEST_F() local
/llvm-project-15.0.7/llvm/unittests/FuzzMutate/
H A DRandomIRBuilderTest.cpp101 std::vector<Type *> Types = in TEST() local
180 std::vector<Type *> Types = in TEST() local
222 std::vector<Type *> Types = {Type::getInt8Ty(Ctx)}; in TEST() local
252 std::vector<Type *> Types = {Type::getInt8Ty(Ctx)}; in TEST() local
282 std::vector<Type *> Types = {Type::getInt8Ty(Ctx)}; in TEST() local
/llvm-project-15.0.7/libc/test/src/string/memory_utils/
H A Dmemory_access_test.cpp100 using Types = testing::TypeList< typedef
175 TYPED_TEST_F(LlvmLibcTestAccessTail, Operations, Types) {} in TYPED_TEST_F() argument
190 TYPED_TEST_F(LlvmLibcTestAccessHeadTail, Operations, Types) {} in TYPED_TEST_F() argument
206 TYPED_TEST_F(LlvmLibcTestAccessLoop, Operations, Types) {} in TYPED_TEST_F() argument
227 TYPED_TEST_F(LlvmLibcTestAccessAlignedAccess, Operations, Types) {} in TYPED_TEST_F() argument
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-typed-test.h194 #define TYPED_TEST_SUITE(CaseName, Types, ...) \ argument
309 #define INSTANTIATE_TYPED_TEST_SUITE_P(Prefix, SuiteName, Types, ...) \ argument
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DTypeMap.h47 TypeIterable Types() { return TypeIterable(m_types); } in Types() function

1234567