Searched defs:emitFrameMoves (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/XCore/
H A DXCoreFrameLowering.cpp121 bool emitFrameMoves = RegInfo->needsFrameMoves(MF); local
138 if (emitFrameMoves) {
160 if (emitFrameMoves) {
176 if (emitFrameMoves) {
187 if (emitFrameMoves) {
197 if (emitFrameMoves) {
285 bool emitFrameMoves = XCoreRegisterInfo::needsFrameMoves(*MF); local
299 if (emitFrameMoves) {
/external/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp101 bool emitFrameMoves) {
109 if (emitFrameMoves)
256 bool emitFrameMoves = XCoreRegisterInfo::needsFrameMoves(MF); local
267 if (emitFrameMoves) {
284 emitFrameMoves);
293 if (emitFrameMoves) {
301 emitFrameMoves);
307 if (emitFrameMoves)
312 if (emitFrameMoves) {
425 bool emitFrameMoves local
97 IfNeededExtSP(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, const DebugLoc &dl, const TargetInstrInfo &TII, MachineModuleInfo *MMI, int OffsetFromTop, int &Adjusted, int FrameSize, bool emitFrameMoves) argument
[all...]

Completed in 123 milliseconds