Searched refs:test_if (Results 1 – 14 of 14) sorted by relevance
/llvm-project/clang/test/PCH/ |
H A D | cxx1z-init-statement.cpp | 9 static_assert(test_if(-1) == -1, ""); in g0() 10 static_assert(test_if(0) == 0, ""); in g0()
|
H A D | cxx1z-init-statement.h | 3 constexpr int test_if(int x) { in test_if() function
|
/llvm-project/llvm/test/CodeGen/AMDGPU/ |
H A D | llvm.amdgcn.pops.exiting.wave.id.ll | 67 define amdgpu_ps i32 @test_if(i1 inreg %cond) { 68 ; SDAG-LABEL: test_if: 78 ; GFX9-GISEL-LABEL: test_if: 91 ; GFX10-GISEL-LABEL: test_if:
|
H A D | valu-i1.ll | 5 ; SI-LABEL: {{^}}test_if: 27 define amdgpu_kernel void @test_if(i32 %b, ptr addrspace(1) %src, ptr addrspace(1) %dst) #1 {
|
/llvm-project/mlir/test/Target/Cpp/ |
H A D | if.mlir | 4 func.func @test_if(%arg0: i1, %arg1: f32) { 10 // CPP-DEFAULT: void test_if(bool [[V0:[^ ]*]], float [[V1:[^ ]*]]) { 16 // CPP-DECLTOP: void test_if(bool [[V0:[^ ]*]], float [[V1:[^ ]*]]) {
|
/llvm-project/mlir/test/Conversion/SCFToEmitC/ |
H A D | if.mlir | 3 func.func @test_if(%arg0: i1, %arg1: f32) { 9 // CHECK-LABEL: func.func @test_if(
|
/llvm-project/llvm/test/CodeGen/SPIRV/branching/ |
H A D | if-non-merging.ll | 8 define i1 @test_if(i32 %a, i32 %b) {
|
H A D | if-merging.ll | 14 define i32 @test_if(i32 %a, i32 %b) {
|
/llvm-project/llvm/test/Analysis/UniformityAnalysis/AMDGPU/ |
H A D | control-flow-intrinsics.ll | 17 ; CHECK: for function 'test_if': 23 define void @test_if(i32 %arg0) {
|
/llvm-project/mlir/test/Analysis/DataFlow/ |
H A D | test-dead-code-analysis.mlir | 23 // CHECK: test_if: 37 } {tag = "test_if"}
|
H A D | test-written-to.mlir | 51 func.func @test_if(%m0: memref<i32>, %m1: memref<i32>, %condition: i1) {
|
/llvm-project/libcxx/test/libcxx/utilities/meta/ |
H A D | meta_base.pass.cpp | 32 void test_if() { in test_and() 26 void test_if() { test_if() function
|
/llvm-project/mlir/test/Dialect/EmitC/ |
H A D | ops.mlir | 154 func.func @test_if(%arg0: i1, %arg1: f32) {
|
/llvm-project/llvm/test/Transforms/DeadStoreElimination/ |
H A D | multiblock-loops.ll | 169 define i32 @test_if(i1 %c, ptr %p, i32 %i) { 170 ; CHECK-LABEL: @test_if(
|