Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp326 unsigned OpcodeForOffset = TII->getOpcodeForOffset(Opcode, Offset, &*MI); in eliminateFrameIndex()
342 OpcodeForOffset = TII->getOpcodeForOffset(Opcode, Offset); in eliminateFrameIndex()
361 unsigned LAOpcode = TII->getOpcodeForOffset(SystemZ::LA, HighOffset); in eliminateFrameIndex()
H A DSystemZInstrInfo.h336 unsigned getOpcodeForOffset(unsigned Opcode, int64_t Offset,
H A DSystemZInstrInfo.cpp97 unsigned HighOpcode = getOpcodeForOffset(NewOpcode, HighOffsetOp.getImm()); in splitMove()
98 unsigned LowOpcode = getOpcodeForOffset(NewOpcode, LowOffsetOp.getImm()); in splitMove()
145 unsigned NewOpcode = getOpcodeForOffset(SystemZ::LA, Offset); in splitAdjDynAlloc()
198 unsigned Opcode = getOpcodeForOffset( in expandRXYPseudo()
1938 unsigned SystemZInstrInfo::getOpcodeForOffset(unsigned Opcode, in getOpcodeForOffset() function in SystemZInstrInfo
H A DSystemZFrameLowering.cpp747 unsigned NewOpcode = ZII->getOpcodeForOffset(Opcode, Offset); in emitEpilogue()
756 NewOpcode = ZII->getOpcodeForOffset(Opcode, Offset); in emitEpilogue()
H A DSystemZISelLowering.cpp9737 StoreOpcode = TII->getOpcodeForOffset(StoreOpcode, Disp); in emitCondStore()
9895 unsigned LOpcode = TII->getOpcodeForOffset(SystemZ::L, Disp); in emitAtomicLoadBinary()
9896 unsigned CSOpcode = TII->getOpcodeForOffset(SystemZ::CS, Disp); in emitAtomicLoadBinary()
9990 unsigned LOpcode = TII->getOpcodeForOffset(SystemZ::L, Disp); in emitAtomicLoadMinMax()
9991 unsigned CSOpcode = TII->getOpcodeForOffset(SystemZ::CS, Disp); in emitAtomicLoadMinMax()
10094 unsigned LOpcode = TII->getOpcodeForOffset(SystemZ::L, Disp); in emitAtomicCmpSwapW()
10095 unsigned CSOpcode = TII->getOpcodeForOffset(SystemZ::CS, Disp); in emitAtomicCmpSwapW()
10256 unsigned Opcode = TII->getOpcodeForOffset(SystemZ::LA, Disp); in emitMemMemWrapper()
H A DSystemZAsmPrinter.cpp357 unsigned Op = TII->getOpcodeForOffset(Op0, Disp); in emitInstruction()