Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp102 for (auto *ML : MLI) { in runOnMachineFunction() local
146 bool PPCCTRLoops::processLoop(MachineLoop *ML) { in processLoop()
240 void PPCCTRLoops::expandNormalLoops(MachineLoop *ML, MachineInstr *Start, in expandNormalLoops()
317 void PPCCTRLoops::expandCTRLoops(MachineLoop *ML, MachineInstr *Start, in expandCTRLoops()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMoveAutoInit.cpp118 if (!ML) in runMoveAutoInit() local
47 MemoryLocation ML; writeToAlloca() local
64 usersDominator(const MemoryLocation & ML,Instruction * I,DominatorTree & DT,MemorySSA & MSSA) usersDominator() argument
[all...]
/freebsd/contrib/llvm-project/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.cpp129 MachineLoop &ML; member in __anona50655620111::PostOrderLoopTraversal
135 PostOrderLoopTraversal(MachineLoop &ML, MachineLoopInfo &MLI) in PostOrderLoopTraversal()
366 MachineLoop &ML; member
1068 ARMBasicBlockUtils *BBUtils, MachineLoop &ML) { in Validate()
1127 static bool ValidateMVEStore(MachineInstr *MI, MachineLoop *ML) { in ValidateMVEStore()
1317 bool ARMLowOverheadLoops::ProcessLoop(MachineLoop *ML) { in ProcessLoop()
/freebsd/usr.bin/tabs/
H A Dtabs.c81 const char *cr, *ct, *st, *ML; in main() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineOrder.cpp25 enum class InlinePriorityMode : int { Size, Cost, CostBenefit, ML }; enumerator
H A DDependenceAnalysis.cpp1431 const SCEV *ML = SE->getMulExpr(SE->getMulExpr(ConstCoeff, UpperBound), in weakCrossingSIVtest() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp230 MuxInfoList ML; in genMuxInBlock() local
H A DHexagonBitSimplify.cpp1661 BitTracker::RegisterRef ML, MH; in processBlock() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PreTileConfig.cpp137 auto *ML = MLI->getLoopFor(Header); in isLoopBackEdge() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp594 const MachineLoop *ML = MLI->getLoopFor(BB); in HoistRegionPostRA() local
820 const MachineLoop *ML = MLI->getLoopFor(BB); in HoistOutOfLoop() local
H A DWindowScheduler.cpp103 WindowScheduler::WindowScheduler(MachineSchedContext *C, MachineLoop &ML) in WindowScheduler()
H A DMachineCombiner.cpp567 const MachineLoop *ML = MLI->getLoopFor(MBB); in combineInstructions() local
H A DBranchFolding.cpp420 if (MachineLoop *ML = MLI->getLoopFor(&CurMBB)) in SplitMBBAt() local
1064 MachineLoop *ML; in TailMergeBlocks() local
H A DRDFGraph.cpp469 Node ML = getLastMember(G); in addMember() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp265 MethodVFTableLocation ML = in getThisArgumentTypeForMethod() local
1450 MethodVFTableLocation ML = in getVirtualFunctionPrologueThisAdjustment() local
1498 MethodVFTableLocation ML = in adjustThisArgumentForVirtualFunctionCall() local
1968 MethodVFTableLocation ML = VFTContext.getMethodVFTableLocation(GD); in getVirtualFunctionPointer() local
2067 const MethodVFTableLocation &ML) { in EmitVirtualMemPtrThunk()
2994 MethodVFTableLocation ML = VTableContext.getMethodVFTableLocation(MD); in EmitMemberFunctionPointer() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp558 NeedLift = llvm::any_of(MemLocs, [C, this](const MemoryLocation &ML) { in moveUp()
584 auto ML = MemoryLocation::get(C); in moveUp() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp430 MachineLoc ML = GetLocForOp(Op); in VarLoc() local
666 return any_of(Locs, [](VarLoc::MachineLoc ML) { in containsSpillLocs()
691 return any_of(Locs, [](VarLoc::MachineLoc ML) { in containsWasmLocs()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp809 MethodVFTableLocation ML = in mangleMemberFunctionPointer() local
907 MethodVFTableLocation ML = in mangleMemberFunctionPointerInClassNTTP() local
917 const CXXMethodDecl *MD, const MethodVFTableLocation &ML) { in mangleVirtualMemPtrThunk()
3782 const CXXMethodDecl *MD, const MethodVFTableLocation &ML, in mangleVirtualMemPtrThunk()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h298 void setMemoryLeader(const MemoryAccess *ML) { MemoryLeader = ML; } in setMemoryLeader()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h730 void setMemLifetime(orc::MemLifetime ML) { this->ML = ML; } in setMemLifetime()
798 orc::MemLifetime ML = orc::MemLifetime::Standard; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp2337 bool SIInsertWaitcnts::shouldFlushVmCnt(MachineLoop *ML, in shouldFlushVmCnt()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4969 MemoryLocation ML = MemoryLocation::getAfter(PtrOperand, AAInfo); in visitMaskedLoad() local
8291 MemoryLocation ML = MemoryLocation::getAfter(PtrOperand, AAInfo); in visitVPLoad() local
8420 MemoryLocation ML = MemoryLocation::getAfter(PtrOperand, AAInfo); in visitVPStridedLoad() local

12