Home
last modified time | relevance | path

Searched refs:SuccOpc (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp3067 unsigned SuccOpc = SuccSU->getNode()->getMachineOpcode(); in AddPseudoTwoAddrDeps() local
3068 if (SuccOpc == TargetOpcode::EXTRACT_SUBREG || in AddPseudoTwoAddrDeps()
3069 SuccOpc == TargetOpcode::INSERT_SUBREG || in AddPseudoTwoAddrDeps()
3070 SuccOpc == TargetOpcode::SUBREG_TO_REG) in AddPseudoTwoAddrDeps()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2940 unsigned SuccOpc = SuccSU->getNode()->getMachineOpcode(); in AddPseudoTwoAddrDeps() local
2941 if (SuccOpc == TargetOpcode::EXTRACT_SUBREG || in AddPseudoTwoAddrDeps()
2942 SuccOpc == TargetOpcode::INSERT_SUBREG || in AddPseudoTwoAddrDeps()
2943 SuccOpc == TargetOpcode::SUBREG_TO_REG) in AddPseudoTwoAddrDeps()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2868 unsigned SuccOpc = SuccSU->getNode()->getMachineOpcode(); in AddPseudoTwoAddrDeps() local
2869 if (SuccOpc == TargetOpcode::EXTRACT_SUBREG || in AddPseudoTwoAddrDeps()
2870 SuccOpc == TargetOpcode::INSERT_SUBREG || in AddPseudoTwoAddrDeps()
2871 SuccOpc == TargetOpcode::SUBREG_TO_REG) in AddPseudoTwoAddrDeps()