Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp388 unsigned Op0Opc = Op0.getOpcode(); in SelectBitfieldInsert() local
396 if (Op0Opc == ISD::AND && Op1Opc == ISD::AND) { in SelectBitfieldInsert()
402 std::swap(Op0Opc, Op1Opc); in SelectBitfieldInsert()
406 } else if (Op0Opc == ISD::SHL || Op0Opc == ISD::SRL) { in SelectBitfieldInsert()
410 std::swap(Op0Opc, Op1Opc); in SelectBitfieldInsert()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp526 unsigned Op0Opc = Op0.getOpcode(); in tryBitfieldInsert() local
534 if (Op0Opc == ISD::AND && Op1Opc == ISD::AND) { in tryBitfieldInsert()
540 std::swap(Op0Opc, Op1Opc); in tryBitfieldInsert()
544 } else if (Op0Opc == ISD::SHL || Op0Opc == ISD::SRL) { in tryBitfieldInsert()
548 std::swap(Op0Opc, Op1Opc); in tryBitfieldInsert()