Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp536 unsigned POpc = Node->getMachineOpcode(); in InitNodeNumDefs() local
537 if (POpc == TargetOpcode::IMPLICIT_DEF) { in InitNodeNumDefs()
542 if (POpc == TargetOpcode::PATCHPOINT && in InitNodeNumDefs()
DScheduleDAGRRList.cpp2136 unsigned POpc = PN->getMachineOpcode(); in unscheduledNode() local
2137 if (POpc == TargetOpcode::IMPLICIT_DEF) in unscheduledNode()
2139 if (POpc == TargetOpcode::EXTRACT_SUBREG || in unscheduledNode()
2140 POpc == TargetOpcode::INSERT_SUBREG || in unscheduledNode()
2141 POpc == TargetOpcode::SUBREG_TO_REG) { in unscheduledNode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp537 unsigned POpc = Node->getMachineOpcode(); in InitNodeNumDefs() local
538 if (POpc == TargetOpcode::IMPLICIT_DEF) { in InitNodeNumDefs()
543 if (POpc == TargetOpcode::PATCHPOINT && in InitNodeNumDefs()
DScheduleDAGRRList.cpp2261 unsigned POpc = PN->getMachineOpcode(); in unscheduledNode() local
2262 if (POpc == TargetOpcode::IMPLICIT_DEF) in unscheduledNode()
2264 if (POpc == TargetOpcode::EXTRACT_SUBREG || in unscheduledNode()
2265 POpc == TargetOpcode::INSERT_SUBREG || in unscheduledNode()
2266 POpc == TargetOpcode::SUBREG_TO_REG) { in unscheduledNode()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp497 unsigned POpc = Node->getMachineOpcode(); in InitNodeNumDefs() local
498 if (POpc == TargetOpcode::IMPLICIT_DEF) { in InitNodeNumDefs()
DScheduleDAGRRList.cpp2029 unsigned POpc = PN->getMachineOpcode(); in UnscheduledNode() local
2030 if (POpc == TargetOpcode::IMPLICIT_DEF) in UnscheduledNode()
2032 if (POpc == TargetOpcode::EXTRACT_SUBREG || in UnscheduledNode()
2033 POpc == TargetOpcode::INSERT_SUBREG || in UnscheduledNode()
2034 POpc == TargetOpcode::SUBREG_TO_REG) { in UnscheduledNode()