Searched refs:hasVRegLiveness (Results 1 – 5 of 5) sorted by relevance
318 virtual bool hasVRegLiveness() const { return false; } in hasVRegLiveness() function440 bool hasVRegLiveness() const override { return true; } in hasVRegLiveness() function
23 assert(dag->hasVRegLiveness() && "R600SchedStrategy needs vreg liveness"); in initialize()
7779 if (!DAG->hasVRegLiveness()) in CreateTargetMIHazardRecognizer()
1951 assert(DAG->hasVRegLiveness() && "Expect VRegs with LiveIntervals"); in apply()2928 assert(dag->hasVRegLiveness() && in initialize()3730 assert(dag->hasVRegLiveness() && "ILPScheduler needs vreg liveness"); in initialize()3937 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeLabel()3952 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeAttributes()
151 if (Subtarget.isCortexM7() && !DAG->hasVRegLiveness()) in CreateTargetMIHazardRecognizer()