Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp496 MachineInstr *CondI = MRI->getVRegDef(PredReg); in getLoopTripCount() local
497 unsigned CondOpc = CondI->getOpcode(); in getLoopTripCount()
501 bool AnalyzedCmp = TII->analyzeCompare(CondI, CmpReg1, CmpReg2, in getLoopTripCount()
508 OldInsts.push_back(CondI); in getLoopTripCount()
518 const MachineOperand &Op1 = CondI->getOperand(1); in getLoopTripCount()
519 const MachineOperand &Op2 = CondI->getOperand(2); in getLoopTripCount()