Home
last modified time | relevance | path

Searched refs:SPCopy (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/X86/
DX86CallFrameOptimization.cpp57 : FrameSetup(nullptr), Call(nullptr), SPCopy(nullptr), ExpectedDist(0), in CallContext()
67 MachineInstr *SPCopy; member
355 Context.SPCopy = &*I++; in collectCallInfo()
356 StackPtr = Context.SPCopy->getOperand(0).getReg(); in collectCallInfo()
542 if (Context.SPCopy && MRI->use_empty(Context.SPCopy->getOperand(0).getReg())) in adjustCallSequence()
543 Context.SPCopy->eraseFromParent(); in adjustCallSequence()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86CallFrameOptimization.cpp88 MachineInstr *SPCopy = nullptr; member
395 Context.SPCopy = &*J++; in collectCallInfo()
396 StackPtr = Context.SPCopy->getOperand(0).getReg(); in collectCallInfo()
588 if (Context.SPCopy && MRI->use_empty(Context.SPCopy->getOperand(0).getReg())) in adjustCallSequence()
589 Context.SPCopy->eraseFromParent(); in adjustCallSequence()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRFrameLowering.cpp514 unsigned SPCopy = in runOnMachineFunction() local
519 BuildMI(EntryMBB, MBBI, DL, TII.get(AVR::COPY), SPCopy).addReg(AVR::SP); in runOnMachineFunction()
528 .addReg(SPCopy, RegState::Kill); in runOnMachineFunction()