Home
last modified time | relevance | path

Searched defs:ML (Results 1 – 25 of 117) sorted by relevance

12345

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp102 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 DARMBlockPlacement.cpp76 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 DMVETPAndVPTOptimisationsPass.cpp111 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 DARMLowOverheadLoops.cpp124 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 DWebAssemblySortRegion.cpp18 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/
Dmethodobject.h66 #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/
Dmethodobject.h66 #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/
Dmethodobject.h66 #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/
Dmethodobject.h66 #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/
Dmethodobject.h66 #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 Dlabel_output.py33 ML = '+' variable in AsciiCharset
50 ML = '├' variable in LineCharset
/aosp_15_r20/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp220 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 DARMLowOverheadLoops.cpp124 MachineLoop *ML = nullptr; member
581 bool ARMLowOverheadLoops::ProcessLoop(MachineLoop *ML) { in ProcessLoop()
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/random/
H A DL128X128MixRandom.java128 private static final long ML = 0xd605bbb58c8abbfdL; field in L128X128MixRandom
H A DL128X256MixRandom.java137 private static final long ML = 0xd605bbb58c8abbfdL; field in L128X256MixRandom
H A DL128X1024MixRandom.java138 private static final long ML = 0xd605bbb58c8abbfdL; field in L128X1024MixRandom
/aosp_15_r20/external/python/cpython2/Include/
Dmethodobject.h48 #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 DMachineLICM.cpp530 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 DMachineLICM.cpp456 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 DMemCpyOptimizer.cpp471 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 DX86FixupBWInsts.cpp289 if (MachineLoop *ML = MLI->getLoopFor(&MBB)) { in tryReplaceInstr() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineLICM.cpp541 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 DMemCpyOptimizer.cpp525 [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 DX86FixupBWInsts.cpp382 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 DWebAssemblyCFGSort.cpp92 const auto *ML = MLI.getLoopFor(MBB); in getRegionFor() local

12345