| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblySortRegion.cpp | 18 const auto *ML = MLI.getLoopFor(MBB); in getRegionFor() local 20 if (!ML && !WE) in getRegionFor() 29 if ((ML && !WE) || (ML && WE && WE->contains(ML->getHeader()))) { in getRegionFor() 31 if (LoopMap.count(ML)) in getRegionFor() 32 return LoopMap[ML].get(); in getRegionFor() 33 LoopMap[ML] = std::make_unique<ConcreteSortRegion<MachineLoop>>(ML); in getRegionFor() 34 return LoopMap[ML].get(); in getRegionFor() 52 MachineBasicBlock *SortRegionInfo::getBottom(const MachineLoop *ML) { in getBottom() argument 53 MachineBasicBlock *Bottom = ML->getHeader(); in getBottom() 54 for (MachineBasicBlock *MBB : ML->blocks()) { in getBottom()
|
| H A D | WebAssemblySortRegion.h | 83 MachineBasicBlock *getBottom(const MachineLoop *ML);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBlockPlacement.cpp | 42 bool fixBackwardsWLS(MachineLoop *ML); 43 bool processPostOrderLoops(MachineLoop *ML); 73 static MachineInstr *findWLS(MachineLoop *ML) { in findWLS() argument 74 MachineBasicBlock *Predecessor = ML->getLoopPredecessor(); in findWLS() 91 bool ARMBlockPlacement::fixBackwardsWLS(MachineLoop *ML) { in fixBackwardsWLS() argument 92 MachineInstr *WlsInstr = findWLS(ML); in fixBackwardsWLS() 144 bool ARMBlockPlacement::processPostOrderLoops(MachineLoop *ML) { in processPostOrderLoops() argument 146 for (auto *InnerML : *ML) in processPostOrderLoops() 148 return Changed | fixBackwardsWLS(ML); in processPostOrderLoops() 167 for (auto *ML : *MLI) in runOnMachineFunction() [all …]
|
| H A D | MVETPAndVPTOptimisationsPass.cpp | 67 bool LowerWhileLoopStart(MachineLoop *ML); 68 bool MergeLoopEnd(MachineLoop *ML); 109 MachineBasicBlock *Header = ML->getHeader(); in findLoopComponents() 110 MachineBasicBlock *Latch = ML->getLoopLatch(); in findLoopComponents() 225 << ML->getHeader()->getName() << "\n"); in LowerWhileLoopStart() 329 auto *PreHeader = ML->getLoopPreheader(); in MergeLoopEnd() 333 for (MachineBasicBlock *MBB : ML->blocks()) { in MergeLoopEnd() 437 for (MachineBasicBlock *BB : ML->blocks()) in ConvertTailPredLoop() 1040 Modified |= LowerWhileLoopStart(ML); in runOnMachineFunction() 1041 Modified |= MergeLoopEnd(ML); in runOnMachineFunction() [all …]
|
| H A D | ARMLowOverheadLoops.cpp | 109 MachineLoop &ML; member in __anon88abca160111::PostOrderLoopTraversal 116 : ML(ML), MLI(MLI) { } in PostOrderLoopTraversal() 132 if (!ML.contains(Succ)) in ProcessLoop() 145 Search(ML.getHeader()); in ProcessLoop() 358 MachineLoop &ML; member 380 : ML(ML), MLI(MLI), RDA(RDA), TRI(TRI), TII(TII), in LowOverheadLoop() 989 ML.getExitBlocks(ExitBlocks); in ValidateLiveOuts() 1129 ML->getExitBlocks(Frontier); in ValidateMVEStore() 1262 for (auto ML : *MLI) { in runOnMachineFunction() 1263 if (ML->isOutermost()) in runOnMachineFunction() [all …]
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | polyml | 16 # Type: Poly/ML saved data 19 0 string POLYSAVE Poly/ML saved state 22 0 string POLYMODU Poly/ML saved module
|
| H A D | mathematica | 71 # GRR: Too weak; also matches other languages e.g. ML
|
| /freebsd-13.1/usr.bin/tabs/ |
| H A D | tabs.c | 84 const char *cr, *ct, *st, *ML; in main() local 151 ML = tgetstr("ML", &ap); in main() 162 if (ML != NULL) { in main() 164 putp(ML); in main()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/arm/stm32/ |
| H A D | st,mlahb.yaml | 7 title: STMicroelectronics STM32 ML-AHB interconnect bindings 14 These bindings describe the STM32 SoCs ML-AHB interconnect bus which connects
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FixupBWInsts.cpp | 399 if (MachineLoop *ML = MLI->getLoopFor(&MBB)) in tryReplaceInstr() local 400 if (ML->begin() == ML->end() && !OptForSize) in tryReplaceInstr()
|
| H A D | X86PreTileConfig.cpp | 130 auto *ML = MLI->getLoopFor(Header); in isLoopBackEdge() local 131 if (ML->contains(Bottom) && ML->isLoopLatch(Bottom)) in isLoopBackEdge()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenMux.cpp | 233 MuxInfoList ML; in genMuxInBlock() local 328 ML.push_back(MuxInfo(At, DR, PR, SrcT, SrcF, Def1, Def2)); in genMuxInBlock() 331 for (MuxInfo &MX : ML) { in genMuxInBlock()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 237 MethodVFTableLocation ML = in getThisArgumentTypeForMethod() local 245 if (ML.VBase || !ML.VFPtrOffset.isZero()) in getThisArgumentTypeForMethod() 1400 MethodVFTableLocation ML = in getVirtualFunctionPrologueThisAdjustment() local 1402 CharUnits Adjustment = ML.VFPtrOffset; in getVirtualFunctionPrologueThisAdjustment() 1411 if (ML.VBase) { in getVirtualFunctionPrologueThisAdjustment() 1448 MethodVFTableLocation ML = in adjustThisArgumentForVirtualFunctionCall() local 1451 CharUnits StaticOffset = ML.VFPtrOffset; in adjustThisArgumentForVirtualFunctionCall() 1460 if (ML.VBase) { in adjustThisArgumentForVirtualFunctionCall() 1476 if (ML.VBase) { in adjustThisArgumentForVirtualFunctionCall() 1936 ML.VBase ? ML.VBase : MethodDecl->getParent()), in getVirtualFunctionPointer() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineLICM.cpp | 529 const MachineLoop *ML = MLI->getLoopFor(BB); in HoistRegionPostRA() local 530 if (ML && ML->getHeader()->isEHPad()) continue; in HoistRegionPostRA() 719 const MachineLoop *ML = MLI->getLoopFor(BB); in HoistOutOfLoop() local 720 if (ML && ML->getHeader()->isEHPad()) in HoistOutOfLoop()
|
| H A D | BranchFolding.cpp | 412 if (MachineLoop *ML = MLI->getLoopFor(&CurMBB)) in SplitMBBAt() local 413 ML->addBasicBlockToLoop(NewMBB, MLI->getBase()); in SplitMBBAt() 1049 MachineLoop *ML; in TailMergeBlocks() local 1062 ML = MLI->getLoopFor(IBB); in TailMergeBlocks() 1063 if (ML && IBB == ML->getHeader()) in TailMergeBlocks() 1091 if (ML != MLI->getLoopFor(PBB)) in TailMergeBlocks()
|
| H A D | MachineCombiner.cpp | 551 const MachineLoop *ML = MLI->getLoopFor(MBB); in combineInstructions() local 626 if (ML && TII->isThroughputPattern(P)) in combineInstructions()
|
| H A D | MachineSink.cpp | 773 MachineLoop *ML = LI->getLoopFor(MBB); in isProfitableToSinkTo() local 777 if (!ML) in isProfitableToSinkTo() 823 if (LI->getLoopFor(DefMI->getParent()) != ML || in isProfitableToSinkTo()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | MicrosoftMangle.cpp | 142 const MethodVFTableLocation &ML, 358 const MethodVFTableLocation &ML); 723 MethodVFTableLocation ML = in mangleMemberFunctionPointer() local 725 mangleVirtualMemPtrThunk(MD, ML); in mangleMemberFunctionPointer() 726 NVOffset = ML.VFPtrOffset.getQuantity(); in mangleMemberFunctionPointer() 727 VBTableOffset = ML.VBTableIndex * 4; in mangleMemberFunctionPointer() 728 if (ML.VBase) { in mangleMemberFunctionPointer() 759 const CXXMethodDecl *MD, const MethodVFTableLocation &ML) { in mangleVirtualMemPtrThunk() argument 763 uint64_t OffsetInVFTable = ML.Index * PointerWidth.getQuantity(); in mangleVirtualMemPtrThunk() 3450 const CXXMethodDecl *MD, const MethodVFTableLocation &ML, in mangleVirtualMemPtrThunk() argument [all …]
|
| /freebsd-13.1/share/syscons/fonts/ |
| H A D | iso15-8x8.fnt | 44 ML&X````\9L!F'#`P&'C,_,!X`!@P>,S\P'@`>(1XS/S`>`#,`'C,_,!X`&`P
|
| H A D | iso-8x8.fnt | 44 ML&X````\9L!F'#`P&'C,_,!X`!@P>,S\P'@`>(1XS/S`>`#,`'C,_,!X`&`P
|
| H A D | cp1251-8x8.fnt | 44 M?ML````\9@QF/````&9N?G9F```89FY^=F8```!F;'AL9@```!XV9F9F````
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 572 NeedLift = llvm::any_of(MemLocs, [C, this](const MemoryLocation &ML) { in moveUp() argument 573 return isModOrRefSet(AA->getModRefInfo(C, ML)); in moveUp() 598 auto ML = MemoryLocation::get(C); in moveUp() local 599 if (isModOrRefSet(AA->getModRefInfo(P, ML))) in moveUp() 602 MemLocs.push_back(ML); in moveUp()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | GVNExpression.h | 298 void setMemoryLeader(const MemoryAccess *ML) { MemoryLeader = ML; } in setMemoryLeader() argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | VarLocBasedImpl.cpp | 415 MachineLoc ML = GetLocForOp(Op); in VarLoc() local 416 auto It = find(Locs, ML); in VarLoc() 418 Locs.push_back(ML); in VarLoc() 647 return any_of(Locs, [](VarLoc::MachineLoc ML) { in containsSpillLocs() argument 648 return ML.Kind == VarLoc::MachineLocKind::SpillLocKind; in containsSpillLocs()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Mangle.h | 235 const MethodVFTableLocation &ML,
|