Lines Matching defs:OtherOp
12107 SDValue &OtherOp) {
12112 auto TempOtherOp = peekThroughBitcasts(OtherOp);
12248 SDValue OtherOp = SecondSrc ? *PermNodes[SecondSrc->first].Src : Op;
12251 OtherOp = getDWordFromOffset(DAG, DL, OtherOp, SecondSrc->second);
12252 assert(OtherOp.getValueSizeInBits() == 32);
12255 if (hasNon16BitAccesses(PermMask, Op, OtherOp)) {
12258 OtherOp.getValueType().isByteSized());
12266 OtherOp = DAG.getBitcastedAnyExtOrTrunc(OtherOp, DL, MVT::i32);
12268 return DAG.getNode(AMDGPUISD::PERM, DL, MVT::i32, Op, OtherOp,