Searched defs:OPO (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp529 const MachineOperand &OPO = OnePhi->getOperand(j); local
530 if (OPO.isReg() && OPO.isDef()) {
531 unsigned OPReg = OPO.getReg();
/external/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp922 const MachineOperand &OPO = OnePhi->getOperand(j); local
923 if (!OPO.isReg() || !OPO.isDef())
926 unsigned OPReg = OPO.getReg();

Completed in 60 milliseconds