Home
last modified time | relevance | path

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

12345678

/llvm-project/flang/docs/
H A DHighLevelFIR.md202 #### Introduce a hlfir.expr<T> type
275 #### hlfir.declare operation
329 #### fir.declare operation
343 #### hlfir.associate operation
371 #### hlfir.end_association operation
403 #### hlfir.finalize
428 #### hlfir.designate
480 #### hlfir.assign
522 #### hlfir.ptr_assign
536 #### hlfir.allocate
[all …]
/llvm-project/mlir/docs/Dialects/
H A DLLVM.md193 ## Types section in 'llvm' Dialect
238 ### Additional Simple Types argument
217 Built-in Type Compatibility'llvm' Dialect""Types global() argument
257 Additional Parametric Types'llvm' Dialect""Types global() argument
262 Pointer Types'llvm' Dialect""Types""Additional Parametric Types global() argument
280 Array Types'llvm' Dialect""Types""Additional Parametric Types global() argument
295 Function Types'llvm' Dialect""Types""Additional Parametric Types global() argument
320 Vector Types'llvm' Dialect""Types global() argument
361 Examples of Compatible Vector Types'llvm' Dialect""Types""Vector Types global() argument
372 Structure Types'llvm' Dialect""Types global() argument
385 Identified Structure Types'llvm' Dialect""Types""Structure Types global() argument
418 Literal Structure Types'llvm' Dialect""Types""Structure Types global() argument
432 Examples of Structure Types'llvm' Dialect""Types""Structure Types global() argument
449 Unsupported Types'llvm' Dialect""Types global() argument
[all...]
H A DSPIR-V.md245 ## Types section in SPIR-V Dialect
281 Array typeSPIR-V Dialect""Types global() argument
303 Image typeSPIR-V Dialect""Types global() argument
332 Pointer typeSPIR-V Dialect""Types global() argument
352 Runtime array typeSPIR-V Dialect""Types global() argument
367 Sampled image typeSPIR-V Dialect""Types global() argument
384 Struct typeSPIR-V Dialect""Types global() argument
H A DBuiltin.md61 ## Types section in Builtin Dialect
/llvm-project/mlir/docs/DefiningDialects/
H A DAttributesAndTypes.md22 ### Types subsection
55 Adding a new Attribute or Type definitionDefining Dialect Attributes and Types""Attributes and Types global() argument
166 Class NameDefining Dialect Attributes and Types""Attributes and Types global() argument
175 CMake TargetsDefining Dialect Attributes and Types""Attributes and Types global() argument
195 DocumentationDefining Dialect Attributes and Types""Attributes and Types global() argument
204 MnemonicDefining Dialect Attributes and Types""Attributes and Types global() argument
214 ParametersDefining Dialect Attributes and Types""Attributes and Types global() argument
303 TraitsDefining Dialect Attributes and Types""Attributes and Types global() argument
311 InterfacesDefining Dialect Attributes and Types""Attributes and Types global() argument
319 BuildersDefining Dialect Attributes and Types""Attributes and Types global() argument
512 Parsing and PrintingDefining Dialect Attributes and Types""Attributes and Types global() argument
948 VerificationDefining Dialect Attributes and Types""Attributes and Types global() argument
965 Storage ClassesDefining Dialect Attributes and Types""Attributes and Types global() argument
1053 Mutable attributes and typesDefining Dialect Attributes and Types""Attributes and Types global() argument
1170 Extra declarationsDefining Dialect Attributes and Types""Attributes and Types global() argument
1185 Registering with the DialectDefining Dialect Attributes and Types""Attributes and Types global() argument
[all...]
/llvm-project/mlir/docs/
H A DTargetLLVMIR.md59 #### LLVM Dialect-compatible Types argument
98 #### Ranked MemRef Types argument
153 #### Unranked MemRef Types argument
172 #### Function Types argument
267 #### Multi-dimensional Vector Types argument
288 #### Tensor Types argument
64 Complex TypeLLVM IR Target""Conversion to the LLVM Dialect""Conversion of Built-in Types global() argument
82 Index TypeLLVM IR Target""Conversion to the LLVM Dialect""Conversion of Built-in Types global() argument
H A DDataLayout.md259 #### `index` type
278 #### `complex` type
/llvm-project/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 * argument
[all...]
H A Dvariadic-templates.cpp4 int get_num_types(Types...) { in get_num_types() argument
/llvm-project/llvm/docs/GlobalISel/
H A DMIRPatterns.rst104 Types section in User's Guide
107 ValueTypeTypes global() argument
112 GITypeOfTypes global() argument
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h111 ArrayRef<LLT> Types; member
487 actionFor(LegalizeAction Action,std::initializer_list<LLT> Types) actionFor() argument
494 actionFor(LegalizeAction Action,std::initializer_list<LLT> Types,LegalizeMutation Mutation) actionFor() argument
503 actionFor(LegalizeAction Action,std::initializer_list<std::pair<LLT,LLT>> Types) actionFor() argument
511 actionFor(LegalizeAction Action,std::initializer_list<std::pair<LLT,LLT>> Types,LegalizeMutation Mutation) actionFor() argument
521 actionForTypeWithAnyImm(LegalizeAction Action,std::initializer_list<LLT> Types) actionForTypeWithAnyImm() argument
528 actionForTypeWithAnyImm(LegalizeAction Action,std::initializer_list<std::pair<LLT,LLT>> Types) actionForTypeWithAnyImm() argument
538 actionForCartesianProduct(LegalizeAction Action,std::initializer_list<LLT> Types) actionForCartesianProduct() argument
599 legalFor(std::initializer_list<LLT> Types) legalFor() argument
604 legalFor(std::initializer_list<std::pair<LLT,LLT>> Types) legalFor() argument
609 legalForTypeWithAnyImm(std::initializer_list<LLT> Types) legalForTypeWithAnyImm() argument
615 legalForTypeWithAnyImm(std::initializer_list<std::pair<LLT,LLT>> Types) legalForTypeWithAnyImm() argument
631 legalForCartesianProduct(std::initializer_list<LLT> Types) legalForCartesianProduct() argument
691 lowerFor(std::initializer_list<LLT> Types) lowerFor() argument
696 lowerFor(std::initializer_list<LLT> Types,LegalizeMutation Mutation) lowerFor() argument
702 lowerFor(std::initializer_list<std::pair<LLT,LLT>> Types) lowerFor() argument
707 lowerFor(std::initializer_list<std::pair<LLT,LLT>> Types,LegalizeMutation Mutation) lowerFor() argument
744 libcallFor(std::initializer_list<LLT> Types) libcallFor() argument
748 libcallFor(std::initializer_list<std::pair<LLT,LLT>> Types) libcallFor() argument
752 libcallForCartesianProduct(std::initializer_list<LLT> Types) libcallForCartesianProduct() argument
782 narrowScalarFor(std::initializer_list<std::pair<LLT,LLT>> Types,LegalizeMutation Mutation) narrowScalarFor() argument
815 unsupportedFor(std::initializer_list<LLT> Types) unsupportedFor() argument
846 customFor(std::initializer_list<LLT> Types) customFor() argument
852 customFor(std::initializer_list<std::pair<LLT,LLT>> Types) customFor() argument
856 customForCartesianProduct(std::initializer_list<LLT> Types) customForCartesianProduct() argument
[all...]
/llvm-project/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/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/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDumper.h29 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper()
51 TypeCollection &Types; variable
/llvm-project/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/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Ddeduction.cpp9 void f0(X<sizeof...(Types), Types&...>) { } in f0() argument
/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.cpp54 printTypes(OS, Types); in emitLocal() argument
42 printTypes(formatted_raw_ostream & OS,ArrayRef<wasm::ValType> Types) printTypes() argument
121 emitLocal(ArrayRef<wasm::ValType> Types) emitLocal() argument
/llvm-project/llvm/test/tools/llvm-rc/Inputs/
H A Dtag-dialog.rc20 Types DIALOGEX 12345, -11215, 0x1234, 0x1EED, 0x51525354 { dialog
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp243 const CVTypeArray &Types) { in mergeTypeRecords()
273 GlobalTypeTableBuilder &Dest, const CVTypeArray &Types, in mergeTypeRecords()
309 Error TypeStreamMerger::doit(const CVTypeArray &Types) { in doit()
342 Error TypeStreamMerger::remapAllTypes(const CVTypeArray &Types) { in remapAllTypes()
432 const CVTypeArray &Types) { in mergeTypeRecords()
464 const CVTypeArray &Types, in mergeTypeRecords()
472 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/llvm/docs/
H A DCoverageMappingFormat.rst438 Types section in Encoding
444 .. _LEB128:
446 LEB128
455 Strings
/llvm-project/llvm/unittests/DebugInfo/CodeView/
H A DRandomAccessVisitorTest.cpp128 bool ValidateDatabaseRecord(LazyRandomTypeCollection &Types, uint32_t Index) { in ValidateDatabaseRecord()
206 LazyRandomTypeCollection Types(GlobalState->TypeArray, in TEST_F() local
238 LazyRandomTypeCollection Types(GlobalState->TypeArray, in TEST_F() local
267 LazyRandomTypeCollection Types(GlobalState->TypeArray, in TEST_F() local
297 LazyRandomTypeCollection Types(GlobalState->TypeArray, in TEST_F() local
327 LazyRandomTypeCollection Types(GlobalState->TypeArray, in TEST_F() local
394 LazyRandomTypeCollection Types(TypeStream, 2, PartialOffsets); in TEST_F() local
/llvm-project/llvm/unittests/FuzzMutate/
H A DRandomIRBuilderTest.cpp102 std::array<Type *, 3> Types = {Type::getInt8Ty(Ctx), Type::getInt32Ty(Ctx), in TEST() local
180 std::array<Type *, 3> Types = {Type::getInt8Ty(Ctx), Type::getInt32Ty(Ctx), in TEST() local
221 std::array<Type *, 1> Types = {Type::getInt8Ty(Ctx)}; in TEST() local
251 std::array<Type *, 1> Types = {Type::getInt8Ty(Ctx)}; in TEST() local
291 std::array<Type *, 2> Types in TEST() local
326 std::array<Type *, 8> Types = { TEST() local
372 std::array<Type *, 3> Types = {Type::getInt16Ty(Ctx), Type::getInt32Ty(Ctx), TEST() local
459 std::array<Type *, 3> Types = {Type::getInt1Ty(Ctx), Type::getInt32Ty(Ctx), TEST() local
502 std::array<Type *, 3> Types = {Type::getInt8Ty(Ctx), Type::getInt64Ty(Ctx), TEST() local
[all...]
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest-typed-test.h191 #define TYPED_TEST_SUITE(CaseName, Types, ...) \ argument
306 #define INSTANTIATE_TYPED_TEST_SUITE_P(Prefix, SuiteName, Types, ...) \ argument
/llvm-project/lldb/include/lldb/Symbol/
H A DTypeMap.h49 TypeIterable Types() const { return TypeIterable(m_types); } in Types() function

12345678