Home
last modified time | relevance | path

Searched refs:addLiveIn (Results 1 – 25 of 54) sorted by relevance

123

/external/llvm/lib/Target/R600/
DSIPrepareScratchRegs.cpp82 Entry->addLiveIn(ScratchPtrPreloadReg); in runOnMachineFunction()
85 Entry->addLiveIn(ScratchOffsetPreloadReg); in runOnMachineFunction()
123 MBB.addLiveIn(ScratchOffsetReg); in runOnMachineFunction()
182 MBB.addLiveIn(ScratchOffsetReg); in runOnMachineFunction()
DSIMachineFunctionInfo.cpp62 BI->addLiveIn(LaneVGPR); in getSpilledReg()
DSIISelLowering.cpp494 MF.addLiveIn(InputPtrReg, &AMDGPU::SReg_64RegClass); in LowerFormalArguments()
495 MF.addLiveIn(ScratchPtrReg, &AMDGPU::SReg_64RegClass); in LowerFormalArguments()
548 Reg = MF.addLiveIn(Reg, &AMDGPU::SReg_64RegClass); in LowerFormalArguments()
555 Reg = MF.addLiveIn(Reg, RC); in LowerFormalArguments()
568 Reg = MF.addLiveIn(Reg, RC); in LowerFormalArguments()
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp261 MBB.addLiveIn(SuperReg); in spillCalleeSavedRegisters()
269 MBB.addLiveIn(Reg); in spillCalleeSavedRegisters()
315 MBB.addLiveIn(SuperReg); in restoreCalleeSavedRegisters()
322 MBB.addLiveIn(Reg); in restoreCalleeSavedRegisters()
DHexagonCFGOptimizer.cpp220 LayoutSucc->addLiveIn(NewLiveIn[i]); in runOnMachineFunction()
/external/mesa3d/src/gallium/drivers/radeon/
DSIAssignInterpRegs.cpp128 MRI.addLiveIn(physReg, virtReg); in AddLiveIn()
129 MF->front().addLiveIn(physReg); in AddLiveIn()
/external/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp144 MF.getRegInfo().addLiveIn(Mips::T9_64); in initGlobalBaseReg()
145 MBB.addLiveIn(Mips::T9_64); in initGlobalBaseReg()
172 MF.getRegInfo().addLiveIn(Mips::T9); in initGlobalBaseReg()
173 MBB.addLiveIn(Mips::T9); in initGlobalBaseReg()
207 MF.getRegInfo().addLiveIn(Mips::V0); in initGlobalBaseReg()
208 MBB.addLiveIn(Mips::V0); in initGlobalBaseReg()
DMips16FrameLowering.cpp126 EntryBlock->addLiveIn(Reg); in spillCalleeSavedRegisters()
DMipsSEFrameLowering.cpp482 MBB.addLiveIn(ehDataReg(I)); in emitPrologue()
586 EntryBlock->addLiveIn(Reg); in spillCalleeSavedRegisters()
/external/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp77 I->addLiveIn(MSP430::FP); in emitPrologue()
199 MBB.addLiveIn(Reg); in spillCalleeSavedRegisters()
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp119 MBB.addLiveIn(GPR64); in addSavedGPR()
203 MBB.addLiveIn(Reg); in spillCalleeSavedRegisters()
378 I->addLiveIn(SystemZ::R11D); in emitPrologue()
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp970 MBB.addLiveIn(Reg); in emitPushInst()
1175 MBB.addLiveIn(SupReg); in emitAlignedDPRCS2Spills()
1193 MBB.addLiveIn(SupReg); in emitAlignedDPRCS2Spills()
1205 MBB.addLiveIn(SupReg); in emitAlignedDPRCS2Spills()
1214 MBB.addLiveIn(NextReg); in emitAlignedDPRCS2Spills()
1908 AllocMBB->addLiveIn(*i); in adjustForSegmentedStacks()
1909 GetMBB->addLiveIn(*i); in adjustForSegmentedStacks()
1910 McrMBB->addLiveIn(*i); in adjustForSegmentedStacks()
1911 PrevStackMBB->addLiveIn(*i); in adjustForSegmentedStacks()
1912 PostStackMBB->addLiveIn(*i); in adjustForSegmentedStacks()
/external/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp388 EntryMBB->addLiveIn(LiveIns[i].first); in EmitLiveInCopies()
392 EntryMBB->addLiveIn(LiveIns[i].first); in EmitLiveInCopies()
DVirtRegMap.cpp268 LiveIn[i]->addLiveIn(SubReg); in addMBBLiveIns()
281 LiveIn[i]->addLiveIn(PhysReg); in addMBBLiveIns()
DCallingConvLower.cpp245 unsigned VReg = MF.addLiveIn(PReg, RC); in analyzeMustTailForwardedRegisters()
DMachineBasicBlock.cpp343 MachineBasicBlock::addLiveIn(unsigned PhysReg, const TargetRegisterClass *RC) { in addLiveIn() function in MachineBasicBlock
370 addLiveIn(PhysReg); in addLiveIn()
815 NMBB->addLiveIn(*I); in SplitCriticalEdge()
DMachineFunction.cpp435 unsigned MachineFunction::addLiveIn(unsigned PReg, in addLiveIn() function in MachineFunction
453 MRI.addLiveIn(PReg, VReg); in addLiveIn()
DBranchFolding.cpp400 NewMBB->addLiveIn(i); in MaintainLiveIns()
1863 TBB->addLiveIn(Def); in HoistCommonCodeInSuccs()
1864 FBB->addLiveIn(Def); in HoistCommonCodeInSuccs()
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp737 I->addLiveIn(MachineFramePtr); in emitPrologue()
1448 MBB.addLiveIn(Reg); in spillCalleeSavedRegisters()
1461 MBB.addLiveIn(Reg); in spillCalleeSavedRegisters()
1639 allocMBB->addLiveIn(*i); in adjustForSegmentedStacks()
1640 checkMBB->addLiveIn(*i); in adjustForSegmentedStacks()
1644 allocMBB->addLiveIn(IsLP64 ? X86::R10 : X86::R10D); in adjustForSegmentedStacks()
1919 stackCheckMBB->addLiveIn(*I); in adjustForHiPEPrologue()
1920 incStackMBB->addLiveIn(*I); in adjustForHiPEPrologue()
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp262 MBB.addLiveIn(XCore::LR); in emitPrologue()
287 MBB.addLiveIn(SpillList[i].Reg); in emitPrologue()
431 MBB.addLiveIn(Reg); in spillCalleeSavedRegisters()
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
DLivenessAnalyzer.java219 blockN.addLiveIn(regV); in liveInAtStatement()
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h320 void addLiveIn(unsigned Reg) { LiveIns.push_back(Reg); }
325 unsigned addLiveIn(unsigned PhysReg, const TargetRegisterClass *RC);
DMachineFunction.h328 unsigned addLiveIn(unsigned PReg, const TargetRegisterClass *RC);
/external/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp239 MBB->addLiveIn(reg - SP::I0 + SP::O0); in remapRegsForLeafProc()
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp790 MBB.addLiveIn(Reg1); in spillCalleeSavedRegisters()
791 MBB.addLiveIn(Reg2); in spillCalleeSavedRegisters()

123