Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp5428 Register OperandReg = Operand.getReg(); in promoteInstr32To64ForElimEXTSW() local
5429 if (!OperandReg.isVirtual()) in promoteInstr32To64ForElimEXTSW()
5434 const TargetRegisterClass *OrgRC = MRI->getRegClass(OperandReg); in promoteInstr32To64ForElimEXTSW()
5443 .addReg(OperandReg) in promoteInstr32To64ForElimEXTSW()
5466 Register OperandReg = Operand.getReg(); in promoteInstr32To64ForElimEXTSW() local
5467 if (!OperandReg.isVirtual()) in promoteInstr32To64ForElimEXTSW()
5469 LV->recomputeForSingleDefVirtReg(OperandReg); in promoteInstr32To64ForElimEXTSW()