Home
last modified time | relevance | path

Searched refs:test_if (Results 1 – 14 of 14) sorted by relevance

/llvm-project/clang/test/PCH/
H A Dcxx1z-init-statement.cpp9 static_assert(test_if(-1) == -1, ""); in g0()
10 static_assert(test_if(0) == 0, ""); in g0()
H A Dcxx1z-init-statement.h3 constexpr int test_if(int x) { in test_if() function
/llvm-project/llvm/test/CodeGen/AMDGPU/
H A Dllvm.amdgcn.pops.exiting.wave.id.ll67 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 Dvalu-i1.ll5 ; 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 Dif.mlir4 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 Dif.mlir3 func.func @test_if(%arg0: i1, %arg1: f32) {
9 // CHECK-LABEL: func.func @test_if(
/llvm-project/llvm/test/CodeGen/SPIRV/branching/
H A Dif-non-merging.ll8 define i1 @test_if(i32 %a, i32 %b) {
H A Dif-merging.ll14 define i32 @test_if(i32 %a, i32 %b) {
/llvm-project/llvm/test/Analysis/UniformityAnalysis/AMDGPU/
H A Dcontrol-flow-intrinsics.ll17 ; CHECK: for function 'test_if':
23 define void @test_if(i32 %arg0) {
/llvm-project/mlir/test/Analysis/DataFlow/
H A Dtest-dead-code-analysis.mlir23 // CHECK: test_if:
37 } {tag = "test_if"}
H A Dtest-written-to.mlir51 func.func @test_if(%m0: memref<i32>, %m1: memref<i32>, %condition: i1) {
/llvm-project/libcxx/test/libcxx/utilities/meta/
H A Dmeta_base.pass.cpp32 void test_if() { in test_and()
26 void test_if() { test_if() function
/llvm-project/mlir/test/Dialect/EmitC/
H A Dops.mlir154 func.func @test_if(%arg0: i1, %arg1: f32) {
/llvm-project/llvm/test/Transforms/DeadStoreElimination/
H A Dmultiblock-loops.ll169 define i32 @test_if(i1 %c, ptr %p, i32 %i) {
170 ; CHECK-LABEL: @test_if(