Home
last modified time | relevance | path

Searched refs:cond_b (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/test/Analysis/AliasSet/
Dguards.ll9 ; CHECK: 1 Unknown instructions: call void (i1, ...) @llvm.experimental.guard(i1 %cond_b) [ "…
11 define void @test0(i1 %cond_b) {
16 call void (i1, ...) @llvm.experimental.guard(i1 %cond_b) [ "deopt"() ]
25 ; CHECK: 1 Unknown instructions: call void (i1, ...) @llvm.experimental.guard(i1 %cond_b) [ "…
27 define void @test1(i1 %cond_b) {
32 call void (i1, ...) @llvm.experimental.guard(i1 %cond_b) [ "deopt"() ]
41 ; CHECK: 1 Unknown instructions: call void (i1, ...) @llvm.experimental.guard(i1 %cond_b) [ "…
43 define void @test2(i1 %cond_b) {
48 call void (i1, ...) @llvm.experimental.guard(i1 %cond_b) [ "deopt"() ]
57 ; CHECK: 1 Unknown instructions: call void (i1, ...) @llvm.experimental.guard(i1 %cond_b) [ "…
[all …]
/external/llvm-project/llvm/test/Transforms/StructurizeCFG/
Dloop-multiple-exits.ll3 ; void loop(int *out, int cond_a, int cond_b) {
8 ; if (i > cond_b) {
15 define void @loop(i32 addrspace(1)* %out, i32 %cond_a, i32 %cond_b) nounwind uwtable {
28 %cmp1 = icmp ugt i32 %i.0, %cond_b
/external/llvm/test/Transforms/StructurizeCFG/
Dloop-multiple-exits.ll3 ; void loop(int *out, int cond_a, int cond_b) {
8 ; if (i > cond_b) {
15 define void @loop(i32 addrspace(1)* %out, i32 %cond_a, i32 %cond_b) nounwind uwtable {
28 %cmp1 = icmp ugt i32 %i.0, %cond_b
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dfft_handler.cc312 SpmdBuilder cond_b("fft_collective_permute_condition", hlo); in GetFinalFftUsingCollectivePermute() local
313 auto cond_param = cond_b.AddInstruction(HloInstruction::CreateParameter( in GetFinalFftUsingCollectivePermute()
319 auto cond_i = cond_b.AddInstruction( in GetFinalFftUsingCollectivePermute()
321 cond_b.AddInstruction(HloInstruction::CreateCompare( in GetFinalFftUsingCollectivePermute()
323 cond_b.AddInstruction(HloInstruction::CreateConstant( in GetFinalFftUsingCollectivePermute()
329 cond_param->shape(), module->AddEmbeddedComputation(cond_b.Build()), in GetFinalFftUsingCollectivePermute()
Ddot_handler.cc1401 SpmdBuilder cond_b("windowed_dot_general_cond", original_hlo); in PartitionBaseCase() local
1402 auto cond_param = cond_b.AddInstruction(HloInstruction::CreateParameter( in PartitionBaseCase()
1408 auto cond_i = cond_b.AddInstruction(HloInstruction::CreateGetTupleElement( in PartitionBaseCase()
1414 cond_b.AddInstruction(HloInstruction::CreateCompare( in PartitionBaseCase()
1416 cond_b.AddInstruction(HloInstruction::CreateConstant( in PartitionBaseCase()
1420 cond_param->shape(), module->AddEmbeddedComputation(cond_b.Build()), in PartitionBaseCase()
/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass_test.cc584 Output cond_b = ops::Placeholder(root.WithOpName("cond_b"), DT_BOOL); in TEST() local
589 ops::Switch switch_b(root.WithOpName("switch_b"), value, cond_b); in TEST()
622 Output cond_b = ops::Placeholder(root.WithOpName("cond_b"), DT_BOOL); in TEST() local
627 ops::Switch switch_b(root.WithOpName("switch_b"), value, cond_b); in TEST()