Searched refs:addLiveIn (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-10.2-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp261 MBB.addLiveIn(SuperReg);
269 MBB.addLiveIn(Reg);
315 MBB.addLiveIn(SuperReg);
322 MBB.addLiveIn(Reg);
H A DHexagonCFGOptimizer.cpp223 LayoutSucc->addLiveIn(NewLiveIn[i]);
/freebsd-10.2-release/contrib/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp127 MBB.addLiveIn(XCore::LR);
150 MBB.addLiveIn(XCore::LR);
166 MBB.addLiveIn(XCore::R10);
286 MBB.addLiveIn(it->getReg());
/freebsd-10.2-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp76 I->addLiveIn(MSP430::FPW);
198 MBB.addLiveIn(Reg);
/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp145 MF.getRegInfo().addLiveIn(Mips::T9_64);
146 MBB.addLiveIn(Mips::T9_64);
173 MF.getRegInfo().addLiveIn(Mips::T9);
174 MBB.addLiveIn(Mips::T9);
208 MF.getRegInfo().addLiveIn(Mips::V0);
209 MBB.addLiveIn(Mips::V0);
H A DMips16FrameLowering.cpp121 EntryBlock->addLiveIn(Reg);
H A DMipsSEFrameLowering.cpp357 MBB.addLiveIn(ehDataReg(I));
461 EntryBlock->addLiveIn(Reg);
H A DMipsDelaySlotFiller.cpp287 MBB.addLiveIn(R);
/freebsd-10.2-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp119 MBB.addLiveIn(GPR64);
203 MBB.addLiveIn(Reg);
383 I->addLiveIn(SystemZ::R11D);
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp392 EntryMBB->addLiveIn(LiveIns[i].first);
396 EntryMBB->addLiveIn(LiveIns[i].first);
H A DVirtRegMap.cpp258 LiveIn[i]->addLiveIn(PhysReg);
H A DMachineBasicBlock.cpp346 MachineBasicBlock::addLiveIn(unsigned PhysReg, const TargetRegisterClass *RC) { function in class:MachineBasicBlock
373 addLiveIn(PhysReg);
812 NMBB->addLiveIn(*I);
H A DMachineFunction.cpp421 /// addLiveIn - Add the specified physical register as a live-in value and
423 unsigned MachineFunction::addLiveIn(unsigned PReg, function in class:MachineFunction
432 MRI.addLiveIn(PReg, VReg);
H A DBranchFolding.cpp387 NewMBB->addLiveIn(i);
1725 TBB->addLiveIn(Def);
1726 FBB->addLiveIn(Def);
H A DMachineCSE.cpp574 MBB->addLiveIn(LiveIn);
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp540 I->addLiveIn(FramePtr);
988 MBB.addLiveIn(Reg);
1008 MBB.addLiveIn(Reg);
1183 allocMBB->addLiveIn(*i);
1184 checkMBB->addLiveIn(*i);
1188 allocMBB->addLiveIn(X86::R10);
1425 stackCheckMBB->addLiveIn(*I);
1426 incStackMBB->addLiveIn(*I);
/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h295 /// addLiveIn - Add the specified register as a live in. Note that it
297 void addLiveIn(unsigned Reg) { LiveIns.push_back(Reg); } function in class:llvm::MachineBasicBlock
302 unsigned addLiveIn(unsigned PhysReg, const TargetRegisterClass *RC);
H A DMachineFunction.h307 /// addLiveIn - Add the specified physical register as a live-in value and
309 unsigned addLiveIn(unsigned PReg, const TargetRegisterClass *RC);
H A DMachineRegisterInfo.h519 /// addLiveIn - Add the specified register as a live-in. Note that it
521 void addLiveIn(unsigned Reg, unsigned vreg = 0) { function in class:llvm::MachineRegisterInfo
/freebsd-10.2-release/contrib/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp232 MBB->addLiveIn(reg - SP::I0 + SP::O0);
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp619 MBB.addLiveIn(Reg);
814 MBB.addLiveIn(SupReg);
832 MBB.addLiveIn(SupReg);
844 MBB.addLiveIn(SupReg);
853 MBB.addLiveIn(NextReg);
H A DThumb1FrameLowering.cpp357 MBB.addLiveIn(Reg);
/freebsd-10.2-release/contrib/llvm/lib/Target/R600/
H A DSIISelLowering.cpp257 MF.addLiveIn(AMDGPU::SGPR0_SGPR1, &AMDGPU::SReg_64RegClass);
296 Reg = MF.addLiveIn(Reg, &AMDGPU::SReg_64RegClass);
303 Reg = MF.addLiveIn(Reg, RC);
316 Reg = MF.addLiveIn(Reg, RC);
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2041 unsigned Reg = MF.addLiveIn(VA.getLocReg(), RC);
2133 VReg = MF.addLiveIn(GPArgRegs[GPRIndex], &PPC::GPRCRegClass);
2152 VReg = MF.addLiveIn(FPArgRegs[FPRIndex], &PPC::F8RCRegClass);
2328 unsigned VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
2367 VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
2390 unsigned VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
2417 VReg = MF.addLiveIn(FPR[FPR_idx], &PPC::F4RCRegClass);
2419 VReg = MF.addLiveIn(FPR[FPR_idx], &PPC::F8RCRegClass);
2437 unsigned VReg = MF.addLiveIn(VR[VR_idx], &PPC::VRRCRegClass);
2492 unsigned VReg = MF.addLiveIn(GP
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp419 MBB.addLiveIn(Reg);

Completed in 242 milliseconds

12