Searched refs:Op1Op1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp681 SDValue Op1Op1 = Op1->getOperand(1); local
689 // Op1Op0, or Op1Op1. Keep track of the Cond, IfSet, and IfClr nodes, while
698 IfClr = Op1Op1;
699 else if (isVSplat(Op1Op1, InvMask, IsLittleEndian) &&
715 IfClr = Op1Op1;
716 else if (isVSplat(Op1Op1, InvMask, IsLittleEndian) &&
729 IfSet = Op1Op1;
733 IfSet = Op1Op1;
735 } else if (isBitwiseInverse(Op0Op0, Op1Op1)) {
736 Cond = Op1Op1;
[all...]

Completed in 49 milliseconds