HomeSort by relevance Sort by last modified time
    Searched defs:PMO (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp     [all...]
ARMBaseInstrInfo.cpp 486 MachineOperand &PMO = MI.getOperand(PIdx);
487 PMO.setImm(Pred[0].getImm());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseInstrInfo.cpp 456 MachineOperand &PMO = MI->getOperand(PIdx);
457 PMO.setImm(Pred[0].getImm());
    [all...]
ARMLoadStoreOptimizer.cpp 449 const MachineOperand &PMO = Loc->getOperand(0);
450 unsigned PReg = PMO.getReg();
451 unsigned PRegNum = PMO.isUndef() ? UINT_MAX
    [all...]

Completed in 284 milliseconds