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

/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp262 const MachineOperand OpOff = MI.getOperand(2); local
263 if (!OpOff.isImm() || OpOff.getImm() != 0)
284 const MachineOperand OpOff = MI.getOperand(3); local
285 if (!OpOff.isImm() || OpOff.getImm() != 0)
327 const MachineOperand &OpOff = MI.getOperand(1); local
328 if (!OpOff.isImm() || OpOff.getImm() != 0)
345 const MachineOperand &OpOff local
[all...]

Completed in 178 milliseconds