Searched refs:needsFrameMoves (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCRegisterInfo.h50 static bool needsFrameMoves(const MachineFunction &MF);
H A DARCRegisterInfo.cpp130 bool ARCRegisterInfo::needsFrameMoves(const MachineFunction &MF) { function in class:ARCRegisterInfo
131 return MF.needsFrameMoves();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.h45 static bool needsFrameMoves(const MachineFunction &MF);
H A DXCoreRegisterInfo.cpp205 bool XCoreRegisterInfo::needsFrameMoves(const MachineFunction &MF) { function in class:XCoreRegisterInfo
206 return MF.needsFrameMoves();
H A DXCoreFrameLowering.cpp257 bool emitFrameMoves = XCoreRegisterInfo::needsFrameMoves(MF);
424 bool emitFrameMoves = XCoreRegisterInfo::needsFrameMoves(*MF);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp54 if (!MF.needsFrameMoves())
H A DMachineFunction.cpp596 bool MachineFunction::needsFrameMoves() const { function in class:MachineFunction
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h607 bool needsFrameMoves() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp1059 bool needsFrameMoves = local
1060 MF.needsFrameMoves() && !MF.getTarget().getMCAsmInfo()->usesWindowsCFI();
1131 if (!NeedsWinCFI && needsFrameMoves) {
1411 if (needsFrameMoves) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1367 bool NeedsDwarfCFI = !IsWin64Prologue && MF.needsFrameMoves();
1990 MF.needsFrameMoves();
3206 bool DwarfCFI = !WindowsCFI && MF.needsFrameMoves();
H A DX86InstrInfo.cpp4448 bool NeedsDwarfCFI = !IsWin64Prologue && MF.needsFrameMoves();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp768 const bool needsCFI = MF.needsFrameMoves() && !Subtarget.isAIXABI();
1377 const bool needsCFI = MF.needsFrameMoves() && !Subtarget.isAIXABI();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp227 bool NeedCFI = MF.needsFrameMoves();

Completed in 231 milliseconds