Lines Matching refs:TotalVal
2058 SDValue TotalVal; in SelectAndParts32() local
2060 TotalVal = ANDISVal; in SelectAndParts32()
2062 TotalVal = ANDIVal; in SelectAndParts32()
2064 TotalVal = SDValue(CurDAG->getMachineNode(PPC::OR, dl, MVT::i32, in SelectAndParts32()
2068 Res = TotalVal; in SelectAndParts32()
2071 Res, TotalVal), 0); in SelectAndParts32()
2421 SDValue TotalVal; in SelectAndParts64() local
2440 TotalVal = ANDISVal; in SelectAndParts64()
2442 TotalVal = ANDIVal; in SelectAndParts64()
2444 TotalVal = SDValue(CurDAG->getMachineNode(PPC::OR8, dl, MVT::i64, in SelectAndParts64()
2447 TotalVal = SDValue(selectI64Imm(CurDAG, dl, Mask), 0); in SelectAndParts64()
2448 TotalVal = in SelectAndParts64()
2450 ExtendToInt64(VRot, dl), TotalVal), in SelectAndParts64()
2455 Res = TotalVal; in SelectAndParts64()
2458 ExtendToInt64(Res, dl), TotalVal), in SelectAndParts64()