Lines Matching defs:OtherOp
12430 SDValue &OtherOp) {
12435 auto TempOtherOp = peekThroughBitcasts(OtherOp);
12571 SDValue OtherOp = SecondSrc ? *PermNodes[SecondSrc->first].Src : Op;
12574 OtherOp = getDWordFromOffset(DAG, DL, OtherOp, SecondSrc->second);
12575 assert(OtherOp.getValueSizeInBits() == 32);
12578 if (hasNon16BitAccesses(PermMask, Op, OtherOp)) {
12581 OtherOp.getValueType().isByteSized());
12589 OtherOp = DAG.getBitcastedAnyExtOrTrunc(OtherOp, DL, MVT::i32);
12591 return DAG.getNode(AMDGPUISD::PERM, DL, MVT::i32, Op, OtherOp,