Searched refs:ConvReg (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVLegalizerInfo.cpp | 328 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 D | PPCInstructionSelector.cpp | 224 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 D | PPCMIPeephole.cpp | 817 Register ConvReg = DefMI->getOperand(1).getReg(); in simplifyCode() local 818 if (!ConvReg.isVirtual()) in simplifyCode() 820 MachineInstr *Splt = MRI->getVRegDef(ConvReg); in simplifyCode()
|