/llvm-project/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/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(
|
H A D | hoist-common-code.ll | 27 define void @test_switch(i64 %i, ptr %Q) { 28 ; CHECK-LABEL: @test_switch(
|
/llvm-project/llvm/test/CodeGen/SPIRV/branching/ |
H A D | OpSwitchChar.ll | 1 ;; __kernel void test_switch(__global int* res, uchar val) 21 define spir_kernel void @test_switch(i32 addrspace(1)* %res, i8 zeroext %val) {
|
/llvm-project/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/llvm/test/Transforms/PGOProfile/Inputs/ |
H A D | switch.proftext | 3 test_switch
|
H A D | switch_entry.proftext | 4 test_switch
|
/llvm-project/clang/test/Misc/ |
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
|
H A D | backend-optimization-failure.cpp | 7 void test_switch(int *A, int *B, int Length,int J) { in test_switch() function
|
/llvm-project/llvm/test/CodeGen/SPIRV/optimizations/ |
H A D | switch-condition-type.ll | 8 define i32 @test_switch(i16 %cond) {
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | trivial-auto-var-init.cpp | 119 // UNINIT-LABEL: test_switch( 120 // ZERO-LABEL: test_switch( 125 // PATTERN-LABEL: test_switch( 130 void test_switch(int i) { in test_switch() function
|
/llvm-project/clang/test/SemaCXX/ |
H A D | array-bounds.cpp | 141 void test_switch() { in test_switch() function
|
/llvm-project/llvm/test/Transforms/LoopVectorize/ |
H A D | no_switch.ll | 71 !4 = distinct !DISubprogram(name: "test_switch", line: 1, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 1, file: !1, scope: !5, type: !6, retainedNodes: !2)
|
H A D | no_switch_disable_vectorization.ll | 75 !4 = distinct !DISubprogram(name: "test_switch", line: 1, isLocal: false, isDefinition: true, virtu…
|
/llvm-project/mlir/test/Analysis/DataFlow/ |
H A D | test-written-to.mlir | 111 func.func @test_switch(%flag: i32, %m0: memref<i32>) { 285 func.func @test_switch(%arg0 : index, %m0: memref<i32>) {
|
/llvm-project/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/llvm/test/Transforms/JumpThreading/ |
H A D | select.ll | 61 define void @test_switch(i1 %cond, i8 %value) nounwind { 62 ; CHECK-LABEL: @test_switch(
|
/llvm-project/clang/test/Analysis/ |
H A D | misc-ps.m | 1262 void test_switch(void) { function
|