Searched refs:getOpcodeForOffset (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZRegisterInfo.cpp | 322 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 D | SystemZInstrInfo.h | 325 unsigned getOpcodeForOffset(unsigned Opcode, int64_t Offset,
|
| H A D | SystemZInstrInfo.cpp | 95 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 D | SystemZFrameLowering.cpp | 727 unsigned NewOpcode = ZII->getOpcodeForOffset(Opcode, Offset); in emitEpilogue() 736 NewOpcode = ZII->getOpcodeForOffset(Opcode, Offset); in emitEpilogue()
|
| H A D | SystemZISelLowering.cpp | 8248 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 D | SystemZAsmPrinter.cpp | 337 unsigned Op = TII->getOpcodeForOffset(Op0, Disp); in emitInstruction()
|