Searched refs:ConvReg (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVLegalizerInfo.cpp | 281 Register ConvReg = MRI.createGenericVirtualRegister(ConvTy); in convertPtrToInt() local 282 GR->assignSPIRVTypeToVReg(SpirvType, ConvReg, Helper.MIRBuilder.getMF()); in convertPtrToInt() 284 .addDef(ConvReg) in convertPtrToInt() 286 return ConvReg; in convertPtrToInt()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCInstructionSelector.cpp | 215 Register ConvReg = MRI.createVirtualRegister(&PPC::VSFRCRegClass); in selectFPToInt() local 223 BuildMI(MBB, I, DbgLoc, TII.get(ConvOp), ConvReg).addReg(CopyReg); in selectFPToInt() 226 BuildMI(MBB, I, DbgLoc, TII.get(PPC::MFVSRD), DstReg).addReg(ConvReg); in selectFPToInt()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCMIPeephole.cpp | 663 Register ConvReg = DefMI->getOperand(1).getReg(); in simplifyCode() local 664 if (!ConvReg.isVirtual()) in simplifyCode() 666 MachineInstr *Splt = MRI->getVRegDef(ConvReg); in simplifyCode()
|