Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp99 SU->hasPhysRegDefs = Old->hasPhysRegDefs; in Clone()
472 SU->hasPhysRegDefs = true; in AddSchedEdges()
H A DScheduleDAGRRList.cpp2531 bool LHasPhysReg = left->hasPhysRegDefs; in BURRSort()
2532 bool RHasPhysReg = right->hasPhysRegDefs; in BURRSort()
2996 if (PredSU->hasPhysRegDefs) in PrescheduleNodesWithMultipleUses()
3018 if (SU.hasPhysRegClobbers && PredSuccSU->hasPhysRegDefs) in PrescheduleNodesWithMultipleUses()
3104 if (SuccSU->hasPhysRegDefs && SU.hasPhysRegClobbers) { in AddPseudoTwoAddrDeps()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp262 SU->hasPhysRegDefs = true; in addPhysRegDataDeps()
H A DMachinePipeliner.cpp2722 if (!SU.hasPhysRegDefs) in isValidSchedule()
H A DMachineScheduler.cpp3478 if (SU->hasPhysRegDefs) in schedNode()