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

/external/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.h51 static bool needsFrameMoves(const MachineFunction &MF);
H A DXCoreRegisterInfo.cpp205 bool XCoreRegisterInfo::needsFrameMoves(const MachineFunction &MF) { function in class:XCoreRegisterInfo
H A DXCoreFrameLowering.cpp256 bool emitFrameMoves = XCoreRegisterInfo::needsFrameMoves(MF);
418 bool emitFrameMoves = XCoreRegisterInfo::needsFrameMoves(*MF);
/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp507 bool needsFrameMoves = MMI.hasDebugInfo() || local
723 if (needsFrameMoves) {
762 if (needsFrameMoves) {
773 if (needsFrameMoves) {
/external/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp212 bool needsFrameMoves = MMI.hasDebugInfo() || Fn->needsUnwindTableEntry(); local
302 if (needsFrameMoves) {

Completed in 3002 milliseconds