Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp561 unsigned POpc = Node->getMachineOpcode(); in InitNodeNumDefs() local
562 if (POpc == TargetOpcode::IMPLICIT_DEF) { in InitNodeNumDefs()
567 if (POpc == TargetOpcode::PATCHPOINT && in InitNodeNumDefs()
H A DScheduleDAGRRList.cpp2288 unsigned POpc = PN->getMachineOpcode(); in unscheduledNode() local
2289 if (POpc == TargetOpcode::IMPLICIT_DEF) in unscheduledNode()
2291 if (POpc == TargetOpcode::EXTRACT_SUBREG || in unscheduledNode()
2292 POpc == TargetOpcode::INSERT_SUBREG || in unscheduledNode()
2293 POpc == TargetOpcode::SUBREG_TO_REG) { in unscheduledNode()
2299 if (POpc == TargetOpcode::REG_SEQUENCE) { in unscheduledNode()