Home
last modified time | relevance | path

Searched refs:hasPhysRegDefs (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h280 bool hasPhysRegDefs : 1; ///< Has physreg defs that are being used. variable
311 hasPhysRegUses(false), hasPhysRegDefs(false), hasPhysRegClobbers(false), in SUnit()
322 hasPhysRegUses(false), hasPhysRegDefs(false), hasPhysRegClobbers(false), in SUnit()
331 isCommutable(false), hasPhysRegUses(false), hasPhysRegDefs(false), in SUnit()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp98 SU->hasPhysRegDefs = Old->hasPhysRegDefs; in Clone()
469 SU.hasPhysRegDefs = true; in AddSchedEdges()
H A DScheduleDAGRRList.cpp2544 bool LHasPhysReg = left->hasPhysRegDefs; in BURRSort()
2545 bool RHasPhysReg = right->hasPhysRegDefs; in BURRSort()
3009 if (PredSU->hasPhysRegDefs) in PrescheduleNodesWithMultipleUses()
3031 if (SU.hasPhysRegClobbers && PredSuccSU->hasPhysRegDefs) in PrescheduleNodesWithMultipleUses()
3117 if (SuccSU->hasPhysRegDefs && SU.hasPhysRegClobbers) { in AddPseudoTwoAddrDeps()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp258 SU->hasPhysRegDefs = true; in addPhysRegDataDeps()
H A DMachinePipeliner.cpp2781 if (!SU.hasPhysRegDefs) in isValidSchedule()
H A DMachineScheduler.cpp3481 if (SU->hasPhysRegDefs) in schedNode()