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

/external/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp457 const MachineOperand &PMO = Loc->getOperand(0); local
458 unsigned PReg = PMO.getReg();
459 unsigned PRegNum = PMO.isUndef() ? UINT_MAX : TRI->getEncodingValue(PReg);
H A DARMBaseInstrInfo.cpp469 MachineOperand &PMO = MI->getOperand(PIdx); local
470 PMO.setImm(Pred[0].getImm());

Completed in 67 milliseconds