Lines Matching refs:LL
2000 if (N1C && N1C->getAPIntValue() == 1LL)
2593 SDValue LL, LR, RL, RR, CC0, CC1;
2761 if (isSetCCEquivalent(N0, LL, LR, CC0) && isSetCCEquivalent(N1, RL, RR, CC1)){
2766 LL.getValueType().isInteger()) {
2770 LR.getValueType(), LL, RL);
2777 LR.getValueType(), LL, RL);
2784 LR.getValueType(), LL, RL);
2790 if (LL == RL && isa<ConstantSDNode>(LR) && isa<ConstantSDNode>(RR) &&
2791 Op0 == Op1 && LL.getValueType().isInteger() &&
2796 SDValue ADDNode = DAG.getNode(ISD::ADD, SDLoc(N0), LL.getValueType(),
2797 LL, DAG.getConstant(1, LL.getValueType()));
2800 DAG.getConstant(2, LL.getValueType()), ISD::SETUGE);
2802 // canonicalize equivalent to ll == rl
2803 if (LL == RR && LR == RL) {
2807 if (LL == RL && LR == RR) {
2808 bool isInteger = LL.getValueType().isInteger();
2812 (TLI.isCondCodeLegal(Result, LL.getSimpleValueType()) &&
2816 LL, LR, Result);
3231 SDValue LL, LR, RL, RR, CC0, CC1;
3357 if (isSetCCEquivalent(N0, LL, LR, CC0) && isSetCCEquivalent(N1, RL, RR, CC1)){
3362 LL.getValueType().isInteger()) {
3368 LR.getValueType(), LL, RL);
3377 LR.getValueType(), LL, RL);
3382 // canonicalize equivalent to ll == rl
3383 if (LL == RR && LR == RL) {
3387 if (LL == RL && LR == RR) {
3388 bool isInteger = LL.getValueType().isInteger();
3392 LL.getSimpleValueType()) &&
3396 LL, LR, Result);
4602 SDValue Lo, Hi, LL, LH, RL, RH;
4603 std::tie(LL, LH) = DAG.SplitVectorOperand(N, 0);
4606 Lo = DAG.getNode(N->getOpcode(), DL, LoVT, LL, RL, N->getOperand(2));
4711 SDValue Lo, Hi, CCLo, CCHi, LL, LH, RL, RH;
4713 std::tie(LL, LH) = DAG.SplitVectorOperand(N, 1);
4716 Lo = DAG.getNode(N->getOpcode(), DL, LL.getValueType(), CCLo, LL, RL);
11601 // chain until we find two aliases. If we've seen two aliases, assume we'll
11675 // only through the chain, then we'll miss the trivial dependence on L1
11683 // chain depth. Instead, we'll rule out such configurations here by