Searched refs:ML (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGSort.cpp91 const auto *ML = MLI.getLoopFor(MBB); local
93 if (!ML && !WE)
100 // its header. So here we should use WE->contains(ML->getHeader()), but not
101 // ML->contains(WE->getHeader()).
102 if ((ML && !WE) || (ML && WE && WE->contains(ML->getHeader()))) {
104 if (LoopMap.count(ML))
105 return LoopMap[ML].get();
106 LoopMap[ML]
[all...]
/freebsd-13-stable/usr.bin/tabs/
H A Dtabs.c84 const char *cr, *ct, *st, *ML; local
151 ML = tgetstr("ML", &ap);
162 if (ML != NULL) {
164 putp(ML);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp81 MachineLoop &ML; member in class:__anon4030::PostOrderLoopTraversal
87 PostOrderLoopTraversal(MachineLoop &ML, MachineLoopInfo &MLI) argument
88 : ML(ML), MLI(MLI) { }
104 if (!ML.contains(Succ))
113 ML.getExitBlocks(ExitBlocks);
118 Search(ML.getHeader());
128 if (auto *Preheader = ML.getLoopPreheader())
130 else if (auto *Preheader = MLI.findLoopPreheader(&ML, true))
217 MachineLoop &ML; member in struct:__anon4030::LowOverheadLoop
239 LowOverheadLoop(MachineLoop &ML, MachineLoopInfo &MLI, ReachingDefAnalysis &RDA, const TargetRegisterInfo &TRI, const ARMBaseInstrInfo &TII) argument
1059 ProcessLoop(MachineLoop *ML) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp382 if (MachineLoop *ML = MLI->getLoopFor(&MBB))
383 if (ML->begin() == ML->end() && !OptForSize)
H A DX86ISelLowering.cpp[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp233 MuxInfoList ML; local
328 ML.push_back(MuxInfo(At, DR, PR, SrcT, SrcF, Def1, Def2));
331 for (MuxInfo &MX : ML) {
H A DHexagonBitSimplify.cpp1632 BitTracker::RegisterRef ML, MH;
1633 if (findMatch(TL, ML, AVB) && findMatch(TH, MH, AVB)) {
1637 .addReg(ML.Reg, 0, ML.Sub)
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp232 MethodVFTableLocation ML = variable
240 if (ML.VBase || !ML.VFPtrOffset.isZero())
629 const MethodVFTableLocation &ML);
1378 MethodVFTableLocation ML = local
1380 CharUnits Adjustment = ML.VFPtrOffset;
1389 if (ML.VBase) {
1392 Adjustment += DerivedLayout.getVBaseClassOffset(ML.VBase);
1426 MethodVFTableLocation ML = local
1429 CharUnits StaticOffset = ML
1906 MethodVFTableLocation ML = VFTContext.getMethodVFTableLocation(GD); local
2001 EmitVirtualMemPtrThunk(const CXXMethodDecl *MD, const MethodVFTableLocation &ML) argument
2842 MethodVFTableLocation ML = VTableContext.getMethodVFTableLocation(MD); local
[all...]
H A DCGDebugInfo.cpp1652 MethodVFTableLocation ML = local
1654 VIndex = ML.Index;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp541 const MachineLoop *ML = MLI->getLoopFor(BB); local
542 if (ML && ML->getHeader()->isEHPad()) continue;
731 const MachineLoop *ML = MLI->getLoopFor(BB); local
732 if (ML && ML->getHeader()->isEHPad())
H A DBranchFolding.cpp416 if (MachineLoop *ML = MLI->getLoopFor(&CurMBB))
417 ML->addBasicBlockToLoop(NewMBB, MLI->getBase());
1053 MachineLoop *ML; local
1066 ML = MLI->getLoopFor(IBB);
1067 if (ML && IBB == ML->getHeader())
1095 if (ML != MLI->getLoopFor(PBB))
H A DMachineCombiner.cpp516 const MachineLoop *ML = MLI->getLoopFor(MBB);
588 if (ML && TII->isThroughputPattern(P))
H A DRDFGraph.cpp475 NodeAddr<NodeBase*> ML = getLastMember(G); local
476 if (ML.Id != 0) {
477 ML.Addr->append(NA);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp448 NeedLift = llvm::any_of(MemLocs, [C, &AA](const MemoryLocation &ML) {
449 return isModOrRefSet(AA.getModRefInfo(C, ML));
474 auto ML = MemoryLocation::get(C); local
475 if (isModOrRefSet(AA.getModRefInfo(P, ML)))
478 MemLocs.push_back(ML);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h293 void setMemoryLeader(const MemoryAccess *ML) { MemoryLeader = ML; }
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h215 const MethodVFTableLocation &ML,
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp142 const MethodVFTableLocation &ML,
315 const MethodVFTableLocation &ML);
668 MethodVFTableLocation ML = local
670 mangleVirtualMemPtrThunk(MD, ML);
671 NVOffset = ML.VFPtrOffset.getQuantity();
672 VBTableOffset = ML.VBTableIndex * 4;
673 if (ML.VBase) {
704 const CXXMethodDecl *MD, const MethodVFTableLocation &ML) {
708 uint64_t OffsetInVFTable = ML.Index * PointerWidth.getQuantity();
3087 const CXXMethodDecl *MD, const MethodVFTableLocation &ML,
703 mangleVirtualMemPtrThunk( const CXXMethodDecl *MD, const MethodVFTableLocation &ML) argument
3086 mangleVirtualMemPtrThunk( const CXXMethodDecl *MD, const MethodVFTableLocation &ML, raw_ostream &Out) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp1017 for (MachineLoop *ML : depth_first(It))
1018 NestedLoops.push_front(ML);
H A DSIISelLowering.h436 Align getPrefLoopAlignment(MachineLoop *ML) const override;
H A DSIISelLowering.cpp11403 Align SITargetLowering::getPrefLoopAlignment(MachineLoop *ML) const {
11404 const Align PrefAlign = TargetLowering::getPrefLoopAlignment(ML);
11408 if (!ML || DisableLoopAlignment ||
11424 const MachineBasicBlock *Header = ML->getHeader();
11429 for (const MachineBasicBlock *MBB : ML->blocks()) {
11450 for (MachineLoop *P = ML->getParentLoop(); P; P = P->getParentLoop()) {
11458 MachineBasicBlock *Pre = ML->getLoopPreheader();
11459 MachineBasicBlock *Exit = ML->getExitBlock();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1344 const SCEV *ML = SE->getMulExpr(SE->getMulExpr(ConstCoeff, UpperBound), local
1346 LLVM_DEBUG(dbgs() << "\t ML = " << *ML << "\n");
1347 if (isKnownPredicate(CmpInst::ICMP_SGT, Delta, ML)) {
1353 if (isKnownPredicate(CmpInst::ICMP_EQ, Delta, ML)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h782 Align getPrefLoopAlignment(MachineLoop *ML) const override;
H A DPPCISelLowering.cpp15607 Align PPCTargetLowering::getPrefLoopAlignment(MachineLoop *ML) const {
15621 if (!ML)
15629 if (ML->getLoopDepth() > 1 && ML->getSubLoops().empty())
15638 for (auto I = ML->block_begin(), IE = ML->block_end(); I != IE; ++I)
15652 return TargetLowering::getPrefLoopAlignment(ML);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1706 virtual Align getPrefLoopAlignment(MachineLoop *ML = nullptr) const {
2975 /// We store the data as | ML | MS | L | S | each taking 4 bits.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2957 if (ASTMutationListener *ML = Context.getASTMutationListener())
2958 ML->DeclarationMarkedOpenMPThreadPrivate(VD);
3057 if (ASTMutationListener *ML = S.Context.getASTMutationListener())
3058 ML->DeclarationMarkedOpenMPAllocate(VD, A);
18464 if (ASTMutationListener *ML = Context.getASTMutationListener())
18465 ML->DeclarationMarkedOpenMPDeclareTarget(ND, A);
18556 if (ASTMutationListener *ML = Context.getASTMutationListener())
18557 ML->DeclarationMarkedOpenMPDeclareTarget(D, A);

Completed in 846 milliseconds

12