Searched refs:hasPhysRegDefs (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 280 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()
|
/external/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 282 bool hasPhysRegDefs : 1; // Has physreg defs that are being used. 314 hasPhysRegUses(false), hasPhysRegDefs(false), hasPhysRegClobbers(false), 330 hasPhysRegUses(false), hasPhysRegDefs(false), hasPhysRegClobbers(false), 345 hasPhysRegUses(false), hasPhysRegDefs(false), hasPhysRegClobbers(false),
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 98 SU->hasPhysRegDefs = Old->hasPhysRegDefs; in Clone() 452 SU->hasPhysRegDefs = true; in AddSchedEdges()
|
D | ScheduleDAGRRList.cpp | 2386 bool LHasPhysReg = left->hasPhysRegDefs; in BURRSort() 2387 bool RHasPhysReg = right->hasPhysRegDefs; in BURRSort() 2827 if (PredSU->hasPhysRegDefs) in PrescheduleNodesWithMultipleUses() 2849 if (SU.hasPhysRegClobbers && PredSuccSU->hasPhysRegDefs) in PrescheduleNodesWithMultipleUses() 2934 if (SuccSU->hasPhysRegDefs && SU.hasPhysRegClobbers) { in AddPseudoTwoAddrDeps()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 98 SU->hasPhysRegDefs = Old->hasPhysRegDefs; in Clone() 469 SU->hasPhysRegDefs = true; in AddSchedEdges()
|
D | ScheduleDAGRRList.cpp | 2528 bool LHasPhysReg = left->hasPhysRegDefs; in BURRSort() 2529 bool RHasPhysReg = right->hasPhysRegDefs; in BURRSort() 2993 if (PredSU->hasPhysRegDefs) in PrescheduleNodesWithMultipleUses() 3015 if (SU.hasPhysRegClobbers && PredSuccSU->hasPhysRegDefs) in PrescheduleNodesWithMultipleUses() 3101 if (SuccSU->hasPhysRegDefs && SU.hasPhysRegClobbers) { in AddPseudoTwoAddrDeps()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ScheduleDAGInstrs.cpp | 260 SU->hasPhysRegDefs = true; in addPhysRegDataDeps()
|
D | MachineScheduler.cpp | 3295 if (SU->hasPhysRegDefs) in schedNode()
|
D | MachinePipeliner.cpp | 2646 if (!SU.hasPhysRegDefs) in isValidSchedule()
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAGInstrs.cpp | 309 SU->hasPhysRegDefs = true; in addPhysRegDataDeps()
|
D | MachineScheduler.cpp | 3101 if (SU->hasPhysRegDefs) in schedNode()
|
D | MachinePipeliner.cpp | 3825 if (!SU.hasPhysRegDefs) in isValidSchedule()
|