Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBlockPlacement.cpp72 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 DMVETPAndVPTOptimisationsPass.cpp106 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 DARMLowOverheadLoops.cpp113 MachineLoop &ML; member in __anon22742b030111::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/games/tetris/
H A Dshapes.c49 #define ML -1 /* middle left */ macro
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp381 if (MachineLoop *ML = MLI->getLoopFor(&MBB)) in tryReplaceInstr() local
H A DX86ISelLowering.cpp45600 reduceMaskedLoadToScalarLoad(MaskedLoadSDNode *ML, SelectionDAG &DAG, in reduceMaskedLoadToScalarLoad()
45641 combineMaskedLoadConstantMask(MaskedLoadSDNode *ML, SelectionDAG &DAG, in combineMaskedLoadConstantMask()
/netbsd/games/backgammon/common_source/
H A Dfancy.c65 char *ML; /* row cursor movement map */ variable
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineLICM.cpp529 const MachineLoop *ML = MLI->getLoopFor(BB); in HoistRegionPostRA() local
719 const MachineLoop *ML = MLI->getLoopFor(BB); in HoistOutOfLoop() local
H A DMachineCombiner.cpp551 const MachineLoop *ML = MLI->getLoopFor(MBB); in combineInstructions() local
H A DBranchFolding.cpp412 if (MachineLoop *ML = MLI->getLoopFor(&CurMBB)) in SplitMBBAt() local
1049 MachineLoop *ML; in TailMergeBlocks() local
H A DMachineSink.cpp773 MachineLoop *ML = LI->getLoopFor(MBB); in isProfitableToSinkTo() local
H A DRDFGraph.cpp475 NodeAddr<NodeBase*> ML = getLastMember(G); in addMember() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp233 MuxInfoList ML; in genMuxInBlock() local
H A DHexagonBitSimplify.cpp1636 BitTracker::RegisterRef ML, MH; in processBlock() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp563 NeedLift = llvm::any_of(MemLocs, [C, this](const MemoryLocation &ML) { in moveUp()
589 auto ML = MemoryLocation::get(C); in moveUp() local
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp237 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 DCGDebugInfo.cpp1721 MethodVFTableLocation ML = in CreateCXXMemberFunction() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h298 void setMemoryLeader(const MemoryAccess *ML) { MemoryLeader = ML; } in setMemoryLeader()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp415 MachineLoc ML = GetLocForOp(Op); in VarLoc() local
647 return any_of(Locs, [](VarLoc::MachineLoc ML) { in containsSpillLocs()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp723 MethodVFTableLocation ML = in mangleMemberFunctionPointer() local
759 const CXXMethodDecl *MD, const MethodVFTableLocation &ML) { in mangleVirtualMemPtrThunk()
3447 const CXXMethodDecl *MD, const MethodVFTableLocation &ML, in mangleVirtualMemPtrThunk()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1346 const SCEV *ML = SE->getMulExpr(SE->getMulExpr(ConstCoeff, UpperBound), in weakCrossingSIVtest() local
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp3026 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 DSemaExpr.cpp12969 MemberExpr *ML = dyn_cast<MemberExpr>(LHSExpr); in CheckIdentityFieldAssignment() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4492 MemoryLocation ML; in visitMaskedLoad() local