Home
last modified time | relevance | path

Searched full:number (Results 1 – 25 of 5848) sorted by relevance

12345678910>>...234

/llvm-project/clang/test/Sema/
H A Daarch64-sve-vector-compare-ops.c12 …(void)(i8 == i16); // expected-error{{vector operands do not have the same number of elements ('sv… in eq()
13 …(void)(i8 == i32); // expected-error{{vector operands do not have the same number of elements ('sv… in eq()
14 …(void)(i8 == i64); // expected-error{{vector operands do not have the same number of elements ('sv… in eq()
15 …(void)(i8 == u16); // expected-error{{vector operands do not have the same number of elements ('sv… in eq()
16 …(void)(i8 == u32); // expected-error{{vector operands do not have the same number of elements ('sv… in eq()
17 …(void)(i8 == u64); // expected-error{{vector operands do not have the same number of elements ('sv… in eq()
18 …(void)(i8 == f16); // expected-error{{vector operands do not have the same number of elements ('sv… in eq()
19 …(void)(i8 == f32); // expected-error{{vector operands do not have the same number of elements ('sv… in eq()
20 …(void)(i8 == f64); // expected-error{{vector operands do not have the same number of elements ('sv… in eq()
23 …(void)(u8 == i16); // expected-error{{vector operands do not have the same number of elements ('sv… in eq()
[all …]
H A Daarch64-sve-vector-arith-ops.c18 …(void)(i8 + i16); // expected-error{{vector operands do not have the same number of elements ('svi… in add()
19 …(void)(i8 + i32); // expected-error{{vector operands do not have the same number of elements ('svi… in add()
20 …(void)(i8 + i64); // expected-error{{vector operands do not have the same number of elements ('svi… in add()
21 …(void)(i8 + u16); // expected-error{{vector operands do not have the same number of elements ('svi… in add()
22 …(void)(i8 + u32); // expected-error{{vector operands do not have the same number of elements ('svi… in add()
23 …(void)(i8 + u64); // expected-error{{vector operands do not have the same number of elements ('svi… in add()
24 …(void)(i8 + f16); // expected-error{{vector operands do not have the same number of elements ('svi… in add()
25 …(void)(i8 + f32); // expected-error{{vector operands do not have the same number of elements ('svi… in add()
26 …(void)(i8 + f64); // expected-error{{vector operands do not have the same number of elements ('svi… in add()
29 …(void)(u8 + i16); // expected-error{{vector operands do not have the same number of elements ('svu… in add()
[all …]
H A Daarch64-sve-vector-bitwise-ops.c12 …(void)(i8 & i16); // expected-error{{vector operands do not have the same number of elements ('svi… in and()
13 …(void)(i8 & i32); // expected-error{{vector operands do not have the same number of elements ('svi… in and()
14 …(void)(i8 & i64); // expected-error{{vector operands do not have the same number of elements ('svi… in and()
15 …(void)(i8 & u16); // expected-error{{vector operands do not have the same number of elements ('svi… in and()
16 …(void)(i8 & u32); // expected-error{{vector operands do not have the same number of elements ('svi… in and()
17 …(void)(i8 & u64); // expected-error{{vector operands do not have the same number of elements ('svi… in and()
23 …(void)(u8 & i16); // expected-error{{vector operands do not have the same number of elements ('svu… in and()
24 …(void)(u8 & i32); // expected-error{{vector operands do not have the same number of elements ('svu… in and()
25 …(void)(u8 & i64); // expected-error{{vector operands do not have the same number of elements ('svu… in and()
26 …(void)(u8 & u16); // expected-error{{vector operands do not have the same number of elements ('svu… in and()
[all …]
/llvm-project/llvm/docs/CommandGuide/
H A Dllvm-bcanalyzer.rst58 **Bitcode Version Number**
114 **Number Of Bitcode Blocks**
116 The total number of blocks of any kind in the bitcode file.
118 **Number Of Functions**
120 The total number of function definitions in the bitcode file.
122 **Number Of Types**
124 The total number of types defined in the Global Types Pool.
126 **Number Of Constants**
128 The total number of constants (of any type) defined in the Constant Pool.
130 **Number Of Basic Blocks**
[all …]
/llvm-project/llvm/test/tools/llvm-mca/X86/
H A Dregister-file-statistics.s26 # ALL-NEXT: Total number of mappings created: 2
27 # ALL-NEXT: Max number of mappings used: 2
30 # BARCELONA-NEXT: Total number of mappings created: 2
31 # BARCELONA-NEXT: Max number of mappings used: 2
34 # BDVER2-NEXT: Number of physical registers: 160
35 # BDVER2-NEXT: Total number of mappings created: 0
36 # BDVER2-NEXT: Max number of mappings used: 0
39 # BTVER2-NEXT: Number of physical registers: 72
40 # BTVER2-NEXT: Total number of mappings created: 0
41 # BTVER2-NEXT: Max number of mappings used: 0
[all …]
H A Dscheduler-queue-usage.s24 # ALL: Schedulers - number of cycles where we saw N micro opcodes issued:
31 # BARCELONA-NEXT: [2] Average number of used buffer entries.
32 # BARCELONA-NEXT: [3] Maximum number of used buffer entries.
33 # BARCELONA-NEXT: [4] Total number of buffer entries.
37 # BDVER2-NEXT: [2] Average number of used buffer entries.
38 # BDVER2-NEXT: [3] Maximum number of used buffer entries.
39 # BDVER2-NEXT: [4] Total number of buffer entries.
43 # BDW-NEXT: [2] Average number of used buffer entries.
44 # BDW-NEXT: [3] Maximum number of used buffer entries.
45 # BDW-NEXT: [4] Total number of buffer entries.
[all …]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cert/
H A Dmsc51-cpp.cpp74 …// CHECK-MESSAGES: :[[@LINE-1]]:3: warning: random number generator seeded with a constant value w… in f()
76 …// CHECK-MESSAGES: :[[@LINE-1]]:3: warning: random number generator seeded with a constant value w… in f()
78 …// CHECK-MESSAGES: :[[@LINE-1]]:3: warning: random number generator seeded with a disallowed sourc… in f()
82 …// CHECK-MESSAGES: :[[@LINE-1]]:30: warning: random number generator seeded with a default argumen… in f()
84 …// CHECK-MESSAGES: :[[@LINE-1]]:30: warning: random number generator seeded with a constant value … in f()
86 …// CHECK-MESSAGES: :[[@LINE-1]]:30: warning: random number generator seeded with a constant value … in f()
88 …// CHECK-MESSAGES: :[[@LINE-1]]:30: warning: random number generator seeded with a disallowed sour… in f()
90 …// CHECK-MESSAGES: :[[@LINE-1]]:11: warning: random number generator seeded with a default argumen… in f()
92 …// CHECK-MESSAGES: :[[@LINE-1]]:11: warning: random number generator seeded with a constant value … in f()
94 …// CHECK-MESSAGES: :[[@LINE-1]]:11: warning: random number generator seeded with a constant value … in f()
[all …]
/llvm-project/clang-tools-extra/clangd/quality/model/
H A Dfeatures.json4 "kind": "NUMBER"
8 "kind": "NUMBER"
12 "kind": "NUMBER"
16 "kind": "NUMBER"
20 "kind": "NUMBER"
24 "kind": "NUMBER"
28 "kind": "NUMBER"
32 "kind": "NUMBER"
36 "kind": "NUMBER"
40 "kind": "NUMBER"
[all …]
/llvm-project/llvm/test/tools/llvm-readobj/COFF/
H A Dresources.test13 ZERO-NEXT: Total Number of Resources: 1
15 ZERO-DAG: Number of String Entries: 0
16 ZERO-NEXT: Number of ID Entries: 1
19 ZERO-NEXT: Number of String Entries: 0
20 ZERO-NEXT: Number of ID Entries: 1
23 ZERO-NEXT: Number of String Entries: 0
24 ZERO-NEXT: Number of ID Entries: 1
47 TEST_RES-NEXT: Total Number of Resources: 7
49 TEST_RES-DAG: Number of String Entries: 0
50 TEST_RES-NEXT: Number of ID Entries: 4
[all …]
/llvm-project/llvm/test/MC/MachO/ARM/
H A Dversion-min-diagnostics.s30 // CHECK: error: invalid OS update version number
33 // CHECK: error: invalid OS minor version number
36 // CHECK: error: invalid OS minor version number
39 // CHECK: error: invalid OS major version number
42 // CHECK: error: invalid OS major version number
45 // CHECK: error: invalid OS update version number
48 // CHECK: error: invalid OS minor version number
51 // CHECK: error: invalid OS minor version number
54 // CHECK: error: invalid OS major version number
57 // CHECK: error: invalid OS major version number
[all …]
/llvm-project/mlir/lib/Bytecode/Writer/
H A DIRNumbering.cpp31 void writeAttribute(Attribute attr) override { state.number(attr); } in writeOptionalAttribute()
34 state.number(attr); in writeOptionalAttribute()
36 void writeType(Type type) override { state.number(type); } in writeResourceHandle()
38 state.number(resource.getDialect(), resource); in writeResourceHandle()
47 // TODO: It might be nice to prenumber strings and sort by the number of in writeOwnedString()
89 if (lhs->dialect->number == dialectToOrderFirst) in groupByDialectPerByte()
90 return rhs->dialect->number != dialectToOrderFirst; in groupByDialectPerByte()
91 if (rhs->dialect->number == dialectToOrderFirst) in groupByDialectPerByte()
93 return lhs->dialect->number < rhs->dialect->number; in groupByDialectPerByte()
309 void IRNumberingState::number(Attribute attr) { number() function in IRNumberingState
365 void IRNumberingState::number(Block &block) { number() function in IRNumberingState
400 void IRNumberingState::number(Region &region) { number() function in IRNumberingState
418 void IRNumberingState::number(Operation &op) { number() function in IRNumberingState
459 void IRNumberingState::number(OperationName opName) { number() function in IRNumberingState
476 void IRNumberingState::number(Type type) { number() function in IRNumberingState
534 void IRNumberingState::number(Dialect *dialect, number() function in IRNumberingState
[all...]
H A DIRNumbering.h9 // This file contains various utilities that number IR structures in preparation
42 /// The number assigned to this value.
43 unsigned number = 0; member
45 /// The number of references to this value.
75 /// The number assigned to this name.
76 unsigned number = 0; member
78 /// The number of references to this name.
93 /// The number assigned to this resource.
94 unsigned number = 0; member
107 DialectNumbering(StringRef name, unsigned number) in DialectNumbering()
114 unsigned number; global() member
138 unsigned number; global() member
[all...]
/llvm-project/llvm/test/tools/yaml2obj/XCOFF/
H A Daux-hdr-defaults.yaml20 # CASE1-NEXT: Section number of entryPoint: 0
21 # CASE1-NEXT: Section number of .text: 2
22 # CASE1-NEXT: Section number of .data: 4
23 # CASE1-NEXT: Section number of TOC: 0
24 # CASE1-NEXT: Section number of loader data: 12
25 # CASE1-NEXT: Section number of .bss: 6
39 # CASE1-NEXT: Section number for .tdata: 8
40 # CASE1-NEXT: Section number for .tbss: 10
89 # CASE2-NEXT: Section number of entryPoint: 0
90 # CASE2-NEXT: Section number of .text: 2
[all …]
H A Daux-hdr-full-contents.yaml22 # CHECK32-NEXT: Section number of entryPoint: 1
23 # CHECK32-NEXT: Section number of .text: 2
24 # CHECK32-NEXT: Section number of .data: 3
25 # CHECK32-NEXT: Section number of TOC: 4
26 # CHECK32-NEXT: Section number of loader data: 5
27 # CHECK32-NEXT: Section number of .bss: 6
41 # CHECK32-NEXT: Section number for .tdata: 7
42 # CHECK32-NEXT: Section number for .tbss: 8
55 # CHECK64-NEXT: Section number of entryPoint: 1
56 # CHECK64-NEXT: Section number of .text: 2
[all …]
/llvm-project/llvm/test/tools/llvm-ml/
H A Dradix_errors.asm6 ; CHECK: :[[# @LINE + 1]]:10: error: invalid decimal number
8 ; CHECK: :[[# @LINE + 1]]:10: error: invalid binary number
11 ; CHECK: :[[# @LINE + 1]]:10: error: invalid base-11 number
13 ; CHECK: :[[# @LINE + 1]]:10: error: invalid binary number
18 ; CHECK: :[[# @LINE + 1]]:10: error: invalid octal number
20 ; CHECK: :[[# @LINE + 1]]:10: error: invalid octal number
23 ; CHECK: :[[# @LINE + 1]]:10: error: invalid octal number
25 ; CHECK: :[[# @LINE + 1]]:10: error: invalid octal number
30 ; CHECK: :[[# @LINE + 1]]:10: error: invalid decimal number
32 ; CHECK: :[[# @LINE + 1]]:10: error: invalid decimal number
[all …]
/llvm-project/clang/lib/Headers/
H A Dia32intrin.h39 /// \returns A 32-bit integer containing the bit number.
56 /// \returns A 32-bit integer containing the bit number.
107 /// \returns A 32-bit integer containing the bit number.
125 /// \returns A 32-bit integer containing the bit number.
140 /// \returns A 32-bit integer containing the bit number.
156 /// \returns A 32-bit integer containing the bit number.
196 /// Counts the number of bits in the source operand having a value of 1.
205 /// \returns A 32-bit integer containing the number of bits with value 1 in the
214 /// Counts the number of bits in the source operand having a value of 1.
227 /// \returns A 32-bit integer containing the number of bits with value 1 in the
[all …]
/llvm-project/llvm/test/Other/
H A Dprint-at-pass-number.ll1 …loop-unroll-full)" -print-pass-numbers -S -o /dev/null %s 2>&1 | FileCheck %s --check-prefix=NUMBER
2 …mbers -filter-print-funcs=baz -S -o /dev/null %s 2>&1 | FileCheck %s --check-prefix=NUMBER-FILTERED
3 …,loop-deletion,loop-unroll-full)" -print-module-scope -print-before-pass-number=3 -S -o /dev/null …
4 …s,loop-deletion,loop-unroll-full)" -print-module-scope -print-after-pass-number=2 -S -o /dev/null …
31 ; NUMBER: Running pass 1 LoopSimplifyPass on bar
32 ; NUMBER-NEXT: Running pass 2 LCSSAPass on bar
33 ; NUMBER-NEXT: Running pass 3 IndVarSimplifyPass on loop %bb1 in function bar
34 ; NUMBER-NEXT: Running pass 4 LoopDeletionPass on loop %bb1 in function bar
35 ; NUMBER-NEXT: Running pass 5 LoopSimplifyPass on baz
36 ; NUMBER-NEXT: Running pass 6 LCSSAPass on baz
[all …]
/llvm-project/libc/src/time/
H A Dtime_utils.cpp28 // First, divide "total_seconds" by the number of seconds in a day to get the
29 // number of days since Jan 1 1970. The remainder will be used to calculate the
30 // number of Hours, Minutes and Seconds.
32 // Then, adjust that number of days by a constant to be the number of days
37 // subdivides the days into the number of 400 years, the number of 100 years and
38 // the number of 4 years. These numbers of cycle years are used in calculating
40 // and isLeapYear(). Then compute the total number of years in days from these
43 // Compute the number o
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dmagic-numbers.cpp16 // CHECK-MESSAGES: :[[@LINE-1]]:20: warning: 5 is a magic number; consider replacing it with a name…
24 …// CHECK-MESSAGES: :[[@LINE-1]]:21: warning: 6 is a magic number; consider replacing it with a nam… in BuggyFunction()
27 …// CHECK-MESSAGES: :[[@LINE-1]]:20: warning: 7 is a magic number; consider replacing it with a nam… in BuggyFunction()
30 …// CHECK-MESSAGES: :[[@LINE-1]]:18: warning: 15 is a magic number; consider replacing it with a na… in BuggyFunction()
33 …// CHECK-MESSAGES: :[[@LINE-1]]:25: warning: 22 is a magic number; consider replacing it with a na… in BuggyFunction()
36 …// CHECK-MESSAGES: :[[@LINE-1]]:22: warning: 3 is a magic number; consider replacing it with a nam… in BuggyFunction()
40 …// CHECK-MESSAGES: :[[@LINE-1]]:20: warning: 66 is a magic number; consider replacing it with a na… in BuggyFunction()
46 …// CHECK-MESSAGES: :[[@LINE-1]]:73: warning: 6 is a magic number; consider replacing it with a nam…
52 …// CHECK-MESSAGES: :[[@LINE-1]]:19: warning: 9 is a magic number; consider replacing it with a nam…
64 // CHECK-MESSAGES: :[[@LINE-1]]:21: warning: 3 is a magic number; consider replacing it with a name…
[all …]
/llvm-project/llvm/test/tools/llvm-mca/X86/Znver3/
H A Dzero-idioms-avx-ymm.s129 # CHECK-NEXT: Total number of mappings created: 10000
130 # CHECK-NEXT: Max number of mappings used: 9
133 # CHECK-NEXT: Number of physical registers: 160
134 # CHECK-NEXT: Total number of mappings created: 10000
135 # CHECK-NEXT: Max number of mappings used: 9
138 # CHECK-NEXT: Number of physical registers: 192
139 # CHECK-NEXT: Total number of mappings created: 0
140 # CHECK-NEXT: Max number of mappings used: 0
220 # CHECK-NEXT: Total number of mappings created: 10000
221 # CHECK-NEXT: Max number of mappings used: 9
[all …]
H A Dzero-idioms-sse-xmm.s119 # CHECK-NEXT: Total number of mappings created: 10000
120 # CHECK-NEXT: Max number of mappings used: 37
123 # CHECK-NEXT: Number of physical registers: 160
124 # CHECK-NEXT: Total number of mappings created: 10000
125 # CHECK-NEXT: Max number of mappings used: 37
128 # CHECK-NEXT: Number of physical registers: 192
129 # CHECK-NEXT: Total number of mappings created: 0
130 # CHECK-NEXT: Max number of mappings used: 0
210 # CHECK-NEXT: Total number of mappings created: 10000
211 # CHECK-NEXT: Max number of mappings used: 37
[all …]
H A Dzero-idioms-avx-xmm.s119 # CHECK-NEXT: Total number of mappings created: 10000
120 # CHECK-NEXT: Max number of mappings used: 9
123 # CHECK-NEXT: Number of physical registers: 160
124 # CHECK-NEXT: Total number of mappings created: 10000
125 # CHECK-NEXT: Max number of mappings used: 9
128 # CHECK-NEXT: Number of physical registers: 192
129 # CHECK-NEXT: Total number of mappings created: 0
130 # CHECK-NEXT: Max number of mappings used: 0
210 # CHECK-NEXT: Total number of mappings created: 10000
211 # CHECK-NEXT: Max number of mappings used: 9
[all …]
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Dfunction-size.rst15 Flag functions exceeding this number of lines. The default is `none` (ignore
16 the number of lines).
20 Flag functions exceeding this number of statements. This may differ
21 significantly from the number of lines for macro-heavy code. The default is
26 Flag functions exceeding this number of control statements. The default is
27 `none` (ignore the number of branches).
31 Flag functions that exceed a specified number of parameters. The default
32 is `none` (ignore the number of parameters).
42 Flag functions exceeding this number of variables declared in the body.
43 The default is `none` (ignore the number of variables).
/llvm-project/llvm/docs/
H A DInstrRefDebugInfo.md38 %2:gr32 = ADD32rr %0, %1, implicit-def $eflags, debug-instr-number 1
48 the code above, the `DBG_INSTR_REF` instruction refers to instruction number
49 one, operand zero, while the `ADD32rr` has a `debug-instr-number` attribute
50 attached indicating that it is instruction number one.
56 preserve the instruction number, or record a substitution from the old
57 instruction / operand number pair to the new instruction / operand pair -- see
84 %2 = PHI %1, %bb.0, %2, %bb.1, debug-instr-number 1
149 mutated instruction to erase its instruction number. Any `DBG_INSTR_REF`
154 an instruction number substitution: a mapping from the old instruction number /
155 operand pair to new instruction number / operand pair. Consider if we replace
[all …]
/llvm-project/lldb/include/lldb/Core/
H A DDeclaration.h21 /// The declarations include the file specification, line number, and the
36 /// The line number that describes where this was declared. Set
37 /// to zero if there is no line number information.
40 /// The column number that describes where this was declared.
41 /// Set to zero if there is no column number information.
66 /// specifications are equal, then continue to compare the line number and
119 /// Get accessor for the declaration line number.
122 /// Non-zero indicates a valid line number, zero indicates no
126 /// Get accessor for the declaration column number.
129 /// Non-zero indicates a valid column number, zer
[all...]

12345678910>>...234