Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp317 const MachineOperand *IV_Opnd; in getTripCount() local
321 IV_Opnd = &IV_Inst->getOperand(3); in getTripCount()
324 IV_Opnd = &IV_Inst->getOperand(1); in getTripCount()
332 RI = MRI->reg_begin(IV_Opnd->getReg()), RE = MRI->reg_end(); in getTripCount()
334 IV_Opnd = &RI.getOperand(); in getTripCount()
335 const MachineInstr *MI = IV_Opnd->getParent(); in getTripCount()
341 const MachineInstr *IV_DefInstr = MRI->getVRegDef(IV_Opnd->getReg()); in getTripCount()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp321 MachineOperand *IV_Opnd; in getTripCount() local
325 IV_Opnd = &IV_Inst->getOperand(3); in getTripCount()
328 IV_Opnd = &IV_Inst->getOperand(1); in getTripCount()
341 RI = MRI->reg_begin(IV_Opnd->getReg()), RE = MRI->reg_end(); in getTripCount()
343 IV_Opnd = &RI.getOperand(); in getTripCount()
345 MachineInstr *MI = IV_Opnd->getParent(); in getTripCount()
363 const MachineInstr *IV_DefInstr = MRI->getVRegDef(IV_Opnd->getReg()); in getTripCount()