Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp307 const MachineOperand OpOff = MI.getOperand(2); in isLoadFromStackSlot() local
308 if (!OpOff.isImm() || OpOff.getImm() != 0) in isLoadFromStackSlot()
321 const MachineOperand OpOff = MI.getOperand(3); in isLoadFromStackSlot() local
322 if (!OpOff.isImm() || OpOff.getImm() != 0) in isLoadFromStackSlot()
355 const MachineOperand &OpOff = MI.getOperand(1); in isStoreToStackSlot() local
356 if (!OpOff.isImm() || OpOff.getImm() != 0) in isStoreToStackSlot()
373 const MachineOperand &OpOff = MI.getOperand(2); in isStoreToStackSlot() local
374 if (!OpOff.isImm() || OpOff.getImm() != 0) in isStoreToStackSlot()