Searched refs:hasPhysRegClobbers (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 281 bool hasPhysRegClobbers : 1; ///< Has any physreg defs, used or not. variable 311 hasPhysRegUses(false), hasPhysRegDefs(false), hasPhysRegClobbers(false), in SUnit() 322 hasPhysRegUses(false), hasPhysRegDefs(false), hasPhysRegClobbers(false), in SUnit() 332 hasPhysRegClobbers(false), isPending(false), isAvailable(false), in SUnit()
|
/external/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 283 bool hasPhysRegClobbers : 1; // Has any physreg defs, used or not. 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 | 99 SU->hasPhysRegClobbers = Old->hasPhysRegClobbers; in Clone() 447 SU->hasPhysRegClobbers = true; in AddSchedEdges()
|
D | ScheduleDAGRRList.cpp | 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 | 99 SU->hasPhysRegClobbers = Old->hasPhysRegClobbers; in Clone() 464 SU->hasPhysRegClobbers = true; in AddSchedEdges()
|
D | ScheduleDAGRRList.cpp | 3015 if (SU.hasPhysRegClobbers && PredSuccSU->hasPhysRegDefs) in PrescheduleNodesWithMultipleUses() 3101 if (SuccSU->hasPhysRegDefs && SU.hasPhysRegClobbers) { in AddPseudoTwoAddrDeps()
|