Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp306 const MachineOperand OpOff = MI.getOperand(2); in isLoadFromStackSlot() local
307 if (!OpOff.isImm() || OpOff.getImm() != 0) in isLoadFromStackSlot()
320 const MachineOperand OpOff = MI.getOperand(3); in isLoadFromStackSlot() local
321 if (!OpOff.isImm() || OpOff.getImm() != 0) in isLoadFromStackSlot()
354 const MachineOperand &OpOff = MI.getOperand(1); in isStoreToStackSlot() local
355 if (!OpOff.isImm() || OpOff.getImm() != 0) in isStoreToStackSlot()
372 const MachineOperand &OpOff = MI.getOperand(2); in isStoreToStackSlot() local
373 if (!OpOff.isImm() || OpOff.getImm() != 0) in isStoreToStackSlot()