Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h292 bool hasPhysRegDefs : 1; ///< Has physreg defs that are being used. variable
321 hasPhysRegUses(false), hasPhysRegDefs(false), in SUnit()
333 hasPhysRegUses(false), hasPhysRegDefs(false), in SUnit()
344 hasPhysRegDefs(false), hasPhysRegClobbers(false), isPending(false), in SUnit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp99 SU->hasPhysRegDefs = Old->hasPhysRegDefs; in Clone()
474 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/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp269 SU->hasPhysRegDefs = true; in addPhysRegDataDeps()
H A DMachinePipeliner.cpp3239 if (!SU.hasPhysRegDefs) in isValidSchedule()
H A DMachineScheduler.cpp3845 if (SU->hasPhysRegDefs) in schedNode()