Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp389 unsigned Op1Opc = Op1.getOpcode(); in SelectBitfieldInsert() local
396 if (Op0Opc == ISD::AND && Op1Opc == ISD::AND) { in SelectBitfieldInsert()
402 std::swap(Op0Opc, Op1Opc); in SelectBitfieldInsert()
407 if (Op1Opc == ISD::AND && Op1.getOperand(0).getOpcode() != ISD::SHL && in SelectBitfieldInsert()
410 std::swap(Op0Opc, Op1Opc); in SelectBitfieldInsert()
419 if ((Op1Opc == ISD::SHL || Op1Opc == ISD::SRL) && in SelectBitfieldInsert()
422 SH = (Op1Opc == ISD::SHL) ? Value : 32 - Value; in SelectBitfieldInsert()
424 if (Op1Opc == ISD::AND) { in SelectBitfieldInsert()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp527 unsigned Op1Opc = Op1.getOpcode(); in tryBitfieldInsert() local
534 if (Op0Opc == ISD::AND && Op1Opc == ISD::AND) { in tryBitfieldInsert()
540 std::swap(Op0Opc, Op1Opc); in tryBitfieldInsert()
545 if (Op1Opc == ISD::AND && Op1.getOperand(0).getOpcode() != ISD::SHL && in tryBitfieldInsert()
548 std::swap(Op0Opc, Op1Opc); in tryBitfieldInsert()
557 if ((Op1Opc == ISD::SHL || Op1Opc == ISD::SRL) && in tryBitfieldInsert()
560 SH = (Op1Opc == ISD::SHL) ? Value : 32 - Value; in tryBitfieldInsert()
562 if (Op1Opc == ISD::AND) { in tryBitfieldInsert()