Home
last modified time | relevance | path

Searched defs:needsFrameMoves (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCRegisterInfo.cpp130 bool ARCRegisterInfo::needsFrameMoves(const MachineFunction &MF) { in needsFrameMoves() function in ARCRegisterInfo
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.cpp205 bool XCoreRegisterInfo::needsFrameMoves(const MachineFunction &MF) { in needsFrameMoves() function in XCoreRegisterInfo
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp587 bool MachineFunction::needsFrameMoves() const { in needsFrameMoves() function in MachineFunction
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp1112 bool needsFrameMoves = in emitPrologue() local