Home
last modified time | relevance | path

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

12

/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()
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp102 Changed |= processLoop(ML); in runOnMachineFunction() local
146 processLoop(MachineLoop * ML) processLoop() argument
240 expandNormalLoops(MachineLoop * ML,MachineInstr * Start,MachineInstr * Dec) expandNormalLoops() argument
317 expandCTRLoops(MachineLoop * ML,MachineInstr * Start,MachineInstr * Dec) expandCTRLoops() argument
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DMoveAutoInit.cpp46 ML = MemoryLocation::getForDest(MI); in writeToAlloca() local
63 usersDominator(const MemoryLocation & ML,Instruction * I,DominatorTree & DT,MemorySSA & MSSA) usersDominator() argument
117 std::optional<MemoryLocation> ML = writeToAlloca(I); runMoveAutoInit() local
[all...]
/llvm-project/llvm/lib/Target/ARM/
H A DARMBlockPlacement.cpp76 static MachineInstr *findWLS(MachineLoop *ML) { in findWLS() argument
154 bool ARMBlockPlacement::fixBackwardsWLS(MachineLoop *ML) { in fixBackwardsWLS() argument
206 bool ARMBlockPlacement::processPostOrderLoops(MachineLoop *ML) { in processPostOrderLoops() argument
[all...]
H A DMVETPAndVPTOptimisationsPass.cpp111 findLoopComponents(MachineLoop * ML,MachineRegisterInfo * MRI,MachineInstr * & LoopStart,MachineInstr * & LoopPhi,MachineInstr * & LoopDec,MachineInstr * & LoopEnd) findLoopComponents() argument
228 LowerWhileLoopStart(MachineLoop * ML) LowerWhileLoopStart() argument
320 MergeLoopEnd(MachineLoop * ML) MergeLoopEnd() argument
438 ConvertTailPredLoop(MachineLoop * ML,MachineDominatorTree * DT) ConvertTailPredLoop() argument
[all...]
H A DARMLowOverheadLoops.cpp129 MachineLoop &ML; global() member in __anon464e30d50111::PostOrderLoopTraversal
135 PostOrderLoopTraversal(MachineLoop & ML,MachineLoopInfo & MLI) PostOrderLoopTraversal() argument
366 MachineLoop &ML; global() member
1068 __anon464e30d50d02(MachineInstr *Start, MachineInstr *End, ARMBasicBlockUtils *BBUtils, MachineLoop &ML) Validate() argument
1127 ValidateMVEStore(MachineInstr * MI,MachineLoop * ML) ValidateMVEStore() argument
1317 ProcessLoop(MachineLoop * ML) ProcessLoop() argument
[all...]
/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), weakCrossingSIVtest() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp230 MuxInfoList ML; genMuxInBlock() local
H A DHexagonBitSimplify.cpp1661 BitTracker::RegisterRef ML, MH; in processBlock() local
/llvm-project/llvm/lib/Target/X86/
H A DX86PreTileConfig.cpp137 auto *ML = MLI->getLoopFor(Header); isLoopBackEdge() local
/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp594 const MachineLoop *ML = MLI->getLoopFor(BB); HoistRegionPostRA() local
820 const MachineLoop *ML = MLI->getLoopFor(BB); HoistOutOfLoop() local
H A DMachineCombiner.cpp567 const MachineLoop *ML = MLI->getLoopFor(MBB); combineInstructions() local
H A DWindowScheduler.cpp103 WindowScheduler::WindowScheduler(MachineSchedContext *C, MachineLoop &ML) in WindowScheduler() argument
H A DBranchFolding.cpp417 if (MachineLoop *ML = MLI->getLoopFor(&CurMBB)) SplitMBBAt() local
1061 MachineLoop *ML; TailMergeBlocks() local
H A DRDFGraph.cpp469 if (ML.Id != 0) { in addMember() local
/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp265 MethodVFTableLocation ML = in getThisArgumentTypeForMethod() local
1450 MethodVFTableLocation ML = getVirtualFunctionPrologueThisAdjustment() local
1498 MethodVFTableLocation ML = adjustThisArgumentForVirtualFunctionCall() local
1968 MethodVFTableLocation ML = VFTContext.getMethodVFTableLocation(GD); getVirtualFunctionPointer() local
2067 EmitVirtualMemPtrThunk(const CXXMethodDecl * MD,const MethodVFTableLocation & ML) EmitVirtualMemPtrThunk() argument
2994 MethodVFTableLocation ML = VTableContext.getMethodVFTableLocation(MD); EmitMemberFunctionPointer() local
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp557 __anon735ba0f40702(const MemoryLocation &ML) moveUp() argument
583 auto ML = MemoryLocation::get(C); moveUp() local
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp430 MachineLoc ML = GetLocForOp(Op); VarLoc() local
666 __anon04e11a950202(VarLoc::MachineLoc ML) containsSpillLocs() argument
691 __anon04e11a950302(VarLoc::MachineLoc ML) containsWasmLocs() argument
[all...]
/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp809 MethodVFTableLocation ML = mangleMemberFunctionPointer() local
907 MethodVFTableLocation ML = mangleMemberFunctionPointerInClassNTTP() local
917 mangleVirtualMemPtrThunk(const CXXMethodDecl * MD,const MethodVFTableLocation & ML) mangleVirtualMemPtrThunk() argument
3781 mangleVirtualMemPtrThunk(const CXXMethodDecl * MD,const MethodVFTableLocation & ML,raw_ostream & Out) mangleVirtualMemPtrThunk() argument
[all...]
/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h298 void setMemoryLeader(const MemoryAccess *ML) { MemoryLeader = ML; } in setMemoryLeader() argument
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h730 setMemLifetime(orc::MemLifetime ML) setMemLifetime() argument
798 orc::MemLifetime ML = orc::MemLifetime::Standard; global() variable
/llvm-project/llvm/unittests/Analysis/
H A DMemorySSATest.cpp1584 MemoryLocation ML = MemoryLocation::get(SI); in TEST_F() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp2335 shouldFlushVmCnt(MachineLoop * ML,WaitcntBrackets & Brackets) shouldFlushVmCnt() argument
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4967 MemoryLocation ML = MemoryLocation::getAfter(PtrOperand, AAInfo); visitMaskedLoad() local
8275 MemoryLocation ML = MemoryLocation::getAfter(PtrOperand, AAInfo); visitVPLoad() local
8404 MemoryLocation ML = MemoryLocation::getAfter(PtrOperand, AAInfo); visitVPStridedLoad() local

12