| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsMachineFunction.cpp | 88 MF.getRegInfo().addLiveIn(Mips::T9_64); in initGlobalBaseReg() 89 MBB.addLiveIn(Mips::T9_64); in initGlobalBaseReg() 116 MF.getRegInfo().addLiveIn(Mips::T9); in initGlobalBaseReg() 117 MBB.addLiveIn(Mips::T9); in initGlobalBaseReg() 151 MF.getRegInfo().addLiveIn(Mips::V0); in initGlobalBaseReg() 152 MBB.addLiveIn(Mips::V0); in initGlobalBaseReg()
|
| H A D | MipsSEFrameLowering.cpp | 481 MBB.addLiveIn(ABI.GetEhDataReg(I)); in emitPrologue() 561 MBB.addLiveIn(Mips::COP013); in emitInterruptPrologueStub() 575 MBB.addLiveIn(Mips::COP014); in emitInterruptPrologueStub() 586 MBB.addLiveIn(Mips::COP012); in emitInterruptPrologueStub() 773 MBB.addLiveIn(Reg); in spillCalleeSavedRegisters()
|
| H A D | Mips16FrameLowering.cpp | 112 MBB.addLiveIn(Reg); in spillCalleeSavedRegisters()
|
| H A D | MipsCallLowering.cpp | 110 MIRBuilder.getMRI()->addLiveIn(PhysReg); in markPhysRegUsed() 111 MIRBuilder.getMBB().addLiveIn(PhysReg); in markPhysRegUsed() 425 MIRBuilder.getMBB().addLiveIn(ArgRegs[I]); in lowerFormalArguments()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86IndirectThunks.cpp | 97 MF.front().addLiveIn(X86::R11); in populateThunk() 201 Entry->addLiveIn(ThunkReg); in populateThunk() 223 CallTarget->addLiveIn(ThunkReg); in populateThunk()
|
| H A D | X86CallLowering.cpp | |
| H A D | X86CmovConversion.cpp | 693 FalseMBB->addLiveIn(X86::EFLAGS); in convertCmovInstsToBranches() 694 SinkMBB->addLiveIn(X86::EFLAGS); in convertCmovInstsToBranches()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZPostRewrite.cpp | 195 RestMBB->addLiveIn(R); in expandCondMove() 200 MoveMBB->addLiveIn(SrcReg); in expandCondMove() 202 MoveMBB->addLiveIn(R); in expandCondMove()
|
| H A D | SystemZFrameLowering.cpp | 312 MBB.addLiveIn(GPR64); in addSavedGPR() 362 MBB.addLiveIn(Reg); in spillCalleeSavedRegisters() 367 MBB.addLiveIn(Reg); in spillCalleeSavedRegisters() 680 MBBJ.addLiveIn(SystemZ::R11D); in emitPrologue() 1161 MBB.addLiveIn(Reg); in spillCalleeSavedRegisters() 1166 MBB.addLiveIn(Reg); in spillCalleeSavedRegisters() 1323 B.addLiveIn(Regs.getFramePointerRegister()); in emitPrologue() 1346 MBB.addLiveIn(Reg); in emitPrologue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIFrameLowering.cpp | 196 MF->getRegInfo().addLiveIn(GitPtrLo); in buildGitPtr() 197 MBB.addLiveIn(GitPtrLo); in buildGitPtr() 463 MRI.addLiveIn(FlatScratchInitReg); in emitEntryFunctionFlatScratchInit() 464 MBB.addLiveIn(FlatScratchInitReg); in emitEntryFunctionFlatScratchInit() 637 OtherBB.addLiveIn(ScratchRsrcReg); in emitEntryFunctionPrologue() 651 MRI.addLiveIn(PreloadedScratchRsrcReg); in emitEntryFunctionPrologue() 652 MBB.addLiveIn(PreloadedScratchRsrcReg); in emitEntryFunctionPrologue() 760 MRI.addLiveIn(PreloadedScratchWaveOffsetReg); in emitEntryFunctionPrologue() 761 MBB.addLiveIn(PreloadedScratchWaveOffsetReg); in emitEntryFunctionPrologue() 862 MF.getRegInfo().addLiveIn(MFI->getImplicitBufferPtrUserSGPR()); in emitEntryFunctionScratchRsrcRegSetup() [all …]
|
| H A D | AMDGPUCallLowering.cpp | 161 MIRBuilder.getMBB().addLiveIn(PhysReg); in markPhysRegUsed() 457 MF.addLiveIn(PrivateSegmentBufferReg, &AMDGPU::SGPR_128RegClass); in allocateHSAUserSGPRs() 463 MF.addLiveIn(DispatchPtrReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs() 469 MF.addLiveIn(QueuePtrReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs() 478 MRI.addLiveIn(InputPtrReg, VReg); in allocateHSAUserSGPRs() 479 B.getMBB().addLiveIn(InputPtrReg); in allocateHSAUserSGPRs() 486 MF.addLiveIn(DispatchIDReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs() 492 MF.addLiveIn(FlatScratchInitReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs() 498 MF.addLiveIn(PrivateSegmentSizeReg, &AMDGPU::SGPR_32RegClass); in allocateHSAUserSGPRs() 611 MF.addLiveIn(ImplicitBufferPtrReg, &AMDGPU::SGPR_64RegClass); in lowerFormalArguments() [all …]
|
| H A D | AMDGPUPreloadKernArgProlog.cpp | 132 BackCompatMBB->addLiveIn(KernArgSegmentPtr); in createBackCompatBlock()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcFrameLowering.cpp | 185 MBB.addLiveIn(SP::O7); in emitEpilogue() 302 MBB.addLiveIn(reg - SP::I0_I1 + SP::O0_O1); in remapRegsForLeafProc() 308 MBB.addLiveIn(reg - SP::I0 + SP::O0); in remapRegsForLeafProc()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCCallLowering.cpp | 182 MIRBuilder.getMRI()->addLiveIn(PhysReg); in markPhysRegUsed() 183 MIRBuilder.getMBB().addLiveIn(PhysReg); in markPhysRegUsed()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRFrameLowering.cpp | 113 MBBJ.addLiveIn(AVR::R29R28); in emitPrologue() 266 MBB.addLiveIn(Reg); in spillCalleeSavedRegisters() 277 MBB.addLiveIn(Reg); in spillCalleeSavedRegisters()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/GISel/ |
| H A D | M68kCallLowering.cpp | 152 MIRBuilder.getMRI()->addLiveIn(PhysReg); in assignValueToReg() 153 MIRBuilder.getMBB().addLiveIn(PhysReg); in assignValueToReg()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVRedundantCopyElimination.cpp | 153 MBB.addLiveIn(TargetReg); in optimizeBlock()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreFrameLowering.cpp | 260 MBB.addLiveIn(XCore::LR); in emitPrologue() 285 MBB.addLiveIn(SpillList[i].Reg); in emitPrologue() 433 MBB.addLiveIn(Reg); in spillCalleeSavedRegisters()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCFGOptimizer.cpp | 217 LayoutSucc->addLiveIn(NewLI); in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | BasicBlockPathCloning.cpp | 202 CloneBB->addLiveIn(LiveIn); in ApplyCloning()
|
| H A D | ImplicitNullChecks.cpp | 781 MBB->addLiveIn(Reg); in rewriteNullChecks() 789 NC.getNotNullSucc()->addLiveIn(MO.getReg()); in rewriteNullChecks()
|
| H A D | MachineRegisterInfo.cpp | 504 EntryMBB->addLiveIn(LiveIns[i].first); in EmitLiveInCopies() 508 EntryMBB->addLiveIn(LiveIns[i].first); in EmitLiveInCopies()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
| H A D | X86CallLowering.cpp | 239 MIRBuilder.getMRI()->addLiveIn(PhysReg); in markPhysRegUsed() 240 MIRBuilder.getMBB().addLiveIn(PhysReg); in markPhysRegUsed()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430FrameLowering.cpp | 138 MBBJ.addLiveIn(MSP430::R4); in emitPrologue() 330 MBB.addLiveIn(Reg); in spillCalleeSavedRegisters()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SLSHardening.cpp | 362 Entry->addLiveIn(Xn); in populateThunk() 371 Entry->addLiveIn(Xm); in populateThunk()
|