Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp555 unsigned POpc = Node->getMachineOpcode(); in InitNodeNumDefs() local
556 if (POpc == TargetOpcode::IMPLICIT_DEF) { in InitNodeNumDefs()
561 if (POpc == TargetOpcode::PATCHPOINT && in InitNodeNumDefs()
H A DScheduleDAGRRList.cpp2294 unsigned POpc = PN->getMachineOpcode(); in unscheduledNode() local
2295 if (POpc == TargetOpcode::IMPLICIT_DEF) in unscheduledNode()
2297 if (POpc == TargetOpcode::EXTRACT_SUBREG || in unscheduledNode()
2298 POpc == TargetOpcode::INSERT_SUBREG || in unscheduledNode()
2299 POpc == TargetOpcode::SUBREG_TO_REG) { in unscheduledNode()