/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMBlockPlacement.cpp | 72 static MachineInstr *findWLS(MachineLoop *ML) { in findWLS() 90 bool ARMBlockPlacement::fixBackwardsWLS(MachineLoop *ML) { in fixBackwardsWLS() 143 bool ARMBlockPlacement::processPostOrderLoops(MachineLoop *ML) { in processPostOrderLoops()
|
H A D | MVETPAndVPTOptimisationsPass.cpp | 106 static bool findLoopComponents(MachineLoop *ML, MachineRegisterInfo *MRI, in findLoopComponents() 223 bool MVETPAndVPTOptimisations::LowerWhileLoopStart(MachineLoop *ML) { in LowerWhileLoopStart() 312 bool MVETPAndVPTOptimisations::MergeLoopEnd(MachineLoop *ML) { in MergeLoopEnd() 419 bool MVETPAndVPTOptimisations::ConvertTailPredLoop(MachineLoop *ML, in ConvertTailPredLoop()
|
H A D | ARMLowOverheadLoops.cpp | 113 MachineLoop &ML; member in __anonf568b4ed0111::PostOrderLoopTraversal 119 PostOrderLoopTraversal(MachineLoop &ML, MachineLoopInfo &MLI) in PostOrderLoopTraversal() 362 MachineLoop &ML; member 1029 ARMBasicBlockUtils *BBUtils, MachineLoop &ML) { in Validate() 1192 bool ARMLowOverheadLoops::ProcessLoop(MachineLoop *ML) { in ProcessLoop()
|
/netbsd-src/games/tetris/ |
H A D | shapes.c | 49 #define ML -1 /* middle left */ macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86FixupBWInsts.cpp | 381 if (MachineLoop *ML = MLI->getLoopFor(&MBB)) in tryReplaceInstr() local
|
H A D | X86ISelLowering.cpp | 45600 reduceMaskedLoadToScalarLoad(MaskedLoadSDNode *ML, SelectionDAG &DAG, in reduceMaskedLoadToScalarLoad() 45641 combineMaskedLoadConstantMask(MaskedLoadSDNode *ML, SelectionDAG &DAG, in combineMaskedLoadConstantMask()
|
/netbsd-src/games/backgammon/common_source/ |
H A D | fancy.c | 65 static char *ML; /* row cursor movement map */ variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineLICM.cpp | 529 const MachineLoop *ML = MLI->getLoopFor(BB); in HoistRegionPostRA() local 719 const MachineLoop *ML = MLI->getLoopFor(BB); in HoistOutOfLoop() local
|
H A D | MachineCombiner.cpp | 551 const MachineLoop *ML = MLI->getLoopFor(MBB); in combineInstructions() local
|
H A D | BranchFolding.cpp | 412 if (MachineLoop *ML = MLI->getLoopFor(&CurMBB)) in SplitMBBAt() local 1049 MachineLoop *ML; in TailMergeBlocks() local
|
H A D | MachineSink.cpp | 773 MachineLoop *ML = LI->getLoopFor(MBB); in isProfitableToSinkTo() local
|
H A D | RDFGraph.cpp | 475 NodeAddr<NodeBase*> ML = getLastMember(G); in addMember() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenMux.cpp | 233 MuxInfoList ML; in genMuxInBlock() local
|
H A D | HexagonBitSimplify.cpp | 1636 BitTracker::RegisterRef ML, MH; in processBlock() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 563 NeedLift = llvm::any_of(MemLocs, [C, this](const MemoryLocation &ML) { in moveUp() 589 auto ML = MemoryLocation::get(C); in moveUp() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 237 MethodVFTableLocation ML = in getThisArgumentTypeForMethod() local 1400 MethodVFTableLocation ML = in getVirtualFunctionPrologueThisAdjustment() local 1448 MethodVFTableLocation ML = in adjustThisArgumentForVirtualFunctionCall() local 1930 MethodVFTableLocation ML = VFTContext.getMethodVFTableLocation(GD); in getVirtualFunctionPointer() local 2026 const MethodVFTableLocation &ML) { in EmitVirtualMemPtrThunk() 2866 MethodVFTableLocation ML = VTableContext.getMethodVFTableLocation(MD); in EmitMemberFunctionPointer() local
|
H A D | CGDebugInfo.cpp | 1721 MethodVFTableLocation ML = in CreateCXXMemberFunction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVNExpression.h | 298 void setMemoryLeader(const MemoryAccess *ML) { MemoryLeader = ML; } in setMemoryLeader()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | VarLocBasedImpl.cpp | 415 MachineLoc ML = GetLocForOp(Op); in VarLoc() local 647 return any_of(Locs, [](VarLoc::MachineLoc ML) { in containsSpillLocs()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 723 MethodVFTableLocation ML = in mangleMemberFunctionPointer() local 759 const CXXMethodDecl *MD, const MethodVFTableLocation &ML) { in mangleVirtualMemPtrThunk() 3447 const CXXMethodDecl *MD, const MethodVFTableLocation &ML, in mangleVirtualMemPtrThunk()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 1346 const SCEV *ML = SE->getMulExpr(SE->getMulExpr(ConstCoeff, UpperBound), in weakCrossingSIVtest() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 3026 if (ASTMutationListener *ML = Context.getASTMutationListener()) in CheckOMPThreadPrivateDecl() local 3126 if (ASTMutationListener *ML = S.Context.getASTMutationListener()) in applyOMPAllocateAttribute() local 20106 if (ASTMutationListener *ML = Context.getASTMutationListener()) in ActOnOpenMPDeclareTargetName() local 20199 if (ASTMutationListener *ML = Context.getASTMutationListener()) in checkDeclIsAllowedInOpenMPTarget() local
|
H A D | SemaExpr.cpp | 12969 MemberExpr *ML = dyn_cast<MemberExpr>(LHSExpr); in CheckIdentityFieldAssignment() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 4492 MemoryLocation ML; in visitMaskedLoad() local
|