HomeSort by relevance Sort by last modified time
    Searched refs:DefMBB (Results 1 - 14 of 14) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineSink.cpp 91 MachineBasicBlock *DefMBB,
144 MachineBasicBlock *DefMBB,
180 UseInst->getOperand(I.getOperandNo()+1).getMBB() == DefMBB)) {
198 } else if (UseBlock == DefMBB) {
SplitKit.h 319 /// also dominated by DefMBB. Busy is measured by loop depth.
321 MachineBasicBlock *DefMBB);
SplitKit.cpp 652 MachineBasicBlock *DefMBB) {
653 if (MBB == DefMBB)
655 assert(MDT.dominates(DefMBB, MBB) && "MBB must be dominated by the def.");
658 const MachineLoop *DefLoop = Loops.getLoopFor(DefMBB);
659 MachineDomTreeNode *DefDomNode = MDT[DefMBB];
671 DEBUG(dbgs() << "Def in BB#" << DefMBB->getNumber() << " dominates BB#"
678 DEBUG(dbgs() << "Def in BB#" << DefMBB->getNumber() << " dominates BB#"
688 DEBUG(dbgs() << "Def in BB#" << DefMBB->getNumber() << " dominates BB#"
777 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(ParentVNI->def);
779 Dom.first = findShallowDominator(Dom.first, DefMBB);
    [all...]
  /external/llvm/lib/CodeGen/
MachineSink.cpp 130 MachineBasicBlock *DefMBB,
198 MachineBasicBlock *DefMBB,
229 UseInst->getOperand(OpNo+1).getMBB() == DefMBB)) {
246 } else if (UseBlock == DefMBB) {
SplitKit.cpp 694 MachineBasicBlock *DefMBB) {
695 if (MBB == DefMBB)
697 assert(MDT.dominates(DefMBB, MBB) && "MBB must be dominated by the def.");
700 const MachineLoop *DefLoop = Loops.getLoopFor(DefMBB);
701 MachineDomTreeNode *DefDomNode = MDT[DefMBB];
713 DEBUG(dbgs() << "Def in BB#" << DefMBB->getNumber() << " dominates BB#"
720 DEBUG(dbgs() << "Def in BB#" << DefMBB->getNumber() << " dominates BB#"
730 DEBUG(dbgs() << "Def in BB#" << DefMBB->getNumber() << " dominates BB#"
881 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(ParentVNI->def);
883 Dom.first = findShallowDominator(Dom.first, DefMBB);
    [all...]
SplitKit.h 354 /// also dominated by DefMBB. Busy is measured by loop depth.
356 MachineBasicBlock *DefMBB);
MachineTraceMetrics.cpp     [all...]
InlineSpiller.cpp 362 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(SrcVNI->def);
363 if (DefMBB != CopyMI.getParent() || !SrcQ.isKill())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineSink.cpp 162 MachineBasicBlock *DefMBB,
234 MachineBasicBlock *DefMBB,
265 UseInst->getOperand(OpNo+1).getMBB() == DefMBB)) {
282 } else if (UseBlock == DefMBB) {
    [all...]
SplitKit.h 379 /// also dominated by DefMBB. Busy is measured by loop depth.
381 MachineBasicBlock *DefMBB);
SplitKit.cpp 892 MachineBasicBlock *DefMBB) {
893 if (MBB == DefMBB)
895 assert(MDT.dominates(DefMBB, MBB) && "MBB must be dominated by the def.");
898 const MachineLoop *DefLoop = Loops.getLoopFor(DefMBB);
899 MachineDomTreeNode *DefDomNode = MDT[DefMBB];
    [all...]
MachineTraceMetrics.cpp     [all...]
InlineSpiller.cpp 380 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(SrcVNI->def);
381 if (DefMBB != CopyMI.getParent() || !SrcQ.isKill())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUMachineCFGStructurizer.cpp     [all...]

Completed in 843 milliseconds