/external/llvm/test/CodeGen/Hexagon/ |
fusedandshift.ll | 11 %and1 = and i32 %shr1, 15 12 %conv2 = trunc i32 %and1 to i16
|
/external/llvm/test/CodeGen/Mips/ |
fcopysign.ll | 11 ; 32: and $[[AND1:[0-9]+]], ${{[0-9]+}}, $[[MSK1]] 15 ; 32: or $[[OR:[0-9]+]], $[[AND0]], $[[AND1]] 24 ; 64: and $[[AND1:[0-9]+]], ${{[0-9]+}}, $[[MSK1]] 27 ; 64: or $[[OR:[0-9]+]], $[[AND0]], $[[AND1]] 44 ; 32: and $[[AND1:[0-9]+]], ${{[0-9]+}}, $[[MSK1]] 48 ; 32: or $[[OR:[0-9]+]], $[[AND0]], $[[AND1]]
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-bitfield-extract.ll | 83 %and1 = and i64 %shr, 16777215 84 %or = or i64 %and, %and1 99 %and1 = and i32 %shr, 7 100 %or = or i32 %and, %and1 118 %and1 = and i32 %shr, 7 119 %or = or i32 %and, %and1 139 %and1 = and i32 %shr, 7 140 %or = or i32 %and, %and1 161 %and1 = and i64 %shr, 7 162 %or = or i64 %and, %and1 [all...] |
arm64-call-tailcalls.ll | 68 %and1 = and i32 %x, 2 69 %tobool2 = icmp eq i32 %and1, 0
|
/external/llvm/test/CodeGen/X86/ |
targetLoweringGeneric.ll | 26 %and1 = and i32 %add1, 1 27 %xor2 = xor i32 %and1, 1
|
combine-or.ll | 82 %and1 = and <4 x i32> %a, <i32 -1, i32 -1, i32 0, i32 0> 84 %or = or <4 x i32> %and1, %and2 94 %and1 = and <2 x i64> %a, <i64 -1, i64 0> 96 %or = or <2 x i64> %and1, %and2 107 %and1 = and <4 x i32> %a, <i32 0, i32 0, i32 -1, i32 -1> 109 %or = or <4 x i32> %and1, %and2 119 %and1 = and <2 x i64> %a, <i64 0, i64 -1> 121 %or = or <2 x i64> %and1, %and2 131 %and1 = and <4 x i32> %a, <i32 -1, i32 0, i32 0, i32 0> 133 %or = or <4 x i32> %and1, %and [all...] |
/external/llvm/test/CodeGen/ARM/ |
bfx.ll | 41 %and1 = lshr i32 %x, 16 42 %shr2 = and i32 %and1, 255
|
call-tc.ll | 116 %and1 = and i32 %x, 2 117 %tobool2 = icmp eq i32 %and1, 0
|
/external/llvm/test/Transforms/InstCombine/ |
bit-checks.ll | 275 %and1 = and i32 %argc2, %argc ; <i32> [#uses=1] 276 %tobool = icmp eq i32 %and1, %argc2 ; <i1> [#uses=1] 288 %and1 = and i32 %argc, %argc2 ; <i32> [#uses=1] 289 %tobool = icmp eq i32 %argc2, %and1 ; <i1> [#uses=1] 301 %and1 = and i32 %argc2, %argc ; <i32> [#uses=1] 302 %tobool = icmp eq i32 %argc2, %and1 ; <i1> [#uses=1] 317 %and1 = and i32 %argc, %bc ; <i32> [#uses=1] 318 %tobool = icmp eq i32 %and1, %bc ; <i1> [#uses=1] 333 %and1 = and i32 %bc, %argc ; <i32> [#uses=1] 334 %tobool = icmp eq i32 %and1, %bc ; <i1> [#uses=1 [all...] |
select.ll | 1038 %and1 = and i32 %x, -9 1039 %x.and1 = select i1 %cmp, i32 %x, i32 %and1 1040 ret i32 %x.and1 1048 %and1 = and i32 %x, -9 1049 %and1.x = select i1 %cmp, i32 %and1, i32 %x 1050 ret i32 %and1.x 1064 ; CHECK: select i1 %cmp, i64 %y, i64 %and1 1068 %and1 = and i64 %y, - [all...] |
/external/llvm/test/CodeGen/SystemZ/ |
and-02.ll | 209 %and1 = and i64 %a, -4294967296 212 %or = or i64 %and1, %ext 221 %and1 = and i64 %a, -4294967296 224 %or = or i64 %and1, %ext
|
and-03.ll | 129 %and1 = and i64 %and0, %val1 130 %and2 = and i64 %and1, %val2
|
asm-18.ll | 329 %and1 = and i32 %res1, 65535 330 %or1 = or i32 %and1, 305397760 348 %and1 = and i32 %res1, 65535 349 %or1 = or i32 %and1, 305397760 453 %and1 = and i32 %res1, 268500991 454 %res2 = call i32 asm "stepb $0, $1", "=h,h"(i32 %and1) 474 %and1 = and i32 %res1, 268500991 475 %res2 = call i32 asm "stepb $0, $1", "=r,r"(i32 %and1) 493 %and1 = and i32 %old, 14 496 "=h,r,r,0"(i32 %old, i32 %and1, i32 %and2 [all...] |
and-01.ll | 164 %and1 = and i32 %and0, %val1 165 %and2 = and i32 %and1, %val2
|
insert-06.ll | 174 %and1 = and i64 %a, 144115188075855872 176 %or = or i64 %and1, %and2
|
/external/llvm/test/Transforms/InstSimplify/ |
reassociate.ll | 12 define i32 @and1(i32 %x, i32 %y) { 13 ; CHECK-LABEL: @and1(
|
compare.ll | 599 define i1 @and1(i32 %X) { 600 ; CHECK-LABEL: @and1(
|
/external/llvm/test/Transforms/Reassociate/ |
xor_reassoc.ll | 27 %and1 = and i32 %x, 456 28 %xor2 = xor i32 %xor, %and1
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
SanitizersTest.java | 108 PolicyFactory and1 = restrictedLink.and(inline); local 123 and1.sanitize(inputHtml));
|
/external/llvm/test/Transforms/LoopVectorize/ |
if-conversion-edgemasks.ll | 46 %and1.i = and i32 %6, 7 47 %tobool2.i = icmp eq i32 %and1.i, 0 89 %and1.i.i = and i32 %shr.i, 7 90 %tobool2.i.i = icmp eq i32 %and1.i.i, 0
|
/external/clang/test/CodeGenCXX/ |
microsoft-abi-member-pointers.cpp | 236 // CHECK: %[[and1:.*]] = or i1 %[[and0]], %[[cmp2]] 237 // CHECK: ret i1 %[[and1]]
|
/external/llvm/lib/CodeGen/ |
IntrinsicLowering.cpp | 282 Value *LHS = Builder.CreateAnd(PartValue, MaskCst, "cppop.and1");
|
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | 667 SDValue And0 = N->getOperand(0), And1 = N->getOperand(1); 680 if (And1.getOpcode() != ISD::AND) 683 if (!(CN = dyn_cast<ConstantSDNode>(And1.getOperand(1))) || 691 SDValue Shl = And1.getOperand(0); [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineCompares.cpp | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.commons.el_1.0.0.v201004212143.jar | |