Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp98 SU->hasPhysRegDefs = Old->hasPhysRegDefs; in Clone()
473 SU.hasPhysRegDefs = true; in AddSchedEdges()
H A DScheduleDAGRRList.cpp2547 bool LHasPhysReg = left->hasPhysRegDefs; in BURRSort()
2548 bool RHasPhysReg = right->hasPhysRegDefs; in BURRSort()
3008 if (PredSU->hasPhysRegDefs) in PrescheduleNodesWithMultipleUses()
3029 if (SU.hasPhysRegClobbers && PredSuccSU->hasPhysRegDefs) in PrescheduleNodesWithMultipleUses()
3115 if (SuccSU->hasPhysRegDefs && SU.hasPhysRegClobbers) { in AddPseudoTwoAddrDeps()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp269 SU->hasPhysRegDefs = true; in addPhysRegDataDeps()
H A DMachineScheduler.cpp3791 if (SU->hasPhysRegDefs) in schedNode()
H A DMachinePipeliner.cpp3170 if (!SU.hasPhysRegDefs) in isValidSchedule()