Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCCTRLoops.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-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblySortRegion.cpp18 const auto *ML = MLI.getLoopFor(MBB); in getRegionFor() local
52 MachineBasicBlock *SortRegionInfo::getBottom(const MachineLoop *ML) { in getBottom()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDMoveAutoInit.cpp46 MemoryLocation ML; in writeToAlloca() local
63 static BasicBlock *usersDominator(const MemoryLocation &ML, Instruction *I, in usersDominator()
117 std::optional<MemoryLocation> ML = writeToAlloca(I); in runMoveAutoInit() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMBlockPlacement.cpp76 static MachineInstr *findWLS(MachineLoop *ML) { in findWLS()
154 bool ARMBlockPlacement::fixBackwardsWLS(MachineLoop *ML) { in fixBackwardsWLS()
206 bool ARMBlockPlacement::processPostOrderLoops(MachineLoop *ML) { in processPostOrderLoops()
HDMVETPAndVPTOptimisationsPass.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()
HDARMLowOverheadLoops.cpp129 MachineLoop &ML; member in __anon0ef8887b0111::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-13-stable/usr.bin/tabs/
HDtabs.c82 const char *cr, *ct, *st, *ML; in main() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDInlineOrder.cpp25 enum class InlinePriorityMode : int { Size, Cost, CostBenefit, ML }; enumerator
HDDependenceAnalysis.cpp1431 const SCEV *ML = SE->getMulExpr(SE->getMulExpr(ConstCoeff, UpperBound), in weakCrossingSIVtest() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonGenMux.cpp230 MuxInfoList ML; in genMuxInBlock() local
HDHexagonBitSimplify.cpp1661 BitTracker::RegisterRef ML, MH; in processBlock() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86PreTileConfig.cpp137 auto *ML = MLI->getLoopFor(Header); in isLoopBackEdge() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineLICM.cpp594 const MachineLoop *ML = MLI->getLoopFor(BB); in HoistRegionPostRA() local
820 const MachineLoop *ML = MLI->getLoopFor(BB); in HoistOutOfLoop() local
HDMachineCombiner.cpp567 const MachineLoop *ML = MLI->getLoopFor(MBB); in combineInstructions() local
HDWindowScheduler.cpp103 WindowScheduler::WindowScheduler(MachineSchedContext *C, MachineLoop &ML) in WindowScheduler()
HDBranchFolding.cpp420 if (MachineLoop *ML = MLI->getLoopFor(&CurMBB)) in SplitMBBAt() local
1064 MachineLoop *ML; in TailMergeBlocks() local
HDRDFGraph.cpp469 Node ML = getLastMember(G); in addMember() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDMicrosoftCXXABI.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-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDMemCpyOptimizer.cpp558 NeedLift = llvm::any_of(MemLocs, [C, this](const MemoryLocation &ML) { in moveUp()
584 auto ML = MemoryLocation::get(C); in moveUp() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
HDVarLocBasedImpl.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-13-stable/contrib/llvm-project/clang/lib/AST/
HDMicrosoftMangle.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-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
HDGVNExpression.h298 void setMemoryLeader(const MemoryAccess *ML) { MemoryLeader = ML; } in setMemoryLeader()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
HDJITLink.h730 void setMemLifetime(orc::MemLifetime ML) { this->ML = ML; } in setMemLifetime()
798 orc::MemLifetime ML = orc::MemLifetime::Standard; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIInsertWaitcnts.cpp2337 bool SIInsertWaitcnts::shouldFlushVmCnt(MachineLoop *ML, in shouldFlushVmCnt()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.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