Home
last modified time | relevance | path

Searched refs:test_switch (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/clang/test/PCH/
H A Dcxx1z-init-statement.cpp14 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 Dcxx1z-init-statement.h12 constexpr int test_switch(int x) { in test_switch() function
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/
H A Ddce-cond-after-folding-terminator.ll18 define void @test_switch(i32 %x) nounwind {
20 ; CHECK-LABEL: @test_switch(
/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/Inputs/
H A Dswitch.proftext3 test_switch
H A Dswitch_entry.proftext4 test_switch
/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/
H A Dswitch.ll12 ; 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 Dbackend-optimization-failure.cpp7 void test_switch(int *A, int *B, int Length,int J) { in test_switch() function
H A Dbackend-optimization-failure-nodbg.cpp7 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 Dtrivial-auto-var-init.cpp130 void test_switch(int i) { in test_switch() function
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Darray-bounds.cpp141 void test_switch() { in test_switch() function
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dno_switch.ll73 !4 = distinct !DISubprogram(name: "test_switch", line: 1, isLocal: false, isDefinition: true, virtu…
H A Dno_switch_disable_vectorization.ll75 !4 = distinct !DISubprogram(name: "test_switch", line: 1, isLocal: false, isDefinition: true, virtu…
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dsimple_phi_condition.ll265 define i8 @test_switch(i8 %cond) {
266 ; CHECK-LABEL: @test_switch(
/llvm-project-15.0.7/llvm/test/Transforms/JumpThreading/
H A Dselect.ll49 define void @test_switch(i1 %cond, i8 %value) nounwind {
50 ; CHECK-LABEL: @test_switch(
/llvm-project-15.0.7/clang/test/Analysis/
H A Dmisc-ps.m1274 void test_switch(void) { function