Home
last modified time | relevance | path

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

12

/external/llvm-project/flang/test/Semantics/
Dresolve77.f9012 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/
Dwarn-bad-function-cast.c5 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/
Dwarn-bad-function-cast.c5 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/
Dspv.interpOps.frag3 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/
Dspv.interpOps.frag3 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/
Dtail-merge-identical.ll16 br label %if1
18 if1: ; predfs = %entry
21 else1: ; preds = %if1
25 if2: ; preds = %if1
/external/deqp-deps/glslang/Test/baseResults/
Dspv.interpOps.frag.out15 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/
Dspv.interpOps.frag.out15 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/
Ddivergent-branch-uniform-condition.ll63 ; 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 ]
Dselect-opt.ll148 br i1 %cmp1, label %if1, label %endif
150 if1:
155 %tmp0 = phi i1 [ true, %entry ], [ %cmp2, %if1 ], [ false, %if0 ]
Dsgpr-copy.ll273 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 ]
Dsmrd.ll700 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/
Dphi-select-constant.ll82 ; 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/
Dsink-addrmode.ll223 ; 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/
Dsendrecv.py775 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/
Dbasic.ll31 br i1 undef, label %if1, label %else1
33 if1:
43 %phi1 = phi i32 [ 0, %if1 ], [ 1, %else1 ]
/external/llvm-project/llvm/test/Transforms/GVN/
Dcondprop.ll343 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/
Dhoist-phi.ll851 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/
Dsgpr-copy.ll278 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/
Dmemdep-fold-tail.ll44 ; CHECK: pred.store.if1:
Dreduction-inloop-pred.ll28 ; 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 …]
Dpr45679-fold-tail-by-masking.ll33 ; CHECK: pred.store.if1:
Doptsize.ll250 ; CHECK: pred.store.if1:
/external/llvm-project/llvm/test/Transforms/LoopVectorize/SystemZ/
Dpredicated-first-order-recurrence.ll37 ; CHECK: pred.load.if1:
/external/llvm-project/llvm/test/Transforms/LoopVectorize/X86/
Dconsecutive-ptr-uniforms.ll103 ; FORCE: pred.store.if1:

12