Home
last modified time | relevance | path

Searched defs:List (Results 1 – 25 of 169) sorted by relevance

1234567

/llvm-project/mlir/docs/Traits/
H A D_index.md211 ### AffineScope
226 ### AutomaticAllocationScope
238 ### Broadcastable
247 ### Commutative
254 ### ElementwiseMappable
268 ### HasParent
276 ### IsolatedFromAbove
296 ### MemRefsNormalizable
308 ### Single Block Region
315 ### Single Block with Implicit Terminator
[all …]
/llvm-project/clang/test/CodeGenCXX/
H A Dpragma-loop-predicate.cpp3 void test0(int *List, int Length) { in test0()
12 void test1(int *List, int Length) { in test1()
21 void test2(int *List, int Length) { in test2()
31 void test3(int *List, int Length) { in test3()
42 void test4(int *List, int Length) { in test4()
52 void test5(int *List, int Length) { in test5()
62 void test6(int *List, int Length) { in test6()
73 void test7(int *List, int Length) { in test7()
84 void test8(int *List, int Length) { in test8()
95 void test9(int *List, int Length) { in test9()
H A Dpragma-loop.cpp4 void while_test(int *List, int Length) { in while_test()
21 void do_test(int *List, int Length) { in do_test()
35 void for_test(int *List, int Length) { in for_test()
48 double List[100]; in for_range_test() local
58 void disable_test(int *List, int Length) { in disable_test()
71 void for_define_test(int *List, int Length, int Value) { in for_define_test()
81 void for_contant_expression_test(int *List, int Length) { in for_contant_expression_test()
97 void for_template_test(A *List, int Length, A Value) { in for_template_test()
107 void for_template_define_test(A *List, int Length, A Value) { in for_template_define_test()
121 void for_template_constant_expression_test(A *List, int Length) { in for_template_constant_expression_test()
[all …]
H A Dpragma-unroll.cpp7 void while_test(int *List, int Length) { in while_test()
20 void do_test(int *List, int Length) { in do_test()
33 void for_test(int *List, int Length) { in for_test()
45 double List[100]; in for_range_test() local
57 void for_define_test(int *List, int Length, int Value) { in for_define_test()
68 void for_template_test(A *List, int Length, A Value) { in for_template_test()
79 void for_template_define_test(A *List, int Length, A Value) { in for_template_define_test()
92 void template_test(double *List, int Length) { in template_test()
99 void for_unroll_zero_test(int *List, int Length) { in for_unroll_zero_test()
108 void while_unroll_zero_test(int *List, int Length) { in while_unroll_zero_test()
H A Dpragma-gcc-unroll.cpp7 void while_test(int *List, int Length) { in while_test()
20 void do_test(int *List, int Length) { in do_test()
33 void for_test(int *List, int Length) { in for_test()
45 double List[100]; in for_range_test() local
57 void for_define_test(int *List, int Length, int Value) { in for_define_test()
68 void for_template_test(A *List, int Length, A Value) { in for_template_test()
79 void for_template_define_test(A *List, int Length, A Value) { in for_template_define_test()
92 void template_test(double *List, int Length) { in template_test()
99 void for_unroll_zero_test(int *List, int Length) { in for_unroll_zero_test()
108 void while_unroll_zero_test(int *List, int Length) { in while_unroll_zero_test()
H A Dpragma-loop-pr27643.cpp3 void loop1(int *List, int Length) { in loop1()
14 void loop2(int *List, int Length) { in loop2()
24 void loop3(int *List, int Length) { in loop3()
34 void loop4(int *List, int Length) { in loop4()
H A Dpragma-pipeline.cpp3 void pipeline_disabled(int *List, int Length, int Value) { in pipeline_disabled()
12 void pipeline_not_disabled(int *List, int Length, int Value) { in pipeline_not_disabled()
19 void pipeline_initiation_interval(int *List, int Length, int Value) { in pipeline_initiation_interval()
28 void pipeline_disabled_on_nested_loop(int *List, int Length, int Value) { in pipeline_disabled_on_nested_loop()
H A Dfno-unroll-loops-metadata.cpp11 void while_test(int *List, int Length) { in while_test()
24 void do_test(int *List, int Length) { in do_test()
37 void for_test(int *List, int Length) { in for_test()
H A Dpragma-unroll-and-jam.cpp3 void unroll_and_jam(int *List, int Length, int Value) { in unroll_and_jam()
15 void unroll_and_jam_count(int *List, int Length, int Value) { in unroll_and_jam_count()
27 void nounroll_and_jam(int *List, int Length, int Value) { in nounroll_and_jam()
39 void clang_unroll_plus_nounroll_and_jam(int *List, int Length, int Value) { in clang_unroll_plus_nounroll_and_jam()
H A Dpragma-loop-safety.cpp4 void vectorize_test(int *List, int Length) { in vectorize_test()
27 void interleave_test(int *List, int Length) { in interleave_test()
H A Dconstructor-template.cpp22 template <typename T> class List { class
24 List(){ } // List<BinomialNodeptr>::List() remains undefined. in List() function in List
/llvm-project/clang/test/PCH/
H A Dpragma-loop.cpp30 inline void run1(int *List, int Length) { in run1() argument
41 inline void run2(int *List, int Length) { in run2() argument
53 inline void run3(int *List, int Length) { in run3() argument
65 inline void run4(int *List, int Length) { in run4() argument
74 inline void run5(int *List, int Length) { in run5() argument
83 run6(int * List,int Length) run6() argument
93 run7(int * List,int Length) run7() argument
101 run8(int * List,int Length) run8() argument
109 run9(int * List,int Length) run9() argument
117 run10(int * List,int Length) run10() argument
132 int List[100]; test() local
[all...]
/llvm-project/clang/test/CodeGen/
H A Ddisable-tail-calls.c3 typedef struct List { struct
4 struct List *next; argument
6 } List; typedef
H A Dtypes.c25 struct List { struct
30 struct List returned; argument
/llvm-project/clang/test/Parser/
H A Dpragma-fp.cpp3 void test_0(int *List, int Length) { in test_0()
10 void test_1(int *List, int Length) { in test_1()
18 void test_3(int *List, int Length) { in test_3()
26 void test_4(int *List, int Length) { in test_4()
34 void test_5(int *List, int Length) { in test_5()
42 void test_6(int *List, int Length) { in test_6()
50 void test_7(int *List, int Length) { in test_7()
58 void test_8(int *List, int Length) { in test_8()
H A Dpragma-loop.cpp7 void test_nontype_template_param(int *List, int Length) { in test_nontype_template_param()
20 void test_nontype_template_vectorize(int *List, int Length) { in test_nontype_template_vectorize()
33 void test_nontype_template_interleave(int *List, int Length) { in test_nontype_template_interleave()
46 void test_nontype_template_char(int *List, int Length) { in test_nontype_template_char()
54 void test_nontype_template_bool(int *List, int Length) { in test_nontype_template_bool()
62 void test_nontype_template_badarg(int *List, int Length) { in test_nontype_template_badarg()
72 void test_type_template_vectorize(int *List, int Length) { in test_type_template_vectorize()
85 void test(int *List, int Length) { // expected-note {{declared here}} in test()
306 void foo(int *List, int Length) { in foo()
H A Dwarn-cuda-compat.cu8 void test(int *List, int Length) { in test()
/llvm-project/clang/test/AST/
H A Dast-print-pragmas.cpp7 void test(int *List, int Length) { in test()
79 void test_nontype_template_param(int *List, int Length) { in test_nontype_template_param()
89 void test_templates(int *List, int Length) { in test_templates()
/llvm-project/clang/unittests/Tooling/Syntax/
H A DTreeTest.cpp232 auto *List = dyn_cast<syntax::List>(syntax::createTree( TEST_P() local
253 auto *List = dyn_cast<syntax::List>(syntax::createTree( TEST_P() local
273 auto *List = dyn_cast<syntax::List>(syntax::createTree( TEST_P() local
293 auto *List = dyn_cast<syntax::List>(syntax::createTree( TEST_P() local
316 auto *List = dyn_cast<syntax::List>(syntax::createTree( TEST_P() local
341 auto *List = dyn_cast<syntax::List>(syntax::createTree( TEST_P() local
365 auto *List = dyn_cast<syntax::List>(syntax::createTree( TEST_P() local
389 auto *List = dyn_cast<syntax::List>(syntax::createTree( TEST_P() local
[all...]
/llvm-project/clang/test/Analysis/
H A Dtrivial-copy-struct.cpp39 struct List { struct
40 List* next; argument
45 void deadCode(List orig) { in deadCode() argument
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h32 struct List { struct
36 List(DwarfCompileUnit *CU, size_t EntryOffset) in List() argument
185 EntryBuilder(ListBuilder &List, const MCSymbol *Begin, const MCSymbol *End) in EntryBuilder()
/llvm-project/mlir/docs/
H A DInterfaces.md755 ##### CallInterfaces
771 ##### RegionKindInterfaces
784 ##### SymbolInterfaces
/llvm-project/polly/include/polly/Support/
H A DISLTools.h59 explicit isl_iterator(const ListT &List) in isl_iterator()
61 isl_iterator(const ListT &List, int Position) in isl_iterator()
/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h273 void printList(StringRef Label, const ArrayRef<T> List) { in printList() argument
280 virtual void printList(StringRef Label, const ArrayRef<bool> List) { in printList() argument
284 virtual void printList(StringRef Label, const ArrayRef<std::string> List) { in printList() argument
288 virtual void printList(StringRef Label, const ArrayRef<uint64_t> List) { in printList() argument
292 virtual void printList(StringRef Label, const ArrayRef<uint32_t> List) { in printList() argument
296 printList(StringRef Label,const ArrayRef<uint16_t> List) printList() argument
300 printList(StringRef Label,const ArrayRef<uint8_t> List) printList() argument
307 printList(StringRef Label,const ArrayRef<int64_t> List) printList() argument
311 printList(StringRef Label,const ArrayRef<int32_t> List) printList() argument
315 printList(StringRef Label,const ArrayRef<int16_t> List) printList() argument
319 printList(StringRef Label,const ArrayRef<int8_t> List) printList() argument
326 printList(StringRef Label,const ArrayRef<APSInt> List) printList() argument
331 printList(StringRef Label,const T & List,const U & Printer) printList() argument
341 printHexList(StringRef Label,const T & List) printHexList() argument
470 printListImpl(StringRef Label,const T List) printListImpl() argument
479 printHexListImpl(StringRef Label,const ArrayRef<HexNumber> List) printHexListImpl() argument
639 printList(StringRef Label,const ArrayRef<bool> List) printList() argument
643 printList(StringRef Label,const ArrayRef<std::string> List) printList() argument
647 printList(StringRef Label,const ArrayRef<uint64_t> List) printList() argument
651 printList(StringRef Label,const ArrayRef<uint32_t> List) printList() argument
655 printList(StringRef Label,const ArrayRef<uint16_t> List) printList() argument
659 printList(StringRef Label,const ArrayRef<uint8_t> List) printList() argument
663 printList(StringRef Label,const ArrayRef<int64_t> List) printList() argument
667 printList(StringRef Label,const ArrayRef<int32_t> List) printList() argument
671 printList(StringRef Label,const ArrayRef<int16_t> List) printList() argument
675 printList(StringRef Label,const ArrayRef<int8_t> List) printList() argument
679 printList(StringRef Label,const ArrayRef<APSInt> List) printList() argument
749 printListImpl(StringRef Label,const T & List) printListImpl() argument
757 printHexListImpl(StringRef Label,const ArrayRef<HexNumber> List) printHexListImpl() argument
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp38 MachineModuleInfoImpl::SymbolListTy List(Map.begin(), Map.end()); getSortedStubs() local
50 typename MachineModuleInfoTarget::AuthStubListTy List(AuthPtrStubs.begin(), getAuthGVStubListHelper() local

1234567