reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/PowerPC/PPCISelLowering.cpp
13437         (Op1VT == MVT::i32 || Op1VT == MVT::i16 ||
13437         (Op1VT == MVT::i32 || Op1VT == MVT::i16 ||
13438          (Subtarget.hasLDBRX() && Subtarget.isPPC64() && Op1VT == MVT::i64))) {
13453       if (Op1VT.bitsGT(mVT)) {
13454         int Shift = Op1VT.getSizeInBits() - mVT.getSizeInBits();
13455         BSwapOp = DAG.getNode(ISD::SRL, dl, Op1VT, BSwapOp,
13458         if (Op1VT == MVT::i64)
13474         isa<ConstantSDNode>(N->getOperand(1)) && Op1VT == MVT::i32) {
13492     if (Op1VT.isSimple()) {
13493       MVT StoreVT = Op1VT.getSimpleVT();