/external/llvm-project/flang/test/Semantics/ |
D | resolve77.f90 | 12 real :: a(if1(1)) 17 integer :: iarr(if1(n)) 19 pure integer function if1(n) function 21 if1 = n 38 real :: a(if1(1)) 44 pure integer function if1(n) function 46 if1 = n
|
/external/llvm-project/clang/test/Sema/ |
D | warn-bad-function-cast.c | 5 int if1(void); 25 (void)if1(); in foo() 30 (int)if1(); in foo() 42 …(float)if1(); /* expected-warning {{cast from function call of type 'int' to non-matching type 'fl… in foo() 52 …(_Fract) if1(); /* expected-warning{{cast from function call of type 'int' to non-matchin… in foo()
|
/external/clang/test/Sema/ |
D | warn-bad-function-cast.c | 5 int if1(void); 21 (void)if1(); in foo() 25 (int)if1(); in foo() 36 …(float)if1(); /* expected-warning {{cast from function call of type 'int' to non-matching type 'fl… in foo()
|
/external/deqp-deps/glslang/Test/ |
D | spv.interpOps.frag | 3 in float if1; 16 f4.x += interpolateAtCentroid(if1); 21 f4.x += interpolateAtSample(if1, samp); 26 f4.x += interpolateAtOffset(if1, offset);
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | spv.interpOps.frag | 3 in float if1; 16 f4.x += interpolateAtCentroid(if1); 21 f4.x += interpolateAtSample(if1, samp); 26 f4.x += interpolateAtOffset(if1, offset);
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | tail-merge-identical.ll | 16 br label %if1 18 if1: ; predfs = %entry 21 else1: ; preds = %if1 25 if2: ; preds = %if1
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.interpOps.frag.out | 15 Name 13 "if1" 22 Decorate 13(if1) Location 0 39 13(if1): 12(ptr) Variable Input 61 14: 6(float) ExtInst 1(GLSL.std.450) 76(InterpolateAtCentroid) 13(if1) 86 49: 6(float) ExtInst 1(GLSL.std.450) 77(InterpolateAtSample) 13(if1) 48 114 74: 6(float) ExtInst 1(GLSL.std.450) 78(InterpolateAtOffset) 13(if1) 73
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | spv.interpOps.frag.out | 15 Name 13 "if1" 22 Decorate 13(if1) Location 0 39 13(if1): 12(ptr) Variable Input 61 14: 6(float) ExtInst 1(GLSL.std.450) 76(InterpolateAtCentroid) 13(if1) 86 49: 6(float) ExtInst 1(GLSL.std.450) 77(InterpolateAtSample) 13(if1) 48 114 74: 6(float) ExtInst 1(GLSL.std.450) 78(InterpolateAtOffset) 13(if1) 73
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | divergent-branch-uniform-condition.ll | 63 ; ISA-NEXT: ; %bb.7: ; %if1 85 ; UNIFORM-NEXT: br i1 %8, label %if1, label %endloop 87 ; UNIFORM: if1: 94 ; CONTROLFLOW-NEXT: br i1 [[COND]], label %if1, label %endloop 97 br i1 %8, label %if1, label %endloop 99 if1: ; preds = %Flow2 118 endloop: ; preds = %if1, %Flow2 119 %v6 = phi float [ 0.000000e+00, %Flow2 ], [ %v3, %if1 ]
|
D | select-opt.ll | 148 br i1 %cmp1, label %if1, label %endif 150 if1: 155 %tmp0 = phi i1 [ true, %entry ], [ %cmp2, %if1 ], [ false, %if0 ]
|
D | sgpr-copy.ll | 273 br i1 %tmp3, label %if1, label %endif 275 if1: ; preds = %if0 279 endif: ; preds = %if1, %if0, %entry 280 %tmp5 = phi i32 [ 0, %entry ], [ %tmp2, %if0 ], [ %tmp4, %if1 ]
|
D | smrd.ll | 700 br i1 undef, label %if1, label %endif1 702 if1: ; preds = %main_body 706 endif1: ; preds = %if1, %main_body
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | phi-select-constant.ll | 82 ; CHECK: if1: 93 br i1 %cond1, label %if1, label %else 95 if1: 102 %phi = phi <2 x i1> [ %x, %if2 ], [ <i1 0, i1 1>, %entry ], [ <i1 1, i1 0>, %if1 ]
|
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/ARM/ |
D | sink-addrmode.ll | 223 ; CHECK-LABEL: if1.end 224 ; CHECK-NOT: phi i32* [ %ptr, %entry ], [ %gep, %if1.then ] 225 ; CHECK: phi i32 [ 4, %if1.then ], [ 0, %entry ] 229 br i1 %cmp1, label %if1.then, label %if1.end 231 if1.then: 233 br label %if1.end 235 if1.end: 236 %phi = phi i32* [ %ptr, %entry ], [ %gep, %if1.then ]
|
/external/scapy/scapy/ |
D | sendrecv.py | 775 def bridge_and_sniff(if1, if2, xfrm12=None, xfrm21=None, prn=None, L2socket=None, argument 807 sckt1, if1 = _init_socket(if1, 1) 809 peers = {if1: sckt2, if2: sckt1} 812 xfrms[if1] = xfrm12 850 return sniff(opened_socket={sckt1: if1, sckt2: if2}, prn=prn,
|
/external/llvm-project/llvm/test/Analysis/PhiValues/ |
D | basic.ll | 31 br i1 undef, label %if1, label %else1 33 if1: 43 %phi1 = phi i32 [ 0, %if1 ], [ 1, %else1 ]
|
/external/llvm-project/llvm/test/Transforms/GVN/ |
D | condprop.ll | 343 br i1 undef, label %if1, label %then 348 ; CHECK-LABEL: if1: 351 if1: 370 br i1 undef, label %loop, label %if1
|
/external/llvm-project/llvm/test/Transforms/LICM/ |
D | hoist-phi.ll | 851 br i1 undef, label %if1, label %else1 853 if1: 1386 br i1 undef, label %if1, label %else1 1388 if1: 1440 br i1 undef, label %if1, label %else1 1442 if1: 1494 br i1 undef, label %if1, label %else1 1496 if1: 1507 %phi = phi i32* [ %gep1, %if1 ], [ %gep2, %else1 ]
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | sgpr-copy.ll | 278 br i1 %tmp3, label %if1, label %endif 280 if1: ; preds = %if0 284 endif: ; preds = %if1, %if0, %entry 285 %tmp5 = phi i32 [ 0, %entry ], [ %tmp2, %if0 ], [ %tmp4, %if1 ]
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/ |
D | memdep-fold-tail.ll | 44 ; CHECK: pred.store.if1:
|
D | reduction-inloop-pred.ll | 28 ; CHECK: pred.load.if1: 118 ; CHECK: pred.load.if1: 249 ; CHECK: pred.load.if1: 343 ; CHECK: pred.load.if1: 478 ; CHECK: pred.load.if1: 610 ; CHECK: pred.load.if1: 738 ; CHECK: pred.load.if1: 866 ; CHECK: pred.load.if1: 992 ; CHECK: pred.load.if1: 1118 ; CHECK: pred.load.if1: [all …]
|
D | pr45679-fold-tail-by-masking.ll | 33 ; CHECK: pred.store.if1:
|
D | optsize.ll | 250 ; CHECK: pred.store.if1:
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/SystemZ/ |
D | predicated-first-order-recurrence.ll | 37 ; CHECK: pred.load.if1:
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/X86/ |
D | consecutive-ptr-uniforms.ll | 103 ; FORCE: pred.store.if1:
|