HomeSort by relevance Sort by last modified time
    Searched refs:L22 (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
f.cpp 56 #define L22
  /external/llvm/test/MC/MachO/
x86_32-symbols.s 70 L22:
x86_64-symbols.s 70 L22:
  /external/mesa3d/src/gallium/auxiliary/gallivm/
f.cpp 56 #define L22
  /frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
band_nrg_v5.s 39 L22:
75 blt L22
  /external/valgrind/main/coregrind/
m_trampoline.S 354 beq- 7,.L22
359 beq- 7,.L22
363 beq- 7,.L22
368 blt- 7,.L22
376 .L22:
751 bcc .L22
759 .L22:
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 565 // LHS might be of the form L11 & L12 == X, X == L21 & L22,
566 // and L11 & L12 == L21 & L22. The same goes for RHS.
572 Value *L11,*L12,*L21,*L22;
575 L21 = L22 = L1 = nullptr;
590 L21 = L22 = nullptr;
591 } else if (!match(L2, m_And(m_Value(L21), m_Value(L22)))) {
593 L22 = Constant::getAllOnesValue(L2->getType());
606 if (R11 == L11 || R11 == L12 || R11 == L21 || R11 == L22) {
608 } else if (R12 == L11 || R12 == L12 || R12 == L21 || R12 == L22) {
622 if (R11 == L11 || R11 == L12 || R11 == L21 || R11 == L22) {
    [all...]

Completed in 1100 milliseconds