Home
last modified time | relevance | path

Searched refs:FrameLabel (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUFrameLowering.cpp101 MCSymbol *FrameLabel = 0; in emitPrologue() local
118 FrameLabel = MMI.getContext().CreateTempSymbol(); in emitPrologue()
119 BuildMI(MBB, MBBI, dl, TII.get(SPU::PROLOG_LABEL)).addSym(FrameLabel); in emitPrologue()
163 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc)); in emitPrologue()
173 Moves.push_back(MachineMove(FrameLabel, CSDst, CSSrc)); in emitPrologue()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreFrameLowering.cpp142 MCSymbol *FrameLabel = MMI->getContext().CreateTempSymbol(); in emitPrologue() local
143 BuildMI(MBB, MBBI, dl, TII.get(XCore::PROLOG_LABEL)).addSym(FrameLabel); in emitPrologue()
147 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc)); in emitPrologue()
152 Moves.push_back(MachineMove(FrameLabel, CSDst, CSSrc)); in emitPrologue()
189 MCSymbol *FrameLabel = MMI->getContext().CreateTempSymbol(); in emitPrologue() local
190 BuildMI(MBB, MBBI, dl, TII.get(XCore::PROLOG_LABEL)).addSym(FrameLabel); in emitPrologue()
193 MMI->getFrameMoves().push_back(MachineMove(FrameLabel, SPDst, SPSrc)); in emitPrologue()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCFrameLowering.cpp265 MCSymbol *FrameLabel = 0; in emitPrologue() local
428 FrameLabel = MMI.getContext().CreateTempSymbol(); in emitPrologue()
429 BuildMI(MBB, MBBI, dl, TII.get(PPC::PROLOG_LABEL)).addSym(FrameLabel); in emitPrologue()
435 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc)); in emitPrologue()
438 Moves.push_back(MachineMove(FrameLabel, SP, SP)); in emitPrologue()
444 Moves.push_back(MachineMove(FrameLabel, FPDst, FPSrc)); in emitPrologue()
450 Moves.push_back(MachineMove(FrameLabel, LRDst, LRSrc)); in emitPrologue()
482 MCSymbol *Label = HasFP ? ReadyLabel : FrameLabel; in emitPrologue()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FrameLowering.cpp703 MCSymbol *FrameLabel = MMI.getContext().CreateTempSymbol(); in emitPrologue() local
705 .addSym(FrameLabel); in emitPrologue()
711 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc)); in emitPrologue()
715 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc)); in emitPrologue()
721 Moves.push_back(MachineMove(FrameLabel, FPDst, FPSrc)); in emitPrologue()
732 MCSymbol *FrameLabel = MMI.getContext().CreateTempSymbol(); in emitPrologue() local
734 .addSym(FrameLabel); in emitPrologue()
739 Moves.push_back(MachineMove(FrameLabel, FPDst, FPSrc)); in emitPrologue()
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp744 MCSymbol *FrameLabel = MMI.getContext().createTempSymbol(); in insertCFIInstructionsAt() local
762 auto DefCfa = MCCFIInstruction::createDefCfa(FrameLabel, DwFPReg, -8); in insertCFIInstructionsAt()
766 auto OffR31 = MCCFIInstruction::createOffset(FrameLabel, DwRAReg, -4); in insertCFIInstructionsAt()
770 auto OffR30 = MCCFIInstruction::createOffset(FrameLabel, DwFPReg, -8); in insertCFIInstructionsAt()
815 auto OffReg = MCCFIInstruction::createOffset(FrameLabel, DwarfReg, in insertCFIInstructionsAt()
830 auto OffHi = MCCFIInstruction::createOffset(FrameLabel, HiDwarfReg, in insertCFIInstructionsAt()
834 auto OffLo = MCCFIInstruction::createOffset(FrameLabel, LoDwarfReg, in insertCFIInstructionsAt()
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp447 MCSymbol *FrameLabel = MMI.getContext().createTempSymbol(); in emitPrologue() local
450 MCCFIInstruction::createDefCfaOffset(FrameLabel, -NumBytes)); in emitPrologue()