HomeSort by relevance Sort by last modified time
    Searched refs:OPO (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 529 const MachineOperand &OPO = OnePhi->getOperand(j);
530 if (OPO.isReg() && OPO.isDef()) {
531 unsigned OPReg = OPO.getReg();
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 922 const MachineOperand &OPO = OnePhi->getOperand(j);
923 if (!OPO.isReg() || !OPO.isDef())
926 unsigned OPReg = OPO.getReg();
    [all...]

Completed in 215 milliseconds