/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCCTRLoops.cpp | 102 for (auto *ML : MLI) { in runOnMachineFunction() local 143 bool PPCCTRLoops::processLoop(MachineLoop *ML) { in processLoop() 237 void PPCCTRLoops::expandNormalLoops(MachineLoop *ML, MachineInstr *Start, in expandNormalLoops() 314 void PPCCTRLoops::expandCTRLoops(MachineLoop *ML, MachineInstr *Start, in expandCTRLoops()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | ARMBlockPlacement.cpp | 76 static MachineInstr *findWLS(MachineLoop *ML) { in findWLS() 154 bool ARMBlockPlacement::fixBackwardsWLS(MachineLoop *ML) { in fixBackwardsWLS() 206 bool ARMBlockPlacement::processPostOrderLoops(MachineLoop *ML) { in processPostOrderLoops()
|
H A D | MVETPAndVPTOptimisationsPass.cpp | 111 static bool findLoopComponents(MachineLoop *ML, MachineRegisterInfo *MRI, in findLoopComponents() 228 bool MVETPAndVPTOptimisations::LowerWhileLoopStart(MachineLoop *ML) { in LowerWhileLoopStart() 320 bool MVETPAndVPTOptimisations::MergeLoopEnd(MachineLoop *ML) { in MergeLoopEnd() 438 bool MVETPAndVPTOptimisations::ConvertTailPredLoop(MachineLoop *ML, in ConvertTailPredLoop()
|
H A D | ARMLowOverheadLoops.cpp | 124 MachineLoop &ML; member in __anon200ceaa20111::PostOrderLoopTraversal 130 PostOrderLoopTraversal(MachineLoop &ML, MachineLoopInfo &MLI) in PostOrderLoopTraversal() 367 MachineLoop &ML; member 1086 ARMBasicBlockUtils *BBUtils, MachineLoop &ML) { in Validate() 1145 static bool ValidateMVEStore(MachineInstr *MI, MachineLoop *ML) { in ValidateMVEStore() 1335 bool ARMLowOverheadLoops::ProcessLoop(MachineLoop *ML) { in ProcessLoop()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblySortRegion.cpp | 18 const auto *ML = MLI.getLoopFor(MBB); in getRegionFor() local 52 MachineBasicBlock *SortRegionInfo::getBottom(const MachineLoop *ML) { in getBottom()
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | methodobject.h | 66 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) argument 73 #define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL) argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | methodobject.h | 66 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) argument 73 #define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL) argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | methodobject.h | 66 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) argument 73 #define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL) argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | methodobject.h | 66 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) argument 73 #define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL) argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | methodobject.h | 66 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) argument 73 #define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL) argument
|
/aosp_15_r20/external/pigweed/pw_bloat/py/pw_bloat/ |
H A D | label_output.py | 33 ML = '+' variable in AsciiCharset 50 ML = '├' variable in LineCharset
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMLowOverheadLoops.cpp | 124 MachineLoop *ML = nullptr; member 581 bool ARMLowOverheadLoops::ProcessLoop(MachineLoop *ML) { in ProcessLoop()
|
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/random/ |
H A D | L128X128MixRandom.java | 128 private static final long ML = 0xd605bbb58c8abbfdL; field in L128X128MixRandom
|
H A D | L128X256MixRandom.java | 137 private static final long ML = 0xd605bbb58c8abbfdL; field in L128X256MixRandom
|
H A D | L128X1024MixRandom.java | 138 private static final long ML = 0xd605bbb58c8abbfdL; field in L128X1024MixRandom
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | methodobject.h | 48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | MachineLICM.cpp | 530 const MachineLoop *ML = MLI->getLoopFor(BB); in HoistRegionPostRA() local 734 const MachineLoop *ML = MLI->getLoopFor(BB); in HoistOutOfLoop() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | MachineLICM.cpp | 456 const MachineLoop *ML = MLI->getLoopFor(BB); in HoistRegionPostRA() local 641 const MachineLoop *ML = MLI->getLoopFor(BB); in HoistOutOfLoop() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A 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
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86FixupBWInsts.cpp | 289 if (MachineLoop *ML = MLI->getLoopFor(&MBB)) { in tryReplaceInstr() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineLICM.cpp | 541 const MachineLoop *ML = MLI->getLoopFor(BB); in HoistRegionPostRA() local 725 const MachineLoop *ML = MLI->getLoopFor(BB); in HoistOutOfLoop() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 525 [C, &AA](const MemoryLocation &ML) { in moveUp() 548 auto ML = MemoryLocation::get(C); in moveUp() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86FixupBWInsts.cpp | 382 if (MachineLoop *ML = MLI->getLoopFor(&MBB)) in tryReplaceInstr() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyCFGSort.cpp | 92 const auto *ML = MLI.getLoopFor(MBB); in getRegionFor() local
|