Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVLegalizerInfo.cpp328 Register ConvReg = MRI.createGenericVirtualRegister(ConvTy); in convertPtrToInt() local
329 GR->assignSPIRVTypeToVReg(SpirvType, ConvReg, Helper.MIRBuilder.getMF()); in convertPtrToInt()
331 .addDef(ConvReg) in convertPtrToInt()
333 return ConvReg; in convertPtrToInt()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp224 Register ConvReg = MRI.createVirtualRegister(&PPC::VSFRCRegClass); in selectFPToInt() local
232 BuildMI(MBB, I, DbgLoc, TII.get(ConvOp), ConvReg).addReg(CopyReg); in selectFPToInt()
235 BuildMI(MBB, I, DbgLoc, TII.get(PPC::MFVSRD), DstReg).addReg(ConvReg); in selectFPToInt()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp817 Register ConvReg = DefMI->getOperand(1).getReg(); in simplifyCode() local
818 if (!ConvReg.isVirtual()) in simplifyCode()
820 MachineInstr *Splt = MRI->getVRegDef(ConvReg); in simplifyCode()