Lines Matching refs:Temp
752 Register Temp = MRI.createVirtualRegister(&Mips::GPR32RegClass); in select() local
760 Instructions.emplace_back(Mips::XOR, Temp, LHS, RHS); in select()
761 Instructions.emplace_back(Mips::SLTiu, ICMPReg, Temp, 1); in select()
764 Instructions.emplace_back(Mips::XOR, Temp, LHS, RHS); in select()
765 Instructions.emplace_back(Mips::SLTu, ICMPReg, Mips::ZERO, Temp); in select()
771 Instructions.emplace_back(Mips::SLTu, Temp, LHS, RHS); in select()
772 Instructions.emplace_back(Mips::XORi, ICMPReg, Temp, 1); in select()
778 Instructions.emplace_back(Mips::SLTu, Temp, RHS, LHS); in select()
779 Instructions.emplace_back(Mips::XORi, ICMPReg, Temp, 1); in select()
785 Instructions.emplace_back(Mips::SLT, Temp, LHS, RHS); in select()
786 Instructions.emplace_back(Mips::XORi, ICMPReg, Temp, 1); in select()
792 Instructions.emplace_back(Mips::SLT, Temp, RHS, LHS); in select()
793 Instructions.emplace_back(Mips::XORi, ICMPReg, Temp, 1); in select()