Home
last modified time | relevance | path

Searched refs:MDT (Results 51 – 75 of 110) sorted by relevance

12345

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp85 MachineDominatorTree *MDT = nullptr; member in __anon217a159d0111::HexagonOptAddrMode
789 MDT = &getAnalysis<MachineDominatorTree>(); in runOnMachineFunction()
792 DataFlowGraph G(MF, *HII, *HRI, *MDT, MDF, TOI); in runOnMachineFunction()
H A DRDFCopy.cpp81 MachineDomTreeNode *N = MDT.getNode(B); in scanBlock()
H A DHexagonExpandCondsets.cpp167 MachineDominatorTree *MDT; member in __anon9850b5cd0111::HexagonExpandCondsets
395 if (D != Dest && MDT->dominates(D, Dest)) in updateDeadsInRange()
1258 MDT = &getAnalysis<MachineDominatorTree>(); in runOnMachineFunction()
H A DHexagonConstExtenders.cpp383 MachineDominatorTree *MDT = nullptr; member
1496 DomB = MDT->findNearestCommonDominator(DomB, MBB); in calculatePlacement()
1508 assert(!DefI || MDT->dominates(DefI->getParent(), DomB)); in calculatePlacement()
1975 MDT = &getAnalysis<MachineDominatorTree>(); in runOnMachineFunction()
1996 return MDT->dominates(MA, MB); in runOnMachineFunction()
H A DHexagonFrameLowering.cpp409 MachineDominatorTree MDT; in findShrunkPrologEpilog() local
410 MDT.runOnMachineFunction(MF); in findShrunkPrologEpilog()
460 DomB = MDT.findNearestCommonDominator(DomB, SFBlocks[i]); in findShrunkPrologEpilog()
487 if (!MDT.dominates(DomB, PDomB)) { in findShrunkPrologEpilog()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp255 auto &MDT = getAnalysis<MachineDominatorTree>(); in placeBlockMarker() local
267 Header = Header ? MDT.findNearestCommonDominator(Header, Pred) : Pred; in placeBlockMarker()
468 auto &MDT = getAnalysis<MachineDominatorTree>(); in placeTryMarker() local
480 Header = Header ? MDT.findNearestCommonDominator(Header, Pred) : Pred; in placeTryMarker()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp159 MachineDominatorTree *MDT; member in __anone9b8e3ff0111::SIWholeQuadMode
773 if (MDT) in splitBlock()
774 MDT->getBase().applyUpdates(DTUpdates); in splitBlock()
1519 MDT = &getAnalysis<MachineDominatorTree>(); in runOnMachineFunction()
H A DAMDILCFGStructurizer.cpp138 MDT = &getAnalysis<MachineDominatorTree>(); in runOnMachineFunction()
139 LLVM_DEBUG(MDT->print(dbgs(), (const Module *)nullptr);); in runOnMachineFunction()
149 MachineDominatorTree *MDT; member in __anondfa30c510111::AMDGPUCFGStructurizer
H A DSIRegisterInfo.cpp2386 auto &MDT = LIS->getAnalysis<MachineDominatorTree>(); in findReachingDef() local
2417 MDT.dominates(LIS->getInstructionFromIndex(DefIdx), in findReachingDef()
2428 if (!Def || !MDT.dominates(Def, &Use)) in findReachingDef()
/netbsd/usr.sbin/bootp/bootpd/
H A DProblems51 Date: Mon, 16 Oct 95 10:16:29 MDT
/netbsd/external/gpl3/gdb/dist/sim/testsuite/d10v-elf/
H A DChangeLog44 Wed Sep 8 19:34:55 MDT 1999 Diego Novillo <dnovillo@cygnus.com>
/netbsd/external/gpl3/gdb.old/dist/sim/testsuite/d10v-elf/
H A DChangeLog44 Wed Sep 8 19:34:55 MDT 1999 Diego Novillo <dnovillo@cygnus.com>
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRDFGraph.h665 const MachineDominatorTree &getDT() const { return MDT; } in getDT()
869 const MachineDominatorTree &MDT; member
H A DAsmPrinter.h106 MachineDominatorTree *MDT = nullptr; variable
H A DMachinePipeliner.h65 const MachineDominatorTree *MDT = nullptr; variable
H A DMachineScheduler.h123 const MachineDominatorTree *MDT = nullptr; member
/netbsd/crypto/dist/ipsec-tools/src/racoon/doc/
H A DREADME.privsep2 Tue Mar 25 16:37:09 MDT 2008
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1237 if (MachineDominatorTree *MDT = in SplitCriticalEdge() local
1239 MDT->recordSplitCriticalEdge(this, Succ, NMBB); in SplitCriticalEdge()
H A DMachineCSE.cpp140 bool ProcessBlockPRE(MachineDominatorTree *MDT, MachineBasicBlock *MBB);
H A DRDFGraph.cpp654 : MF(mf), TII(tii), TRI(tri), PRI(tri, mf), MDT(mdt), MDF(mdf), TOI(toi), in DataFlowGraph()
1673 MachineDomTreeNode *N = MDT.getNode(BA.Addr->getCode()); in linkBlockRefs()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1242 MDT = getAnalysisIfAvailable<MachineDominatorTree>(); in emitFunctionBody()
1243 if (!MDT) { in emitFunctionBody()
1246 MDT = OwnedMDT.get(); in emitFunctionBody()
1253 OwnedMLI->getBase().analyze(MDT->getBase()); in emitFunctionBody()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp45 MachineDominatorTree *MDT, in CombinerHelper() argument
48 KB(KB), MDT(MDT), LI(LI) { in CombinerHelper()
648 if (MDT) in dominates()
649 return MDT->dominates(&DefMI, &UseMI); in dominates()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDiagnostic.cpp45 if (const MacroQualifiedType *MDT = dyn_cast<MacroQualifiedType>(Ty)) { in Desugar() local
46 QT = MDT->desugar(); in Desugar()
/netbsd/external/gpl2/texinfo/dist/doc/
H A Depsf.tex8 %%% time = "10:00:05 MDT",
/netbsd/external/bsd/mdocml/dist/
H A DTODO356 reported by deraadt@ Mon, 28 Sep 2015 20:14:13 -0600 (MDT)

12345