Home
last modified time | relevance | path

Searched refs:AddReg (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp593 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 DAArch64FastISel.cpp4917 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 DSIInstrInfo.cpp8403 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()