Home
last modified time | relevance | path

Searched refs:OpOff (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp262 const MachineOperand OpOff = MI.getOperand(2); in isLoadFromStackSlot() local
263 if (!OpOff.isImm() || OpOff.getImm() != 0) in isLoadFromStackSlot()
284 const MachineOperand OpOff = MI.getOperand(3); in isLoadFromStackSlot() local
285 if (!OpOff.isImm() || OpOff.getImm() != 0) in isLoadFromStackSlot()
327 const MachineOperand &OpOff = MI.getOperand(1); in isStoreToStackSlot() local
328 if (!OpOff.isImm() || OpOff.getImm() != 0) in isStoreToStackSlot()
345 const MachineOperand &OpOff = MI.getOperand(2); in isStoreToStackSlot() local
346 if (!OpOff.isImm() || OpOff.getImm() != 0) in isStoreToStackSlot()