Searched refs:ConvReg (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVLegalizerInfo.cpp | 346 Register ConvReg = MRI.createGenericVirtualRegister(ConvTy); in convertPtrToInt() local 347 MRI.setRegClass(ConvReg, GR->getRegClass(SpvType)); in convertPtrToInt() 348 GR->assignSPIRVTypeToVReg(SpvType, ConvReg, Helper.MIRBuilder.getMF()); in convertPtrToInt() 350 .addDef(ConvReg) in convertPtrToInt() 352 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 | 812 Register ConvReg = DefMI->getOperand(1).getReg(); in simplifyCode() local 813 if (!ConvReg.isVirtual()) in simplifyCode() 815 MachineInstr *Splt = MRI->getVRegDef(ConvReg); in simplifyCode()
|