Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h502 static bool isSEHInstruction(const MachineInstr &MI);
H A DAArch64FrameLowering.cpp1481 if (AArch64InstrInfo::isSEHInstruction(*SEH)) in convertCalleeSaveRestoreToSPPrePostIncDec()
1551 if (AArch64InstrInfo::isSEHInstruction(MI)) in fixupCalleeSaveRestoreStackOffset()
1590 assert(AArch64InstrInfo::isSEHInstruction(*MBBI) && in fixupCalleeSaveRestoreStackOffset()
2352 AArch64InstrInfo::isSEHInstruction(*Pop)) in emitEpilogue()
H A DAArch64InstrInfo.cpp1052 bool AArch64InstrInfo::isSEHInstruction(const MachineInstr &MI) { in isSEHInstruction() function in AArch64InstrInfo
1165 if (isSEHInstruction(MI)) in isSchedulingBoundary()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h781 static inline bool isSEHInstruction(const MachineInstr &MI) { in isSEHInstruction() function
H A DARMFrameLowering.cpp525 if (Next != End && isSEHInstruction(*Next)) { in insertSEHRange()
527 while (MI != End && isSEHInstruction(*MI)) in insertSEHRange()
H A DARMBaseInstrInfo.cpp2065 if (isSEHInstruction(MI)) in isSchedulingBoundary()