Searched refs:AddReg (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64PreLegalizerCombiner.cpp | 593 Register AddReg = in applyPushAddSubExt() local 600 B.buildInstr(Opc, {DstReg}, {AddReg}); in applyPushAddSubExt() 602 B.buildSExt(DstReg, AddReg); in applyPushAddSubExt()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 4917 Register AddReg = emitAdd_ri_(VT, Src0Reg, Pow2MinusOne); in selectSDiv() local 4918 if (!AddReg) in selectSDiv() 4934 Register SelectReg = fastEmitInst_rri(SelectOpc, RC, AddReg, Src0Reg, in selectSDiv()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 8403 Register AddReg = MRI.createVirtualRegister(&AMDGPU::VGPR_32RegClass); in splitScalarSMulU64() local 8404 MachineInstr *Add = BuildMI(MBB, MII, DL, get(AMDGPU::V_ADD_U32_e32), AddReg) in splitScalarSMulU64() 8410 .addReg(AddReg) in splitScalarSMulU64()
|