Searched refs:test_switch (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | cxx1z-init-statement.cpp | 14 static_assert(test_switch(-1) == -1, ""); in g1() 15 static_assert(test_switch(0) == 0, ""); in g1() 16 static_assert(test_switch(1) == 1, ""); in g1()
|
| H A D | cxx1z-init-statement.h | 12 constexpr int test_switch(int x) { in test_switch() function
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/ |
| H A D | dce-cond-after-folding-terminator.ll | 18 define void @test_switch(i32 %x) nounwind { 20 ; CHECK-LABEL: @test_switch(
|
| /llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/Inputs/ |
| H A D | switch.proftext | 3 test_switch
|
| H A D | switch_entry.proftext | 4 test_switch
|
| /llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/ |
| H A D | switch.ll | 12 ; GEN: @__profn_test_switch = private constant [11 x i8] c"test_switch" 14 define void @test_switch(i32 %i) {
|
| /llvm-project-15.0.7/clang/test/Misc/ |
| H A D | backend-optimization-failure.cpp | 7 void test_switch(int *A, int *B, int Length,int J) { in test_switch() function
|
| H A D | backend-optimization-failure-nodbg.cpp | 7 void test_switch(int *A, int *B, int Length, int J) { /* expected-warning {{loop not vectorized: th… in test_switch() function
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | trivial-auto-var-init.cpp | 130 void test_switch(int i) { in test_switch() function
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | array-bounds.cpp | 141 void test_switch() { in test_switch() function
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/ |
| H A D | no_switch.ll | 73 !4 = distinct !DISubprogram(name: "test_switch", line: 1, isLocal: false, isDefinition: true, virtu…
|
| H A D | no_switch_disable_vectorization.ll | 75 !4 = distinct !DISubprogram(name: "test_switch", line: 1, isLocal: false, isDefinition: true, virtu…
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | simple_phi_condition.ll | 265 define i8 @test_switch(i8 %cond) { 266 ; CHECK-LABEL: @test_switch(
|
| /llvm-project-15.0.7/llvm/test/Transforms/JumpThreading/ |
| H A D | select.ll | 49 define void @test_switch(i1 %cond, i8 %value) nounwind { 50 ; CHECK-LABEL: @test_switch(
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | misc-ps.m | 1274 void test_switch(void) { function
|