| /external/llvm-project/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblySortRegion.cpp | 18 const auto *ML = MLI.getLoopFor(MBB); in getRegionFor() local 52 MachineBasicBlock *SortRegionInfo::getBottom(const MachineLoop *ML) { in getBottom()
|
| /external/python/cpython3/Include/ |
| D | methodobject.h | 44 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) argument 49 #define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL) argument
|
| /external/pigweed/pw_bloat/py/pw_bloat/ |
| D | bloat_output.py | 46 ML = '+' variable in AsciiCharset 62 ML = '├' variable in LineCharset
|
| /external/llvm-project/llvm/lib/Target/ARM/ |
| D | MVEVPTOptimisationsPass.cpp | 97 static bool findLoopComponents(MachineLoop *ML, MachineRegisterInfo *MRI, in findLoopComponents() 162 bool MVEVPTOptimisations::RevertLoopWithCall(MachineLoop *ML) { in RevertLoopWithCall() 191 bool MVEVPTOptimisations::ConvertTailPredLoop(MachineLoop *ML, in ConvertTailPredLoop()
|
| D | ARMLowOverheadLoops.cpp | 113 MachineLoop &ML; member in __anone84e0e190111::PostOrderLoopTraversal 119 PostOrderLoopTraversal(MachineLoop &ML, MachineLoopInfo &MLI) in PostOrderLoopTraversal() 355 MachineLoop &ML; member 1025 ARMBasicBlockUtils *BBUtils, MachineLoop &ML) { in Validate() 1221 bool ARMLowOverheadLoops::ProcessLoop(MachineLoop *ML) { in ProcessLoop()
|
| /external/python/cpython2/Include/ |
| D | methodobject.h | 48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) argument
|
| /external/llvm/lib/Target/X86/ |
| D | X86FixupBWInsts.cpp | 289 if (MachineLoop *ML = MLI->getLoopFor(&MBB)) { in tryReplaceInstr() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86FixupBWInsts.cpp | 382 if (MachineLoop *ML = MLI->getLoopFor(&MBB)) in tryReplaceInstr() local
|
| /external/llvm-project/llvm/lib/Target/X86/ |
| D | X86FixupBWInsts.cpp | 381 if (MachineLoop *ML = MLI->getLoopFor(&MBB)) in tryReplaceInstr() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyCFGSort.cpp | 92 const auto *ML = MLI.getLoopFor(MBB); in getRegionFor() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| D | ARMLowOverheadLoops.cpp | 124 MachineLoop *ML = nullptr; member 581 bool ARMLowOverheadLoops::ProcessLoop(MachineLoop *ML) { in ProcessLoop()
|
| /external/llvm/lib/CodeGen/ |
| D | MachineCombiner.cpp | 361 const MachineLoop *ML = MLI->getLoopFor(MBB); in combineInstructions() local
|
| D | MachineLICM.cpp | 456 const MachineLoop *ML = MLI->getLoopFor(BB); in HoistRegionPostRA() local 641 const MachineLoop *ML = MLI->getLoopFor(BB); in HoistOutOfLoop() local
|
| D | BranchFolding.cpp | 464 if (MachineLoop *ML = MLI->getLoopFor(&CurMBB)) in SplitMBBAt() local 1025 if (MachineLoop *ML = MLI->getLoopFor(IBB)) in TailMergeBlocks() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | MemCpyOptimizer.cpp | 471 NeedLift = llvm::any_of(MemLocs, [C, &AA](const MemoryLocation &ML) { in moveUp() 497 auto ML = MemoryLocation::get(C); in moveUp() local
|
| /external/llvm/lib/Target/Hexagon/ |
| D | HexagonGenMux.cpp | 200 MuxInfoList ML; in genMuxInBlock() local
|
| /external/llvm-project/llvm/lib/CodeGen/ |
| D | MachineLICM.cpp | 540 const MachineLoop *ML = MLI->getLoopFor(BB); in HoistRegionPostRA() local 730 const MachineLoop *ML = MLI->getLoopFor(BB); in HoistOutOfLoop() local
|
| D | MachineCombiner.cpp | 516 const MachineLoop *ML = MLI->getLoopFor(MBB); in combineInstructions() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | MachineLICM.cpp | 541 const MachineLoop *ML = MLI->getLoopFor(BB); in HoistRegionPostRA() local 725 const MachineLoop *ML = MLI->getLoopFor(BB); in HoistOutOfLoop() local
|
| D | MachineCombiner.cpp | 512 const MachineLoop *ML = MLI->getLoopFor(MBB); in combineInstructions() local
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | MemCpyOptimizer.cpp | 525 [C, &AA](const MemoryLocation &ML) { in moveUp() 548 auto ML = MemoryLocation::get(C); in moveUp() local
|
| /external/clang/lib/CodeGen/ |
| D | MicrosoftCXXABI.cpp | 220 MicrosoftVTableContext::MethodVFTableLocation ML = in getThisArgumentTypeForMethod() local 1276 MicrosoftVTableContext::MethodVFTableLocation ML = in getVirtualFunctionPrologueThisAdjustment() local 1325 MicrosoftVTableContext::MethodVFTableLocation ML = in adjustThisArgumentForVirtualFunctionCall() local 1790 MicrosoftVTableContext::MethodVFTableLocation &ML) { in getClassAtVTableLocation() 1813 MicrosoftVTableContext::MethodVFTableLocation ML = in getVirtualFunctionPointer() local 1887 const MicrosoftVTableContext::MethodVFTableLocation &ML) { in EmitVirtualMemPtrThunk() 2695 MicrosoftVTableContext::MethodVFTableLocation ML = in EmitMemberFunctionPointer() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonGenMux.cpp | 233 MuxInfoList ML; in genMuxInBlock() local
|
| /external/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonGenMux.cpp | 233 MuxInfoList ML; in genMuxInBlock() local
|
| /external/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | MemCpyOptimizer.cpp | 555 NeedLift = llvm::any_of(MemLocs, [C, this](const MemoryLocation &ML) { in moveUp() 581 auto ML = MemoryLocation::get(C); in moveUp() local
|