Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp305 const MachineOperand OpOff = MI.getOperand(2); in isLoadFromStackSlot() local
306 if (!OpOff.isImm() || OpOff.getImm() != 0) in isLoadFromStackSlot()
319 const MachineOperand OpOff = MI.getOperand(3); in isLoadFromStackSlot() local
320 if (!OpOff.isImm() || OpOff.getImm() != 0) in isLoadFromStackSlot()
353 const MachineOperand &OpOff = MI.getOperand(1); in isStoreToStackSlot() local
354 if (!OpOff.isImm() || OpOff.getImm() != 0) in isStoreToStackSlot()
371 const MachineOperand &OpOff = MI.getOperand(2); in isStoreToStackSlot() local
372 if (!OpOff.isImm() || OpOff.getImm() != 0) in isStoreToStackSlot()