LLVM 20.0.0git
|
Classes | |
struct | GPRRegs |
Enumerations | |
enum | FixupKind { FK_390_PC12DBL = FirstTargetFixupKind , FK_390_PC16DBL , FK_390_PC24DBL , FK_390_PC32DBL , FK_390_TLS_CALL , FK_390_S8Imm , FK_390_S16Imm , FK_390_S20Imm , FK_390_S32Imm , FK_390_U1Imm , FK_390_U2Imm , FK_390_U3Imm , FK_390_U4Imm , FK_390_U8Imm , FK_390_U12Imm , FK_390_U16Imm , FK_390_U32Imm , FK_390_U48Imm , LastTargetFixupKind , NumTargetFixupKinds = LastTargetFixupKind - FirstTargetFixupKind } |
Functions | |
static bool | isImmLL (uint64_t Val) |
static bool | isImmLH (uint64_t Val) |
static bool | isImmHL (uint64_t Val) |
static bool | isImmHH (uint64_t Val) |
static bool | isImmLF (uint64_t Val) |
static bool | isImmHF (uint64_t Val) |
int | getTwoOperandOpcode (uint16_t Opcode) |
int | getTargetMemOpcode (uint16_t Opcode) |
unsigned | reverseCCMask (unsigned CCMask) |
MachineBasicBlock * | emitBlockAfter (MachineBasicBlock *MBB) |
MachineBasicBlock * | splitBlockAfter (MachineBasicBlock::iterator MI, MachineBasicBlock *MBB) |
MachineBasicBlock * | splitBlockBefore (MachineBasicBlock::iterator MI, MachineBasicBlock *MBB) |
unsigned | even128 (bool Is32bit) |
unsigned | odd128 (bool Is32bit) |
bool | isHighReg (unsigned int Reg) |
Definition at line 17 of file SystemZMCFixups.h.
MachineBasicBlock * llvm::SystemZ::emitBlockAfter | ( | MachineBasicBlock * | MBB | ) |
Definition at line 2163 of file SystemZInstrInfo.cpp.
References llvm::MachineFunction::CreateMachineBasicBlock(), llvm::MachineBasicBlock::getBasicBlock(), llvm::MachineBasicBlock::getParent(), llvm::MachineFunction::insert(), and MBB.
Referenced by llvm::SystemZELFFrameLowering::inlineStackProbe(), splitBlockAfter(), and splitBlockBefore().
Definition at line 26 of file SystemZRegisterInfo.h.
Referenced by lowerGR128Binary().
int llvm::SystemZ::getTargetMemOpcode | ( | uint16_t | Opcode | ) |
Referenced by llvm::SystemZInstrInfo::foldMemoryOperandImpl().
int llvm::SystemZ::getTwoOperandOpcode | ( | uint16_t | Opcode | ) |
Referenced by llvm::SystemZRegisterInfo::getRegAllocationHints().
Definition at line 35 of file SystemZRegisterInfo.h.
References assert(), contains(), and Reg.
Referenced by llvm::SystemZInstrInfo::expandPostRAPseudo().
Definition at line 176 of file SystemZ.h.
Referenced by getTestUnderMaskCond().
Definition at line 171 of file SystemZ.h.
Referenced by getTestUnderMaskCond().
Definition at line 166 of file SystemZ.h.
Referenced by getTestUnderMaskCond(), and llvm::SystemZInstrInfo::loadImmediate().
Definition at line 161 of file SystemZ.h.
Referenced by getTestUnderMaskCond(), and llvm::SystemZInstrInfo::loadImmediate().
Definition at line 29 of file SystemZRegisterInfo.h.
Referenced by lowerGR128Binary().
Definition at line 2156 of file SystemZInstrInfo.cpp.
References CCMASK_CMP_EQ, CCMASK_CMP_GT, CCMASK_CMP_LT, and CCMASK_CMP_UO.
Referenced by adjustForFNeg(), combineCCMask(), getCmp(), and llvm::SystemZInstrInfo::prepareCompareSwapOperands().
MachineBasicBlock * llvm::SystemZ::splitBlockAfter | ( | MachineBasicBlock::iterator | MI, |
MachineBasicBlock * | MBB | ||
) |
Definition at line 2170 of file SystemZInstrInfo.cpp.
References llvm::MachineBasicBlock::begin(), emitBlockAfter(), llvm::MachineBasicBlock::end(), MBB, MI, llvm::MachineBasicBlock::splice(), and llvm::MachineBasicBlock::transferSuccessorsAndUpdatePHIs().
MachineBasicBlock * llvm::SystemZ::splitBlockBefore | ( | MachineBasicBlock::iterator | MI, |
MachineBasicBlock * | MBB | ||
) |
Definition at line 2179 of file SystemZInstrInfo.cpp.
References llvm::MachineBasicBlock::begin(), emitBlockAfter(), llvm::MachineBasicBlock::end(), MBB, MI, llvm::MachineBasicBlock::splice(), and llvm::MachineBasicBlock::transferSuccessorsAndUpdatePHIs().
Referenced by llvm::SystemZELFFrameLowering::inlineStackProbe(), and llvm::SystemZXPLINKFrameLowering::inlineStackProbe().
Definition at line 27 of file SystemZ.h.
Referenced by getIPMConversion(), and isIntrinsicWithCC().
Definition at line 28 of file SystemZ.h.
Referenced by adjustICmp128(), and getIPMConversion().
Definition at line 29 of file SystemZ.h.
Referenced by getIPMConversion().
Definition at line 30 of file SystemZ.h.
Referenced by getIPMConversion(), and isIntrinsicWithCC().
Definition at line 31 of file SystemZ.h.
Referenced by adjustICmp128(), llvm::SystemZInstrInfo::analyzeBranch(), llvm::SystemZInstrInfo::getBranchInfo(), getTestUnderMaskCond(), and isIntrinsicWithCC().
const unsigned llvm::SystemZ::CCMASK_ARITH = CCMASK_ANY |
Definition at line 35 of file SystemZ.h.
Referenced by adjustForSubtraction(), adjustForTestUnderMask(), adjustICmp128(), adjustZeroCmp(), combineCCMask(), getCmp(), getTestUnderMaskCond(), and reverseCCMask().
const unsigned llvm::SystemZ::CCMASK_CMP_GE = CCMASK_CMP_EQ | CCMASK_CMP_GT |
Definition at line 40 of file SystemZ.h.
Referenced by adjustICmp128(), adjustSubwordCmp(), adjustZeroCmp(), llvm::SystemZTargetLowering::EmitInstrWithCustomInserter(), and getTestUnderMaskCond().
Definition at line 37 of file SystemZ.h.
Referenced by adjustForTestUnderMask(), adjustICmp128(), adjustSubwordCmp(), adjustZeroCmp(), getTestUnderMaskCond(), llvm::SystemZELFFrameLowering::inlineStackProbe(), and reverseCCMask().
const unsigned llvm::SystemZ::CCMASK_CMP_LE = CCMASK_CMP_EQ | CCMASK_CMP_LT |
Definition at line 39 of file SystemZ.h.
Referenced by adjustForTestUnderMask(), adjustICmp128(), adjustZeroCmp(), llvm::SystemZTargetLowering::EmitInstrWithCustomInserter(), and getTestUnderMaskCond().
Definition at line 36 of file SystemZ.h.
Referenced by adjustICmp128(), adjustSubwordCmp(), adjustZeroCmp(), getTestUnderMaskCond(), llvm::SystemZXPLINKFrameLowering::inlineStackProbe(), and reverseCCMask().
const unsigned llvm::SystemZ::CCMASK_CMP_NE = CCMASK_CMP_LT | CCMASK_CMP_GT |
Definition at line 38 of file SystemZ.h.
Referenced by adjustForSubtraction(), adjustForTestUnderMask(), adjustICmp128(), combineCCMask(), llvm::SystemZInstrInfo::getBranchInfo(), getCmp(), and getTestUnderMaskCond().
const unsigned llvm::SystemZ::CCMASK_CMP_O = CCMASK_ANY ^ CCMASK_CMP_UO |
Definition at line 44 of file SystemZ.h.
Referenced by CCMaskForCondCode().
Definition at line 43 of file SystemZ.h.
Referenced by CCMaskForCondCode(), getCmp(), and reverseCCMask().
Definition at line 69 of file SystemZ.h.
Referenced by llvm::SystemZTargetLowering::LowerOperationWrapper().
Definition at line 67 of file SystemZ.h.
Referenced by llvm::SystemZTargetLowering::LowerOperationWrapper().
Definition at line 47 of file SystemZ.h.
Referenced by combineCCMask(), llvm::SystemZInstrInfo::getBranchInfo(), getCmp(), llvm::SystemZELFFrameLowering::inlineStackProbe(), and llvm::SystemZXPLINKFrameLowering::inlineStackProbe().
const unsigned llvm::SystemZ::CCMASK_LOGICAL = CCMASK_ANY |
const unsigned llvm::SystemZ::CCMASK_LOGICAL_BORROW = CCMASK_LOGICAL_NOCARRY |
const unsigned llvm::SystemZ::CCMASK_LOGICAL_NOBORROW = CCMASK_LOGICAL_CARRY |
Definition at line 74 of file SystemZ.h.
Referenced by llvm::SystemZSelectionDAGInfo::EmitTargetCodeForMemchr().
Definition at line 72 of file SystemZ.h.
Referenced by llvm::SystemZSelectionDAGInfo::EmitTargetCodeForMemchr().
const unsigned llvm::SystemZ::CCMASK_TBEGIN = CCMASK_ANY |
Definition at line 92 of file SystemZ.h.
Referenced by isIntrinsicWithCCAndChain().
const unsigned llvm::SystemZ::CCMASK_TDC = CCMASK_TDC_NOMATCH | CCMASK_TDC_MATCH |
Definition at line 109 of file SystemZ.h.
Referenced by isIntrinsicWithCC().
const unsigned llvm::SystemZ::CCMASK_TEND = CCMASK_TEND_TX | CCMASK_TEND_NOTX |
Definition at line 97 of file SystemZ.h.
Referenced by isIntrinsicWithCCAndChain().
const unsigned llvm::SystemZ::CCMASK_TM = CCMASK_ANY |
Definition at line 85 of file SystemZ.h.
Referenced by adjustForTestUnderMask().
Definition at line 77 of file SystemZ.h.
Referenced by getTestUnderMaskCond().
Definition at line 80 of file SystemZ.h.
Referenced by getTestUnderMaskCond().
Definition at line 78 of file SystemZ.h.
Referenced by emitCmp(), and getTestUnderMaskCond().
Definition at line 79 of file SystemZ.h.
Referenced by emitCmp(), and getTestUnderMaskCond().
Definition at line 83 of file SystemZ.h.
Referenced by getTestUnderMaskCond().
Definition at line 84 of file SystemZ.h.
Referenced by getTestUnderMaskCond().
const unsigned llvm::SystemZ::CCMASK_TM_SOME_0 = CCMASK_TM_ALL_1 ^ CCMASK_ANY |
Definition at line 81 of file SystemZ.h.
Referenced by getTestUnderMaskCond().
const unsigned llvm::SystemZ::CCMASK_TM_SOME_1 = CCMASK_TM_ALL_0 ^ CCMASK_ANY |
Definition at line 82 of file SystemZ.h.
Referenced by getTestUnderMaskCond().
Definition at line 104 of file SystemZ.h.
Referenced by adjustForTestUnderMask(), adjustICmp128(), and isIntrinsicWithCC().
Definition at line 101 of file SystemZ.h.
Referenced by adjustForTestUnderMask(), and adjustICmp128().
Definition at line 18 of file SystemZCallingConv.cpp.
Referenced by llvm::SystemZTargetLowering::LowerFormalArguments().
Definition at line 14 of file SystemZCallingConv.cpp.
Referenced by llvm::SystemZELFFrameLowering::assignCalleeSavedSpillSlots(), llvm::CC_SystemZ_I128Indirect(), llvm::SystemZELFFrameLowering::determineCalleeSaves(), and llvm::SystemZELFFrameLowering::spillCalleeSavedRegisters().
Definition at line 22 of file SystemZCallingConv.h.
Referenced by llvm::SystemZTargetLowering::LowerFormalArguments().
Definition at line 19 of file SystemZCallingConv.h.
Referenced by llvm::SystemZELFFrameLowering::assignCalleeSavedSpillSlots(), llvm::SystemZELFFrameLowering::determineCalleeSaves(), and llvm::SystemZELFFrameLowering::spillCalleeSavedRegisters().
Definition at line 112 of file SystemZ.h.
Referenced by addIPMSequence(), combineCCMask(), llvm::SystemZInstrInfo::copyPhysReg(), getCCResult(), and getIPMConversion().
|
static |
Definition at line 44 of file SystemZMCFixups.h.
const unsigned llvm::SystemZ::TDCMASK_ALL = TDCMASK_PLUS | TDCMASK_MINUS |
const unsigned llvm::SystemZ::TDCMASK_ZERO = TDCMASK_ZERO_PLUS | TDCMASK_ZERO_MINUS |
Definition at line 154 of file SystemZ.h.
Referenced by getVectorIntrinsicInstrCost(), llvm::SystemZVectorConstantInfo::isVectorConstantLegal(), llvm::SystemZTTIImpl::shouldExpandReduction(), and llvm::SystemZVectorConstantInfo::SystemZVectorConstantInfo().
const unsigned llvm::SystemZ::VectorBytes = VectorBits / 8 |
Definition at line 158 of file SystemZ.h.
Referenced by getGeneralPermuteNode(), getPermuteNode(), isShlDoublePermute(), llvm::SystemZVectorConstantInfo::isVectorConstantLegal(), matchDoublePermute(), and matchPermute().
Definition at line 28 of file SystemZCallingConv.cpp.
Referenced by llvm::CC_XPLINK64_Shadow_Reg().
Definition at line 23 of file SystemZCallingConv.cpp.
Referenced by llvm::CC_SystemZ_I128Indirect(), llvm::CC_XPLINK64_Shadow_Reg(), and llvm::SystemZXPLINKFrameLowering::emitPrologue().
Definition at line 28 of file SystemZCallingConv.h.
Referenced by llvm::CC_XPLINK64_Shadow_Reg().
Definition at line 25 of file SystemZCallingConv.h.
Referenced by llvm::SystemZXPLINKFrameLowering::emitPrologue().