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

/external/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.h50 static bool needsFrameMoves(const MachineFunction &MF);
H A DXCoreRegisterInfo.cpp206 bool XCoreRegisterInfo::needsFrameMoves(const MachineFunction &MF) { function in class:XCoreRegisterInfo
H A DXCoreFrameLowering.cpp256 bool emitFrameMoves = XCoreRegisterInfo::needsFrameMoves(MF);
425 bool emitFrameMoves = XCoreRegisterInfo::needsFrameMoves(*MF);
/external/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp288 bool needsFrameMoves = MMI.hasDebugInfo() || Fn->needsUnwindTableEntry(); local
404 if (needsFrameMoves) {

Completed in 528 milliseconds