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

  /external/clang/test/Sema/
scope-check.c 118 goto L12;
121 L12:
  /external/llvm/test/MC/MachO/
x86_32-symbols.s 40 L12:
    [all...]
x86_64-symbols.s 40 L12:
  /external/swiftshader/third_party/LLVM/test/MC/MachO/
x86_32-symbols.s 40 L12:
x86_64-symbols.s 40 L12:
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/
x86_32-symbols.s 40 L12:
    [all...]
x86_64-symbols.s 40 L12:
  /external/u-boot/arch/x86/include/asm/arch-braswell/
gpio.h 43 L12,
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmiEntry.S 129 jz L12
131 L12: # as cr4.PGE is not set here, refresh cr3
  /device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
udivmoddi4.S 52 bne L12
115 L12:
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/
SmiEntry.S 129 jz L12
131 L12: # as cr4.PGE is not set here, refresh cr3
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 577 // LHS might be of the form L11 & L12 == X, X == L21 & L22,
578 // and L11 & L12 == L21 & L22. The same goes for RHS.
584 Value *L11,*L12,*L21,*L22;
585 if (match(L1, m_And(m_Value(L11), m_Value(L12)))) {
590 if (!match(L2, m_And(m_Value(L11), m_Value(L12))))
601 if (R11 != 0 && (R11 == L11 || R11 == L12 || R11 == L21 || R11 == L22)) {
605 if (R12 != 0 && (R12 == L11 || R12 == L12 || R12 == L21 || R12 == L22)) {
610 if (R11 != 0 && (R11 == L11 || R11 == L12 || R11 == L21 || R11 == L22)) {
614 if (R12 != 0 && (R12 == L11 || R12 == L12 || R12 == L21 || R12 == L22)) {
624 B = L12; C = L2
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 588 // LHS might be of the form L11 & L12 == X, X == L21 & L22,
589 // and L11 & L12 == L21 & L22. The same goes for RHS.
595 Value *L11,*L12,*L21,*L22;
597 if (decomposeBitTestICmp(LHS, LHSCC, L11, L12, L2)) {
603 L11 = L12 = nullptr;
604 } else if (!match(L1, m_And(m_Value(L11), m_Value(L12)))) {
608 L12 = Constant::getAllOnesValue(L1->getType());
629 if (R11 == L11 || R11 == L12 || R11 == L21 || R11 == L22) {
631 } else if (R12 == L11 || R12 == L12 || R12 == L21 || R12 == L22) {
645 if (R11 == L11 || R11 == L12 || R11 == L21 || R11 == L22)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 325 // LHS might be of the form L11 & L12 == X, X == L21 & L22,
326 // and L11 & L12 == L21 & L22. The same goes for RHS.
332 Value *L11, *L12, *L21, *L22;
334 if (decomposeBitTestICmp(L1, L2, PredL, L11, L12, L2)) {
338 if (!match(L1, m_And(m_Value(L11), m_Value(L12)))) {
342 L12 = Constant::getAllOnesValue(L1->getType());
360 if (R11 == L11 || R11 == L12 || R11 == L21 || R11 == L22) {
363 } else if (R12 == L11 || R12 == L12 || R12 == L21 || R12 == L22) {
380 if (R11 == L11 || R11 == L12 || R11 == L21 || R11 == L22) {
385 } else if (R12 == L11 || R12 == L12 || R12 == L21 || R12 == L22)
    [all...]

Completed in 625 milliseconds