Home
last modified time | relevance | path

Searched refs:isCtrl (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDResourcePriorityQueue.cpp74 if (I->isCtrl()) in numberRCValPredInSU()
112 if (I->isCtrl()) in numberRCValSuccInSU()
149 if (I->isCtrl()) in numberCtrlDepsInSU()
159 if (I->isCtrl()) in numberCtrlPredInSU()
278 if (I->isCtrl()) in isResourceAvailable()
511 if (I->isCtrl() || (I->getSUnit()->NumRegDefsLeft == 0)) in scheduledNode()
528 if (!I->isCtrl()) in scheduledNode()
HDScheduleDAGRRList.cpp1032 if (I->isCtrl()) in CopyAndMoveSuccessors()
1041 if (I->isCtrl()) in CopyAndMoveSuccessors()
1074 && !D.isCtrl() && NewSU->NumRegDefsLeft > 0) in CopyAndMoveSuccessors()
1857 if (I->isCtrl()) continue; // ignore chain preds in CalcNodeSethiUllmanNumber()
1959 if (I->isCtrl()) in HighRegPressure()
2009 if (I->isCtrl()) in RegPressureDiff()
2053 if (I->isCtrl()) in scheduledNode()
2135 if (I->isCtrl()) in unscheduledNode()
2204 if (I->isCtrl()) continue; // ignore chain succs in closestSucc()
2223 if (I->isCtrl()) continue; // ignore chain preds in calcMaxScratches()
[all …]
HDScheduleDAGSDNodes.cpp494 if (!SU->addPred(Dep) && !Dep.isCtrl() && OpSU->NumRegDefsLeft > 1) { in AddSchedEdges()
762 if (I->isCtrl()) continue; // ignore chain preds in EmitPhysRegCopy()
771 if (II->isCtrl()) continue; // ignore chain preds in EmitPhysRegCopy()
HDScheduleDAGFast.cpp287 if (I->isCtrl()) in CopyAndMoveSuccessors()
297 if (I->isCtrl()) in CopyAndMoveSuccessors()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDScheduleDAG.h175 bool isCtrl() const { in isCtrl() function
653 return getSDep().isCtrl();
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCHazardRecognizers.cpp71 if (SU->Preds[i].isCtrl()) in isBCTRAfterSet()
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonMachineScheduler.cpp72 if (I->isCtrl()) in isResourceAvailable()
/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineScheduler.cpp1325 if (PI->isCtrl()) { in apply()