Lines Matching refs:ANDIVal
1277 SDValue ANDIVal, ANDISVal; in SelectAndParts32() local
1279 ANDIVal = SDValue(CurDAG->getMachineNode(PPC::ANDIo, dl, MVT::i32, in SelectAndParts32()
1286 if (!ANDIVal) in SelectAndParts32()
1289 TotalVal = ANDIVal; in SelectAndParts32()
1292 ANDIVal, ANDISVal), 0); in SelectAndParts32()
1372 SDValue ANDIVal, ANDISVal; in Select32() local
1374 ANDIVal = SDValue(CurDAG->getMachineNode(PPC::ANDIo, dl, MVT::i32, in Select32()
1380 if (!ANDIVal) in Select32()
1383 Res = ANDIVal; in Select32()
1386 ANDIVal, ANDISVal), 0); in Select32()
1642 SDValue ANDIVal, ANDISVal; in SelectAndParts64() local
1644 ANDIVal = SDValue(CurDAG->getMachineNode(PPC::ANDIo8, dl, MVT::i64, in SelectAndParts64()
1650 if (!ANDIVal) in SelectAndParts64()
1653 TotalVal = ANDIVal; in SelectAndParts64()
1656 ANDIVal, ANDISVal), 0); in SelectAndParts64()
1792 SDValue ANDIVal, ANDISVal; in Select64() local
1794 ANDIVal = SDValue(CurDAG->getMachineNode(PPC::ANDIo8, dl, MVT::i64, in Select64()
1800 if (!ANDIVal) in Select64()
1803 Res = ANDIVal; in Select64()
1806 ANDIVal, ANDISVal), 0); in Select64()