Lines Matching refs:DestLo
2589 auto *DestLo = llvm::cast<Variable>(loOperand(Dest)); in lowerInt64Arithmetic() local
2591 Variable *T_Lo = makeReg(DestLo->getType()); in lowerInt64Arithmetic()
2604 _mov(DestLo, T_Lo); in lowerInt64Arithmetic()
2615 _mov(DestLo, T_Lo); in lowerInt64Arithmetic()
2626 _mov(DestLo, T_Lo); in lowerInt64Arithmetic()
2637 _mov(DestLo, T_Lo); in lowerInt64Arithmetic()
2649 _mov(DestLo, T_Lo); in lowerInt64Arithmetic()
2654 _mov(DestLo, T_Lo); in lowerInt64Arithmetic()
2691 _mov(DestLo, T_Lo); in lowerInt64Arithmetic()
2701 _mov(DestLo, Src0RLo); in lowerInt64Arithmetic()
2718 _mov(DestLo, T_Lo); in lowerInt64Arithmetic()
2732 _mov(DestLo, T_Lo); in lowerInt64Arithmetic()
2788 _mov(DestLo, TA_Lo); in lowerInt64Arithmetic()
2801 _mov(DestLo, SrcsLo.src0R(this)); in lowerInt64Arithmetic()
2807 _mov(DestLo, Src0RHi); in lowerInt64Arithmetic()
2815 _mov(DestLo, T_Lo); in lowerInt64Arithmetic()
2837 _mov(DestLo, T_Lo); in lowerInt64Arithmetic()
2901 _mov(DestLo, TA_Lo); in lowerInt64Arithmetic()
3532 auto *DestLo = llvm::cast<Variable>(loOperand(Dest)); in lowerAssign() local
3535 _mov(DestLo, T_Lo); in lowerAssign()
3859 Variable *DestLo = Dest64On32->getLo(); in lowerCall() local
3861 _mov(DestLo, ReturnReg); in lowerCall()
3925 auto *DestLo = llvm::cast<Variable>(loOperand(Dest)); in lowerCast() local
3927 Variable *T_Lo = makeReg(DestLo->getType()); in lowerCast()
3939 _mov(DestLo, T_Lo); in lowerCast()
3977 auto *DestLo = llvm::cast<Variable>(loOperand(Dest)); in lowerCast() local
3979 Variable *T_Lo = makeReg(DestLo->getType()); in lowerCast()
3999 _mov(DestLo, T_Lo); in lowerCast()
4001 Variable *T_Hi = makeReg(DestLo->getType()); in lowerCast()
5205 auto *DestLo = llvm::cast<Variable>(loOperand(Dest)); in lowerIntrinsic() local
5209 _mov(DestLo, T_Hi); in lowerIntrinsic()
5448 auto *DestLo = llvm::cast<Variable>(loOperand(Dest)); in lowerCLZ() local
5462 _mov(DestLo, T2); in lowerCLZ()
6689 Variable *DestLo = (Dest->getType() == IceType_i64) in lowerInt1ForSelect() local
6706 Variable *T_Lo = makeReg(DestLo->getType()); in lowerInt1ForSelect()
6787 _mov(DestLo, T_Lo); in lowerInt1ForSelect()