Home
last modified time | relevance | path

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

/src/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.h336 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()
1894 unsigned SystemZInstrInfo::getOpcodeForOffset(unsigned Opcode, in getOpcodeForOffset() function in SystemZInstrInfo
H A DSystemZFrameLowering.cpp715 unsigned NewOpcode = ZII->getOpcodeForOffset(Opcode, Offset); in emitEpilogue()
724 NewOpcode = ZII->getOpcodeForOffset(Opcode, Offset); in emitEpilogue()
H A DSystemZISelLowering.cpp8413 StoreOpcode = TII->getOpcodeForOffset(StoreOpcode, Disp); in emitCondStore()
8571 unsigned LOpcode = TII->getOpcodeForOffset(SystemZ::L, Disp); in emitAtomicLoadBinary()
8572 unsigned CSOpcode = TII->getOpcodeForOffset(SystemZ::CS, Disp); in emitAtomicLoadBinary()
8666 unsigned LOpcode = TII->getOpcodeForOffset(SystemZ::L, Disp); in emitAtomicLoadMinMax()
8667 unsigned CSOpcode = TII->getOpcodeForOffset(SystemZ::CS, Disp); in emitAtomicLoadMinMax()
8770 unsigned LOpcode = TII->getOpcodeForOffset(SystemZ::L, Disp); in emitAtomicCmpSwapW()
8771 unsigned CSOpcode = TII->getOpcodeForOffset(SystemZ::CS, Disp); in emitAtomicCmpSwapW()
8932 unsigned Opcode = TII->getOpcodeForOffset(SystemZ::LA, Disp); in emitMemMemWrapper()
H A DSystemZAsmPrinter.cpp338 unsigned Op = TII->getOpcodeForOffset(Op0, Disp); in emitInstruction()