Home
last modified time | relevance | path

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

/llvm-project/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/llvm/test/Transforms/SimplifyCFG/
H A Ddce-cond-after-folding-terminator.ll18 define void @test_switch(i32 %x) nounwind {
20 ; CHECK-LABEL: @test_switch(
H A Dhoist-common-code.ll27 define void @test_switch(i64 %i, ptr %Q) {
28 ; CHECK-LABEL: @test_switch(
/llvm-project/llvm/test/CodeGen/SPIRV/branching/
H A DOpSwitchChar.ll1 ;; __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 Dswitch.ll12 ; 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 Dswitch.proftext3 test_switch
H A Dswitch_entry.proftext4 test_switch
/llvm-project/clang/test/Misc/
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
H A Dbackend-optimization-failure.cpp7 void test_switch(int *A, int *B, int Length,int J) { in test_switch() function
/llvm-project/llvm/test/CodeGen/SPIRV/optimizations/
H A Dswitch-condition-type.ll8 define i32 @test_switch(i16 %cond) {
/llvm-project/clang/test/CodeGenCXX/
H A Dtrivial-auto-var-init.cpp119 // 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 Darray-bounds.cpp141 void test_switch() { in test_switch() function
/llvm-project/llvm/test/Transforms/LoopVectorize/
H A Dno_switch.ll71 !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 Dno_switch_disable_vectorization.ll75 !4 = distinct !DISubprogram(name: "test_switch", line: 1, isLocal: false, isDefinition: true, virtu…
/llvm-project/mlir/test/Analysis/DataFlow/
H A Dtest-written-to.mlir111 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 Dsimple_phi_condition.ll265 define i8 @test_switch(i8 %cond) {
266 ; CHECK-LABEL: @test_switch(
/llvm-project/llvm/test/Transforms/JumpThreading/
H A Dselect.ll61 define void @test_switch(i1 %cond, i8 %value) nounwind {
62 ; CHECK-LABEL: @test_switch(
/llvm-project/clang/test/Analysis/
H A Dmisc-ps.m1262 void test_switch(void) { function