Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp322 unsigned OpcodeForOffset = TII->getOpcodeForOffset(Opcode, Offset, &*MI); in eliminateFrameIndex()
338 OpcodeForOffset = TII->getOpcodeForOffset(Opcode, Offset); in eliminateFrameIndex()
357 unsigned LAOpcode = TII->getOpcodeForOffset(SystemZ::LA, HighOffset); in eliminateFrameIndex()
H A DSystemZInstrInfo.h325 unsigned getOpcodeForOffset(unsigned Opcode, int64_t Offset,
H A DSystemZInstrInfo.cpp95 unsigned HighOpcode = getOpcodeForOffset(NewOpcode, HighOffsetOp.getImm()); in splitMove()
96 unsigned LowOpcode = getOpcodeForOffset(NewOpcode, LowOffsetOp.getImm()); in splitMove()
143 unsigned NewOpcode = getOpcodeForOffset(SystemZ::LA, Offset); in splitAdjDynAlloc()
196 unsigned Opcode = getOpcodeForOffset( in expandRXYPseudo()
1646 unsigned SystemZInstrInfo::getOpcodeForOffset(unsigned Opcode, in getOpcodeForOffset() function in SystemZInstrInfo
H A DSystemZFrameLowering.cpp727 unsigned NewOpcode = ZII->getOpcodeForOffset(Opcode, Offset); in emitEpilogue()
736 NewOpcode = ZII->getOpcodeForOffset(Opcode, Offset); in emitEpilogue()
H A DSystemZISelLowering.cpp8248 StoreOpcode = TII->getOpcodeForOffset(StoreOpcode, Disp); in emitCondStore()
8405 unsigned LOpcode = TII->getOpcodeForOffset(SystemZ::L, Disp); in emitAtomicLoadBinary()
8406 unsigned CSOpcode = TII->getOpcodeForOffset(SystemZ::CS, Disp); in emitAtomicLoadBinary()
8500 unsigned LOpcode = TII->getOpcodeForOffset(SystemZ::L, Disp); in emitAtomicLoadMinMax()
8501 unsigned CSOpcode = TII->getOpcodeForOffset(SystemZ::CS, Disp); in emitAtomicLoadMinMax()
8604 unsigned LOpcode = TII->getOpcodeForOffset(SystemZ::L, Disp); in emitAtomicCmpSwapW()
8605 unsigned CSOpcode = TII->getOpcodeForOffset(SystemZ::CS, Disp); in emitAtomicCmpSwapW()
8774 unsigned Opcode = TII->getOpcodeForOffset(SystemZ::LA, Disp); in emitMemMemWrapper()
H A DSystemZAsmPrinter.cpp337 unsigned Op = TII->getOpcodeForOffset(Op0, Disp); in emitInstruction()