Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreRegisterInfo.h49 static bool needsFrameMoves(const MachineFunction &MF);
DXCoreRegisterInfo.cpp205 bool XCoreRegisterInfo::needsFrameMoves(const MachineFunction &MF) { in needsFrameMoves() function in XCoreRegisterInfo
206 return MF.needsFrameMoves(); in needsFrameMoves()
DXCoreFrameLowering.cpp257 bool emitFrameMoves = XCoreRegisterInfo::needsFrameMoves(MF); in emitPrologue()
426 bool emitFrameMoves = XCoreRegisterInfo::needsFrameMoves(*MF); in spillCalleeSavedRegisters()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCRegisterInfo.cpp130 bool ARCRegisterInfo::needsFrameMoves(const MachineFunction &MF) { in needsFrameMoves() function in ARCRegisterInfo
131 return MF.needsFrameMoves(); in needsFrameMoves()
DARCRegisterInfo.h52 static bool needsFrameMoves(const MachineFunction &MF);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCFIInstrInserter.cpp52 if (!MF.needsFrameMoves()) in runOnMachineFunction()
DMachineFunction.cpp545 bool MachineFunction::needsFrameMoves() const { in needsFrameMoves() function in MachineFunction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp867 bool needsFrameMoves = in emitPrologue() local
868 MF.needsFrameMoves() && !MF.getTarget().getMCAsmInfo()->usesWindowsCFI(); in emitPrologue()
939 if (!NeedsWinCFI && needsFrameMoves) { in emitPrologue()
1235 if (needsFrameMoves) { in emitPrologue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFunction.h557 bool needsFrameMoves() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp996 bool NeedsDwarfCFI = !IsWin64Prologue && MF.needsFrameMoves(); in emitPrologue()
1618 MF.needsFrameMoves(); in emitEpilogue()
2815 bool DwarfCFI = !WindowsCFI && MF.needsFrameMoves(); in eliminateCallFramePseudoInstr()
DX86InstrInfo.cpp3964 bool NeedsDwarfCFI = !IsWin64Prologue && MF.needsFrameMoves(); in ExpandMOVImmSExti8()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp785 bool needsCFI = MF.needsFrameMoves(); in emitPrologue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp227 bool NeedCFI = MF.needsFrameMoves(); in runOnMachineFunction()