Home
last modified time | relevance | path

Searched refs:if2 (Results 1 – 25 of 25) sorted by relevance

/external/llvm-project/flang/test/Semantics/
Dresolve77.f906 module procedure if2
26 pure integer function if2(n) function
28 if2 = n
42 integer :: iarr(if2(n))
48 pure integer function if2(n) function
50 if2 = n
/external/llvm-project/llvm/test/Transforms/SCCP/
Dpredicateinfo-cond.ll60 ; CHECK: if2.then1:
62 ; CHECK: if2.end:
75 br i1 %cmp, label %if2.then1, label %if2.then2
77 if2.then1:
78 br label %if2.end
80 if2.then2:
81 br label %if2.end
83 if2.end:
84 %phi = phi i32 [ 0, %if2.then1 ], [ 1, %if2.then2 ]
/external/deqp-deps/glslang/Test/
Dspv.interpOps.frag4 in vec2 if2;
17 f4.xy += interpolateAtCentroid(if2);
22 f4.xy += interpolateAtSample(if2, samp);
27 f4.xy += interpolateAtOffset(if2, offset);
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dspv.interpOps.frag4 in vec2 if2;
17 f4.xy += interpolateAtCentroid(if2);
22 f4.xy += interpolateAtSample(if2, samp);
27 f4.xy += interpolateAtOffset(if2, offset);
/external/clang/test/Sema/
Dwarn-bad-function-cast.c6 char if2(void);
26 (long)if2(); in foo()
37 …(double)if2(); /* expected-warning {{cast from function call of type 'char' to non-matching type '… in foo()
/external/llvm-project/clang/test/Sema/
Dwarn-bad-function-cast.c6 char if2(void);
31 (long)if2(); in foo()
43 …(double)if2(); /* expected-warning {{cast from function call of type 'char' to non-matching type '… in foo()
/external/llvm/test/CodeGen/Thumb2/
Dsetjmp_longjmp.ll76 br i1 %tobool2, label %if2.then, label %if2.else
78 if2.then:
80 br label %if2.end
82 if2.else:
87 if2.end:
/external/llvm-project/llvm/test/CodeGen/Thumb2/
Dsetjmp_longjmp.ll76 br i1 %tobool2, label %if2.then, label %if2.else
78 if2.then:
80 br label %if2.end
82 if2.else:
87 if2.end:
/external/markdown/tests/misc/
Dsome-test.txt5 * as if2
11 * as if2
17 * as if2
/external/llvm-project/llvm/test/CodeGen/X86/
Dtail-merge-identical.ll19 br i1 %a, label %else1, label %if2
25 if2: ; preds = %if1
28 then2: ; preds = %if2
32 else2: ; preds = %if2
/external/deqp-deps/glslang/Test/baseResults/
Dspv.interpOps.frag.out16 Name 24 "if2"
23 Decorate 24(if2) Location 1
45 24(if2): 23(ptr) Variable Input
67 25: 22(fvec2) ExtInst 1(GLSL.std.450) 76(InterpolateAtCentroid) 24(if2)
93 55: 22(fvec2) ExtInst 1(GLSL.std.450) 77(InterpolateAtSample) 24(if2) 54
121 80: 22(fvec2) ExtInst 1(GLSL.std.450) 78(InterpolateAtOffset) 24(if2) 79
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dspv.interpOps.frag.out16 Name 24 "if2"
23 Decorate 24(if2) Location 1
45 24(if2): 23(ptr) Variable Input
67 25: 22(fvec2) ExtInst 1(GLSL.std.450) 76(InterpolateAtCentroid) 24(if2)
93 55: 22(fvec2) ExtInst 1(GLSL.std.450) 77(InterpolateAtSample) 24(if2) 54
121 80: 22(fvec2) ExtInst 1(GLSL.std.450) 78(InterpolateAtOffset) 24(if2) 79
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dphi-select-constant.ll85 ; CHECK: if2:
96 br i1 %cond2, label %if2, label %else
98 if2:
102 %phi = phi <2 x i1> [ %x, %if2 ], [ <i1 0, i1 1>, %entry ], [ <i1 1, i1 0>, %if1 ]
/external/llvm-project/llvm/test/CodeGen/ARM/
Difcvt-size.mir76 if2.then:
78 if2.else:
378 t2Bcc %bb.3.if2.then, 1, killed $cpsr
379 t2B %bb.4.if2.else, 14, $noreg
387 t2Bcc %bb.3.if2.then, 1, killed $cpsr
388 t2B %bb.4.if2.else, 14, $noreg
390 bb.3.if2.then:
396 bb.4.if2.else:
/external/llvm-project/llvm/test/Transforms/Inline/
Dcgscc-update.ll109 br i1 %b, label %then1, label %if2
113 br label %if2
115 if2:
/external/scapy/scapy/
Dsendrecv.py775 def bridge_and_sniff(if1, if2, xfrm12=None, xfrm21=None, prn=None, L2socket=None, argument
808 sckt2, if2 = _init_socket(if2, 2)
809 peers = {if1: sckt2, if2: sckt1}
814 xfrms[if2] = xfrm21
850 return sniff(opened_socket={sckt1: if1, sckt2: if2}, prn=prn,
/external/llvm-project/llvm/test/CodeGen/Thumb/
Dragreedy-implicit-def.ll84 br i1 %cmp2, label %if2, label %end
86 if2:
/external/llvm-project/llvm/test/Analysis/PhiValues/
Dbasic.ll44 br i1 undef, label %if2, label %else2
46 if2:
57 %phi2 = phi i32 [ %phi1, %if2 ], [ 2, %else2 ]
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/ARM/
Dsink-addrmode.ll238 br i1 %cmp2, label %if2.then, label %if2.end
240 if2.then:
242 br label %if2.end
244 if2.end:
/external/llvm-project/llvm/test/Transforms/GVN/
Dcondprop.ll360 br i1 %cmp, label %loop.end, label %if2
362 if2:
366 %phi3 = phi i32* [ %gep2, %then ], [ %ptr1, %if2 ]
/external/llvm-project/llvm/test/Transforms/LoopUnroll/
Dpeel-loop-conditions.ll113 ; CHECK: if2.peel:
136 ; CHECK: if2.peel6:
159 ; CHECK: if2.peel17:
182 ; CHECK: if2.peel28:
209 ; CHECK: if2:
233 br label %if2
237 br label %if2
239 if2:
/external/llvm-project/llvm/test/Transforms/LICM/
Dhoist-phi.ll1396 br i1 undef, label %if2, label %loop.backedge
1398 if2:
1450 br i1 undef, label %if2, label %loop.backedge
1452 if2:
1499 br label %if2
1504 br i1 undef, label %if2, label %loop.backedge
1506 if2:
/external/llvm-project/mlir/test/Conversion/SCFToStandard/
Dconvert-to-cfg.mlir561 // CHECK: %{{.*}} = "test.if2"() : () -> index
576 %1 = "test.if2"() : () -> index
/external/llvm-project/llvm/test/Transforms/LoopVectorize/
Dif-pred-stores.ll30 ; UNROLL: pred.store.if2:
80 ; UNROLL-NOSIMPLIFY: pred.store.if2:
477 ; VEC: pred.store.if2:
Dpr45679-fold-tail-by-masking.ll95 ; VF2UF2: pred.store.if2: