Lines Matching refs:TotalVal
1827 SDValue TotalVal; in SelectAndParts32() local
1829 TotalVal = ANDISVal; in SelectAndParts32()
1831 TotalVal = ANDIVal; in SelectAndParts32()
1833 TotalVal = SDValue(CurDAG->getMachineNode(PPC::OR, dl, MVT::i32, in SelectAndParts32()
1837 Res = TotalVal; in SelectAndParts32()
1840 Res, TotalVal), 0); in SelectAndParts32()
2187 SDValue TotalVal; in SelectAndParts64() local
2206 TotalVal = ANDISVal; in SelectAndParts64()
2208 TotalVal = ANDIVal; in SelectAndParts64()
2210 TotalVal = SDValue(CurDAG->getMachineNode(PPC::OR8, dl, MVT::i64, in SelectAndParts64()
2213 TotalVal = SDValue(selectI64Imm(CurDAG, dl, Mask), 0); in SelectAndParts64()
2214 TotalVal = in SelectAndParts64()
2216 ExtendToInt64(VRot, dl), TotalVal), in SelectAndParts64()
2221 Res = TotalVal; in SelectAndParts64()
2224 ExtendToInt64(Res, dl), TotalVal), in SelectAndParts64()