Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp438 const MachineOperand &RO1 = I->getOperand(1); in computePhiCost() local
440 assert(RO1.isReg() && RO3.isReg()); in computePhiCost()
442 if (RO1.getSubReg() != 0 || RO3.getSubReg() != 0) { in computePhiCost()
446 MachineInstr *Def1 = MRI->getVRegDef(RO1.getReg()); in computePhiCost()