HomeSort by relevance Sort by last modified time
    Searched defs:ML (Results 1 - 25 of 25) sorted by null

  /external/llvm/lib/CodeGen/
MachineCombiner.cpp 361 const MachineLoop *ML = MLI->getLoopFor(MBB);
415 if (ML && TII->isThroughputPattern(P))
MachineLICM.cpp 456 const MachineLoop *ML = MLI->getLoopFor(BB);
457 if (ML && ML->getHeader()->isEHPad()) continue;
641 const MachineLoop *ML = MLI->getLoopFor(BB);
642 if (ML && ML->getHeader()->isEHPad())
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonGenMux.cpp 200 MuxInfoList ML;
289 ML.push_back(MuxInfo(At, DR, PR, SrcT, SrcF, Def1, Def2));
292 for (unsigned I = 0, N = ML.size(); I < N; ++I) {
293 MuxInfo &MX = ML[I];
RDFGraph.cpp 445 auto ML = getLastMember(G);
446 if (ML.Id != 0) {
447 ML.Addr->append(NA);
    [all...]
  /external/icu/icu4c/source/test/intltest/
itspoof.cpp 141 const uint32_t ML = 0;
149 CHECK_SKELETON(ML, "nochange", "nochange");
153 CHECK_SKELETON(ML, "OOPS", "OOPS");
154 CHECK_SKELETON(ML, "00PS", "OOPS");
162 // This mapping exists in the ML and MA tables, does not exist in SL, SA
163 // 0C83 ; 0983 ; ML
169 CHECK_SKELETON(ML, "\\u0C83", "\\u0983");
175 CHECK_SKELETON(ML, "\\u0391", "A");
179 CHECK_SKELETON(ML, "\\u13CF", "b");
188 CHECK_SKELETON(ML, "\\u0022", "\\u0027\\u0027")
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineLICM.cpp 479 const MachineLoop *ML = MLI->getLoopFor(BB);
480 if (ML && ML->getHeader()->isLandingPad()) continue;
619 const MachineLoop *ML = MLI->getLoopFor(BB);
620 if (ML && ML->getHeader()->isLandingPad()) return;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/
SpoofCheckerTest.java 390 int ML = 0;
399 checkSkeleton(sc, ML, "nochange", "nochange", testName);
403 checkSkeleton(sc, ML, "OOPS", "OOPS", testName);
404 checkSkeleton(sc, ML, "00PS", "OOPS", testName);
412 // 0C83 mapping existed in the ML and MA tables, did not exist in SL, SA (Original Unicode 7)
414 // 0C83 ; 0983 ; ML # KANNADA SIGN VISARGA to
417 checkSkeleton(sc, ML, "\\u0C83", "\\u0983", testName);
424 checkSkeleton(sc, ML, "\\u0391", "A", testName);
429 checkSkeleton(sc, ML, "\\u13CF", "b", testName);
438 checkSkeleton(sc, ML, "\"", "\\u0027\\u0027", testName)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
SpoofCheckerTest.java 389 int ML = 0;
398 checkSkeleton(sc, ML, "nochange", "nochange", testName);
402 checkSkeleton(sc, ML, "OOPS", "OOPS", testName);
403 checkSkeleton(sc, ML, "00PS", "OOPS", testName);
411 // 0C83 mapping existed in the ML and MA tables, did not exist in SL, SA (Original Unicode 7)
413 // 0C83 ; 0983 ; ML # KANNADA SIGN VISARGA to
416 checkSkeleton(sc, ML, "\\u0C83", "\\u0983", testName);
423 checkSkeleton(sc, ML, "\\u0391", "A", testName);
428 checkSkeleton(sc, ML, "\\u13CF", "b", testName);
437 checkSkeleton(sc, ML, "\"", "\\u0027\\u0027", testName)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 525 [C, &AA](const MemoryLocation &ML) {
526 return AA.getModRefInfo(C, ML);
548 auto ML = MemoryLocation::get(C);
549 if (AA.getModRefInfo(P, ML) != MRI_NoModRef)
552 MemLocs.push_back(ML);
    [all...]
  /external/cblas/testing/
c_cblat2.f 499 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK,
590 ML = N
593 ML = M
613 LY = ABS( INCY )*ML
624 CALL CMAKE( 'ge', ' ', ' ', 1, ML, Y, 1,
625 $ YY, ABS( INCY ), 0, ML - 1,
702 $ ML, YS, YY,
719 $ ML, YS, YY,
    [all...]
c_dblat2.f 490 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK,
581 ML = N
584 ML = M
604 LY = ABS( INCY )*ML
615 CALL DMAKE( 'ge', ' ', ' ', 1, ML, Y, 1,
616 $ YY, ABS( INCY ), 0, ML - 1,
692 $ ML, YS, YY,
709 $ ML, YS, YY,
    [all...]
c_sblat2.f 490 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK,
581 ML = N
584 ML = M
604 LY = ABS( INCY )*ML
615 CALL SMAKE( 'ge', ' ', ' ', 1, ML, Y, 1,
616 $ YY, ABS( INCY ), 0, ML - 1,
692 $ ML, YS, YY,
709 $ ML, YS, YY,
    [all...]
c_zblat2.f 500 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK,
591 ML = N
594 ML = M
614 LY = ABS( INCY )*ML
625 CALL ZMAKE( 'ge', ' ', ' ', 1, ML, Y, 1,
626 $ YY, ABS( INCY ), 0, ML - 1,
703 $ ML, YS, YY,
720 $ ML, YS, YY,
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 302 const MicrosoftVTableContext::MethodVFTableLocation &ML);
601 const MicrosoftVTableContext::MethodVFTableLocation &ML =
603 mangleVirtualMemPtrThunk(MD, ML);
604 NVOffset = ML.VFPtrOffset.getQuantity();
605 VBTableOffset = ML.VBTableIndex * 4;
606 if (ML.VBase) {
639 const MicrosoftVTableContext::MethodVFTableLocation &ML) {
643 uint64_t OffsetInVFTable = ML.Index * PointerWidth.getQuantity();
    [all...]
  /external/eigen/blas/testing/
cblat2.f 474 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK,
557 ML = N
560 ML = M
580 LY = ABS( INCY )*ML
591 CALL CMAKE( 'GE', ' ', ' ', 1, ML, Y, 1,
592 $ YY, ABS( INCY ), 0, ML - 1,
668 $ ML, YS, YY,
685 $ ML, YS, YY,
    [all...]
dblat2.f 464 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK,
547 ML = N
550 ML = M
570 LY = ABS( INCY )*ML
581 CALL DMAKE( 'GE', ' ', ' ', 1, ML, Y, 1,
582 $ YY, ABS( INCY ), 0, ML - 1,
658 $ ML, YS, YY,
675 $ ML, YS, YY,
    [all...]
sblat2.f 464 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK,
547 ML = N
550 ML = M
570 LY = ABS( INCY )*ML
581 CALL SMAKE( 'GE', ' ', ' ', 1, ML, Y, 1,
582 $ YY, ABS( INCY ), 0, ML - 1,
658 $ ML, YS, YY,
675 $ ML, YS, YY,
    [all...]
zblat2.f 476 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK,
559 ML = N
562 ML = M
582 LY = ABS( INCY )*ML
593 CALL ZMAKE( 'GE', ' ', ' ', 1, ML, Y, 1,
594 $ YY, ABS( INCY ), 0, ML - 1,
670 $ ML, YS, YY,
687 $ ML, YS, YY,
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
MicrosoftCXXABI.cpp 220 MicrosoftVTableContext::MethodVFTableLocation ML =
228 if (ML.VBase || !ML.VFPtrOffset.isZero())
611 const MicrosoftVTableContext::MethodVFTableLocation &ML);
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/
aws-java-sdk-route53-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 799 milliseconds