| /src/games/tetris/ |
| shapes.c | 49 #define ML -1 /* middle left */ 57 /* 1*/ { 1, 8, { TC, TR, ML, } }, 58 /* 2*/ { 2, 9, { ML, MR, BC, } }, 59 /* 3*/ { 3, 3, { TL, TC, ML, } }, 60 /* 4*/ { 4, 12, { ML, BL, MR, } }, 61 /* 5*/ { 5, 15, { ML, BR, MR, } }, 62 /* 6*/ { 6, 18, { ML, MR, 2 } }, /* sticks out */ 63 /* 7*/ { 7, 0, { TC, ML, BL, } }, 66 /*10*/ { 2, 11, { TC, ML, MR, } }, 67 /*11*/ { 2, 2, { TC, ML, BC, } } [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| WebAssemblySortRegion.cpp | 18 const auto *ML = MLI.getLoopFor(MBB); 20 if (!ML && !WE) 28 // WE->contains(ML->getHeader()), but not ML->contains(WE->getHeader()). 29 if ((ML && !WE) || (ML && WE && WE->contains(ML->getHeader()))) { 31 if (LoopMap.count(ML)) 32 return LoopMap[ML].get(); 33 LoopMap[ML] = std::make_unique<ConcreteSortRegion<MachineLoop>>(ML) [all...] |
| WebAssemblySortRegion.h | 83 MachineBasicBlock *getBottom(const MachineLoop *ML);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| ARMBlockPlacement.cpp | 41 bool fixBackwardsWLS(MachineLoop *ML); 42 bool processPostOrderLoops(MachineLoop *ML); 72 static MachineInstr *findWLS(MachineLoop *ML) { 73 MachineBasicBlock *Predecessor = ML->getLoopPredecessor(); 90 bool ARMBlockPlacement::fixBackwardsWLS(MachineLoop *ML) { 91 MachineInstr *WlsInstr = findWLS(ML); 143 bool ARMBlockPlacement::processPostOrderLoops(MachineLoop *ML) { 145 for (auto *InnerML : *ML) 147 return Changed | fixBackwardsWLS(ML); 166 for (auto *ML : *MLI [all...] |
| MVETPAndVPTOptimisationsPass.cpp | 67 bool LowerWhileLoopStart(MachineLoop *ML); 68 bool MergeLoopEnd(MachineLoop *ML); 69 bool ConvertTailPredLoop(MachineLoop *ML, MachineDominatorTree *DT); 103 // Given a loop ML, this attempts to find the t2LoopEnd, t2LoopDec and 106 static bool findLoopComponents(MachineLoop *ML, MachineRegisterInfo *MRI, 109 MachineBasicBlock *Header = ML->getHeader(); 110 MachineBasicBlock *Latch = ML->getLoopLatch(); 223 bool MVETPAndVPTOptimisations::LowerWhileLoopStart(MachineLoop *ML) { 225 << ML->getHeader()->getName() << "\n"); 228 if (!findLoopComponents(ML, MRI, LoopStart, LoopPhi, LoopDec, LoopEnd) [all...] |
| ARMLowOverheadLoops.cpp | 113 MachineLoop &ML; 119 PostOrderLoopTraversal(MachineLoop &ML, MachineLoopInfo &MLI) 120 : ML(ML), MLI(MLI) { } 136 if (!ML.contains(Succ)) 145 ML.getExitBlocks(ExitBlocks); 149 Search(ML.getHeader()); 159 if (auto *Preheader = ML.getLoopPreheader()) 161 else if (auto *Preheader = MLI.findLoopPreheader(&ML, true)) 362 MachineLoop &ML; [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| X86FixupBWInsts.cpp | 381 if (MachineLoop *ML = MLI->getLoopFor(&MBB)) 382 if (ML->begin() == ML->end() && !OptForSize)
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonGenMux.cpp | 233 MuxInfoList ML; 328 ML.push_back(MuxInfo(At, DR, PR, SrcT, SrcF, Def1, Def2)); 331 for (MuxInfo &MX : ML) {
|
| /src/crypto/external/apache2/openssl/dist/test/smime-certs/ |
| mksmime-certs.sh | 72 $OPENSSL genpkey -algorithm ML-DSA-44 -out sm_mldsa44.pem 73 gen sm_mldsa44.pem "/CN=Test SMIME EE ML-DSA-44" signer_cert >>sm_mldsa44.pem
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| MicrosoftCXXABI.cpp | 237 MethodVFTableLocation ML = 245 if (ML.VBase || !ML.VFPtrOffset.isZero()) 634 const MethodVFTableLocation &ML); 1400 MethodVFTableLocation ML = 1402 CharUnits Adjustment = ML.VFPtrOffset; 1411 if (ML.VBase) { 1414 Adjustment += DerivedLayout.getVBaseClassOffset(ML.VBase); 1448 MethodVFTableLocation ML = 1451 CharUnits StaticOffset = ML.VFPtrOffset [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| MachineLICM.cpp | 529 const MachineLoop *ML = MLI->getLoopFor(BB); 530 if (ML && ML->getHeader()->isEHPad()) continue; 719 const MachineLoop *ML = MLI->getLoopFor(BB); 720 if (ML && ML->getHeader()->isEHPad())
|
| BranchFolding.cpp | 412 if (MachineLoop *ML = MLI->getLoopFor(&CurMBB)) 413 ML->addBasicBlockToLoop(NewMBB, MLI->getBase()); 1049 MachineLoop *ML; 1062 ML = MLI->getLoopFor(IBB); 1063 if (ML && IBB == ML->getHeader()) 1091 if (ML != MLI->getLoopFor(PBB))
|
| MachineCombiner.cpp | 551 const MachineLoop *ML = MLI->getLoopFor(MBB); 626 if (ML && TII->isThroughputPattern(P))
|
| MachineSink.cpp | 773 MachineLoop *ML = LI->getLoopFor(MBB); 777 if (!ML) 823 if (LI->getLoopFor(DefMI->getParent()) != ML ||
|
| RDFGraph.cpp | 475 NodeAddr<NodeBase*> ML = getLastMember(G); 476 if (ML.Id != 0) { 477 ML.Addr->append(NA);
|
| /src/games/backgammon/common_source/ |
| fancy.c | 65 static char *ML; /* row cursor movement map */ 83 static char **tstr[] = {&BC, &CD, &CE, &CL, &CM, &HO, &MC, &ML, &ND, &UP};
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/ |
| GVNExpression.h | 298 void setMemoryLeader(const MemoryAccess *ML) { MemoryLeader = ML; }
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| Mangle.h | 230 const MethodVFTableLocation &ML,
|
| /src/external/gpl3/gcc/dist/gcc/config/nios2/ |
| nios2-ldstwm.sml | 21 This is a Standard ML program. There are multiple Standard ML
|
| /src/external/gpl3/gcc.old/dist/gcc/config/nios2/ |
| nios2-ldstwm.sml | 21 This is a Standard ML program. There are multiple Standard ML
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| MemCpyOptimizer.cpp | 563 NeedLift = llvm::any_of(MemLocs, [C, this](const MemoryLocation &ML) { 564 return isModOrRefSet(AA->getModRefInfo(C, ML)); 589 auto ML = MemoryLocation::get(C); 590 if (isModOrRefSet(AA->getModRefInfo(P, ML))) 593 MemLocs.push_back(ML);
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| MicrosoftMangle.cpp | 142 const MethodVFTableLocation &ML, 358 const MethodVFTableLocation &ML); 723 MethodVFTableLocation ML = 725 mangleVirtualMemPtrThunk(MD, ML); 726 NVOffset = ML.VFPtrOffset.getQuantity(); 727 VBTableOffset = ML.VBTableIndex * 4; 728 if (ML.VBase) { 759 const CXXMethodDecl *MD, const MethodVFTableLocation &ML) { 763 uint64_t OffsetInVFTable = ML.Index * PointerWidth.getQuantity(); 3447 const CXXMethodDecl *MD, const MethodVFTableLocation &ML, [all...] |
| /src/external/gpl2/xcvs/dist/diff/ |
| libdiff.mak | 71 CPP_PROJ=/nologo /ML /W3 /GX /O2 /I "..\windows-NT" /I "..\lib" /D "_WINDOWS" /D "HAVE_TIME_H" /D "CLOSEDIR_VOID" /D "NDEBUG" /D "WIN32" /D "WANT_WIN_COMPILER_VERSION" /Fp"$(INTDIR)\libdiff.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/ |
| VarLocBasedImpl.cpp | 415 MachineLoc ML = GetLocForOp(Op); 416 auto It = find(Locs, ML); 418 Locs.push_back(ML); 421 // ML duplicates an element in Locs; replace references to Op 647 return any_of(Locs, [](VarLoc::MachineLoc ML) { 648 return ML.Kind == VarLoc::MachineLocKind::SpillLocKind;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| AMDILCFGStructurizer.cpp | 992 for (MachineLoop *ML : depth_first(It)) 993 NestedLoops.push_front(ML);
|