Searched defs:POpc (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp497 unsigned POpc = Node->getMachineOpcode(); local
498 if (POpc == TargetOpcode::IMPLICIT_DEF) {
H A DScheduleDAGRRList.cpp2029 unsigned POpc = PN->getMachineOpcode(); local
2030 if (POpc == TargetOpcode::IMPLICIT_DEF)
2032 if (POpc == TargetOpcode::EXTRACT_SUBREG ||
2033 POpc == TargetOpcode::INSERT_SUBREG ||
2034 POpc == TargetOpcode::SUBREG_TO_REG) {

Completed in 1041 milliseconds