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

/external/llvm/lib/Target/R600/
H A DR600InstrInfo.cpp513 MachineOperand &PMO = MI->getOperand(PIdx); local
514 PMO.setReg(Pred[2].getReg());
/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.cpp475 MachineOperand &PMO = MI->getOperand(PIdx); local
476 PMO.setImm(Pred[0].getImm());

Completed in 141 milliseconds