Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVLegalizerInfo.cpp281 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 DPPCInstructionSelector.cpp215 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 DPPCMIPeephole.cpp663 Register ConvReg = DefMI->getOperand(1).getReg(); in simplifyCode() local
664 if (!ConvReg.isVirtual()) in simplifyCode()
666 MachineInstr *Splt = MRI->getVRegDef(ConvReg); in simplifyCode()