Home
last modified time | relevance | path

Searched refs:normal (Results 1 – 25 of 531) sorted by relevance

12345678910>>...22

/llvm-project/llvm/test/Transforms/InstCombine/
H A Dcompare-3way.ll15 ; CHECK: normal:
27 br i1 %cmp, label %unreached, label %normal
28 normal:
39 ; CHECK: normal:
49 br i1 %cmp, label %unreached, label %normal
50 normal:
61 ; CHECK: normal:
73 br i1 %cmp, label %unreached, label %normal
74 normal:
86 ; CHECK: normal
[all...]
H A Dcreate-class-from-logic-fcmp.ll539 %cmp.smallest.normal = fcmp olt half %fabs, 0xH0400
540 %class = or i1 %cmp.smallest.normal, %cmpinf
551 %cmp.smallest.normal = fcmp olt half %x, 0xH0400 ; missing fabs
552 %class = or i1 %cmp.smallest.normal, %cmpinf
563 %cmp.smallest.normal = fcmp uge half %fabs, 0xH0400
564 %not = and i1 %cmp.smallest.normal, %cmpinf
575 %cmp.smallest.normal = fcmp uge half %fabs, 0xH0400
576 %class = or i1 %cmp.smallest.normal, %cmpinf
580 ; Negative test, not smallest normal
591 %cmp.smallest.normal
[all...]
/llvm-project/llvm/test/Bitcode/
H A Dcallbr.ll9 ; CHECK-NEXT: to label %normal [label %fail]
10 callbr void asm "", "r,!i"(i32 %x) to label %normal [label %fail]
11 normal:
20 ; CHECK-NEXT: to label %normal [label %fail, label %fail2]
21 callbr void asm "", "r,!i,!i"(i32 %x) to label %normal [label %fail, label %fail2]
22 normal:
33 ; CHECK-NEXT: to label %normal [label %fail]
34 … "", "r,i,!i"(i32 %x, i8* blockaddress(@test_asm_goto3, %unrelated)) to label %normal [label %fail]
35 normal:
H A Doperand-bundles.ll74 invoke void @callee0() [ "foo"(i32 42, i64 100, i32 %x), "bar"(float 0.000000e+00, i64 100, i32 %l) ] to label %normal unwind label %exception
79 br label %normal
80 normal:
90 invoke void @callee0() to label %normal unwind label %exception
95 br label %normal
97 normal:
120 invoke void @callee0() [ "foo"() ] to label %normal unwind label %exception
125 br label %normal
126 normal:
135 invoke void @callee0() [ "foo"(i32 42, i64 100, i32 %x), "foo"(i32 42, float 0.000000e+00, i32 %l) ] to label %normal unwin
[all...]
H A Duse-list-order2.ll9 invoke void @llvm.donothing() to label %normal unwind label %exception
12 br label %normal
13 normal:
22 invoke void @llvm.donothing() to label %normal unwind label %exception
25 br label %normal
26 normal:
/llvm-project/clang/test/SemaCXX/
H A Dlambda-conversion-op-cc.cpp10 auto normal = [](int, float, double) {}; // #1 in useage() local
21 (void)+normal; in useage()
35 // CHECK: VarDecl {{.*}} normal ' in useage()
150 void (*__attribute__((vectorcall)) normal_ptr2)(int, float, double) = normal; in useage()
166 void (*__attribute__((vectorcall)) normal_ptr2)(int, float, double) = normal; in useage()
167 void (*normal_ptr3)(int, float, double) = normal; in useage()
170 void (*__attribute__((regcall)) normalptr4)(int, float, double) = normal; in useage()
176 void (*normal_ptr)(int, float, double) = normal; in useage()
/llvm-project/llvm/test/Transforms/IROutliner/
H A Dillegal-cleanup.ll21 ; CHECK: normal:
27 invoke void @llvm.donothing() to label %normal unwind label %exception
32 br label %normal
33 normal:
48 ; CHECK: normal:
54 invoke void @llvm.donothing() to label %normal unwind label %exception
59 br label %normal
60 normal:
H A Dillegal-invoke.ll22 ; CHECK: normal:
30 invoke void @llvm.donothing() to label %normal unwind label %exception
33 br label %normal
34 normal:
50 ; CHECK: normal:
58 invoke void @llvm.donothing() to label %normal unwind label %exception
61 br label %normal
62 normal:
H A Dillegal-landingpad.ll22 ; CHECK: normal:
28 invoke void @llvm.donothing() to label %normal unwind label %exception
33 br label %normal
34 normal:
50 ; CHECK: normal:
56 invoke void @llvm.donothing() to label %normal unwind label %exception
61 br label %normal
62 normal:
H A Dillegal-catchpad.ll23 ; CHECK: normal:
29 invoke void @llvm.donothing() to label %normal unwind label %exception
36 br label %normal
37 normal:
54 ; CHECK: normal:
60 invoke void @llvm.donothing() to label %normal unwind label %exception
67 br label %normal
68 normal:
H A Dillegal-callbr.ll15 ; CHECK: normal:
26 …orl $0, $0; jmp ${1:l}", "r,!i,~{dirflag},~{fpsr},~{flags}"(i32 %0) to label %normal [label %fail1]
27 normal:
44 ; CHECK: normal:
55 …orl $0, $0; jmp ${1:l}", "r,!i,~{dirflag},~{fpsr},~{flags}"(i32 %0) to label %normal [label %fail1]
56 normal:
/llvm-project/libc/src/__support/FPUtil/
H A DManipulationFunctions.h49 NormalFloat<T> normal(bits); in modf()
50 exp = normal.exponent + 1; in modf()
51 normal.exponent = -1; in modf()
52 return normal; in modf()
115 DyadicFloat<FPBits<U>::STORAGE_LEN> normal(bits.get_val());
116 int exponent = normal.get_unbiased_exponent();
151 DyadicFloat<FPBits<T>::STORAGE_LEN> normal(bits.get_val());
152 return static_cast<T>(normal.get_unbiased_exponent());
202 DyadicFloat<FPBits<T>::STORAGE_LEN> normal(bits.get_val());
203 normal
[all...]
/llvm-project/llvm/test/Transforms/JumpThreading/
H A Dassume.ll70 br i1 %notnull, label %normal, label %error
72 normal:
93 br i1 %notnull, label %normal, label %error
95 normal:
115 br i1 %notnull, label %normal, label %error
117 normal:
140 br i1 %notnull, label %normal, label %error
142 normal:
170 br i1 %notnull, label %normal, label %error
172 normal:
[all …]
H A Dcallbr-edge-split.ll39 to label %normal [label %if.end]
41 normal: ; preds = %if.else
44 if.end: ; preds = %if.else, %normal, %if.then
45 %d.0 = phi i1 [ %phitmp, %if.then ], [ undef, %normal ], [ undef, %if.else ]
/llvm-project/lldb/source/Core/
H A DCoreProperties.td58 DefaultStringValue<"{${function.initial-function}{${module.file.basename}`}{${function.name-without-args}}:\\\\n}{${function.changed}\\\\n{${module.file.basename}`}{${function.name-without-args}}:\\\\n}{${ansi.fg.yellow}${current-pc-arrow}${ansi.normal} }${addr-file-or-load}{ <${function.concrete-only-addr-offset-no-padding}>}: ">,
62 DefaultStringValue<"frame #${frame.index}: ${ansi.fg.yellow}${frame.pc}${ansi.normal}{ ${module.file.basename}{`${function.name-with-args}{${frame.no-debug}${function.pc-offset}}}}{ at ${ansi.fg.cyan}${line.file.basename}${ansi.normal}:${ansi.fg.yellow}${line.number}${ansi.normal}{:${ansi.fg.yellow}${line.column}${ansi.normal}}}{${function.is-optimized} [opt]}{${frame.is-artificial} [artificial]}\\\\n">,
79 DefaultStringValue<"${ansi.normal}">,
125 DefaultStringValue<"${ansi.normal}">,
133 DefaultStringValue<"${ansi.normal}">,
145 DefaultStringValue<"thread #${thread.index}: tid = ${thread.id%tid}{, ${frame.pc}}{ ${module.file.basename}{`${function.name-with-args}{${frame.no-debug}${function.pc-offset}}}}{ at ${ansi.fg.cyan}${line.file.basename}${ansi.normal}:${ansi.fg.yellow}${line.number}${ansi.normal}{
[all...]
/llvm-project/clang/test/Modules/
H A Dmodule-file-home-is-cwd.m5 // RUN: -fmodules-embed-all-files %S/Inputs/normal-module-map/module.modulemap \
11 // INPUT: <INPUT_FILE {{.*}}/> blob data = 'Inputs{{/|\\}}normal-module-map{{/|\\}}module.modulemap'
12 // INPUT: <INPUT_FILE {{.*}}/> blob data = 'Inputs{{/|\\}}normal-module-map{{/|\\}}a2.h'
13 // INPUT: <INPUT_FILE {{.*}}/> blob data = 'Inputs{{/|\\}}normal-module-map{{/|\\}}a1.h'
20 // RUN: -fmodule-map-file=%S/Inputs/normal-module-map/module.modulemap \
/llvm-project/llvm/test/CodeGen/M68k/Arith/
H A Dadd-with-overflow.ll12 ; CHECK-NEXT: ; %bb.1: ; %normal
20 br i1 %obit, label %overflow, label %normal
22 normal:
35 ; CHECK-NEXT: ; %bb.1: ; %normal
44 br i1 %obit, label %carry, label %normal
46 normal:
H A Dsub-with-overflow.ll25 ; CHECK-NEXT: .LBB0_1: ; %normal
37 br i1 %obit, label %overflow, label %normal
39 normal:
62 ; CHECK-NEXT: .LBB1_1: ; %normal
74 br i1 %obit, label %carry, label %normal
76 normal:
/llvm-project/llvm/test/Transforms/GVN/
H A Dmssa-update-dead-def.ll9 to label %bar.normal unwind label %exceptional
11 bar.normal:
19 to label %baz.normal unwind label %exceptional
21 baz.normal:
/llvm-project/llvm/test/CodeGen/X86/
H A Dsub-with-overflow.ll20 ; CHECK-NEXT: .LBB0_1: # %normal
31 br i1 %obit, label %overflow, label %normal
33 normal:
56 ; CHECK-NEXT: .LBB1_1: # %normal
67 br i1 %obit, label %carry, label %normal
69 normal:
H A Dcallbr-asm.ll17 ; CHECK-NEXT: # %bb.1: # %normal
27 …xorl $0, $0; jmp ${1:l}", "r,!i,~{dirflag},~{fpsr},~{flags}"(i32 %0) to label %normal [label %fail]
29 normal:
48 ; CHECK-NEXT: # %bb.1: # %normal
58 …"xor $0, $0; jmp ${1:l}", "r,!i,~{dirflag},~{fpsr},~{flags}"(i32 %0) to label %normal [label %fail]
60 normal:
75 br label %normal
79 …xorl $0, $0; jmp ${1:l}", "r,!i,~{dirflag},~{fpsr},~{flags}"(i32 %0) to label %normal [label %fail]
81 normal:
/llvm-project/llvm/test/Transforms/HotColdSplit/
H A Deh-pads.ll11 invoke void @llvm.donothing() to label %normal unwind label %exception
23 normal:
41 invoke void @sink() to label %normal unwind label %exception
50 br label %normal
52 normal:
/llvm-project/llvm/test/CodeGen/Generic/
H A Dadd-with-overflow.ll12 br i1 %obit, label %overflow, label %normal
14 normal:
28 br i1 %obit, label %overflow, label %normal
30 normal:
H A Dadd-with-overflow-24.ll12 br i1 %obit, label %overflow, label %normal
14 normal:
29 br i1 %obit, label %carry, label %normal
31 normal:
/llvm-project/llvm/test/Feature/OperandBundles/
H A Dmerge-func.ll41 to label %normal unwind label %exception
43 normal:
56 to label %normal unwind label %exception
58 normal:

12345678910>>...22