Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
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()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp98 SU->hasPhysRegDefs = Old->hasPhysRegDefs; in Clone()
473 SU.hasPhysRegDefs = true; in AddSchedEdges()
DScheduleDAGRRList.cpp2555 bool LHasPhysReg = left->hasPhysRegDefs; in BURRSort()
2556 bool RHasPhysReg = right->hasPhysRegDefs; in BURRSort()
3016 if (PredSU->hasPhysRegDefs) in PrescheduleNodesWithMultipleUses()
3037 if (SU.hasPhysRegClobbers && PredSuccSU->hasPhysRegDefs) in PrescheduleNodesWithMultipleUses()
3123 if (SuccSU->hasPhysRegDefs && SU.hasPhysRegClobbers) { in AddPseudoTwoAddrDeps()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp264 SU->hasPhysRegDefs = true; in addPhysRegDataDeps()
DMachinePipeliner.cpp2739 if (!SU.hasPhysRegDefs) in isValidSchedule()
DMachineScheduler.cpp3511 if (SU->hasPhysRegDefs) in schedNode()