Searched refs:hasVRegLiveness (Results 1 – 5 of 5) sorted by relevance
333 virtual bool hasVRegLiveness() const { return false; } in hasVRegLiveness() function454 bool hasVRegLiveness() const override { return true; } in hasVRegLiveness() function
23 assert(dag->hasVRegLiveness() && "R600SchedStrategy needs vreg liveness"); in initialize()
9303 if (!DAG->hasVRegLiveness()) in CreateTargetMIHazardRecognizer()
2480 assert(DAG->hasVRegLiveness() && "Expect VRegs with LiveIntervals"); in apply()3670 assert(dag->hasVRegLiveness() && in initialize()4653 assert(dag->hasVRegLiveness() && "ILPScheduler needs vreg liveness"); in initialize()4859 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeLabel()4874 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeAttributes()
146 if (Subtarget.isCortexM7() && !DAG->hasVRegLiveness()) in CreateTargetMIHazardRecognizer()