Home
last modified time | relevance | path

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

1234

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMachineFunction.cpp80 MF.getRegInfo().addLiveIn(Mips::T9_64); in initGlobalBaseReg()
81 MBB.addLiveIn(Mips::T9_64); in initGlobalBaseReg()
108 MF.getRegInfo().addLiveIn(Mips::T9); in initGlobalBaseReg()
109 MBB.addLiveIn(Mips::T9); in initGlobalBaseReg()
143 MF.getRegInfo().addLiveIn(Mips::V0); in initGlobalBaseReg()
144 MBB.addLiveIn(Mips::V0); in initGlobalBaseReg()
H A DMipsSEFrameLowering.cpp510 MBB.addLiveIn(ABI.GetEhDataReg(I)); in emitPrologue()
597 MBB.addLiveIn(Mips::COP013); in emitInterruptPrologueStub()
611 MBB.addLiveIn(Mips::COP014); in emitInterruptPrologueStub()
622 MBB.addLiveIn(Mips::COP012); in emitInterruptPrologueStub()
809 MBB.addLiveIn(Reg); in spillCalleeSavedRegisters()
H A DMipsCallLowering.cpp107 MIRBuilder.getMRI()->addLiveIn(PhysReg); in markPhysRegUsed()
108 MIRBuilder.getMBB().addLiveIn(PhysReg); in markPhysRegUsed()
413 MIRBuilder.getMBB().addLiveIn(ArgRegs[I]); in lowerFormalArguments()
H A DMips16FrameLowering.cpp132 MBB.addLiveIn(Reg); in spillCalleeSavedRegisters()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IndirectThunks.cpp97 MF.front().addLiveIn(X86::R11); in populateThunk()
217 Entry->addLiveIn(ThunkReg); in populateThunk()
239 CallTarget->addLiveIn(ThunkReg); in populateThunk()
H A DX86FrameLowering.cpp892 RoundMBB->addLiveIn(FinalReg); in emitStackProbeInlineWindowsCoreCLR64()
909 LoopMBB->addLiveIn(JoinReg); in emitStackProbeInlineWindowsCoreCLR64()
922 LoopMBB->addLiveIn(RoundedReg); in emitStackProbeInlineWindowsCoreCLR64()
944 ContinueMBB->addLiveIn(SizeReg); in emitStackProbeInlineWindowsCoreCLR64()
1446 MBB.addLiveIn(Establisher); in emitPrologue()
1723 MBB.addLiveIn(Establisher); in emitPrologue()
2547 MBB.addLiveIn(Reg); in spillCalleeSavedRegisters()
2583 MBB.addLiveIn(Reg); in spillCalleeSavedRegisters()
2799 allocMBB->addLiveIn(LI); in adjustForSegmentedStacks()
2800 checkMBB->addLiveIn(LI); in adjustForSegmentedStacks()
[all …]
H A DX86CallLowering.cpp217 MIRBuilder.getMRI()->addLiveIn(PhysReg); in markPhysRegUsed()
218 MIRBuilder.getMBB().addLiveIn(PhysReg); in markPhysRegUsed()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp184 MF->getRegInfo().addLiveIn(GitPtrLo); in buildGitPtr()
185 MBB.addLiveIn(GitPtrLo); in buildGitPtr()
270 MRI.addLiveIn(FlatScratchInitReg); in emitEntryFunctionFlatScratchInit()
271 MBB.addLiveIn(FlatScratchInitReg); in emitEntryFunctionFlatScratchInit()
440 OtherBB.addLiveIn(ScratchRsrcReg); in emitEntryFunctionPrologue()
454 MRI.addLiveIn(PreloadedScratchRsrcReg); in emitEntryFunctionPrologue()
455 MBB.addLiveIn(PreloadedScratchRsrcReg); in emitEntryFunctionPrologue()
510 MRI.addLiveIn(PreloadedScratchWaveOffsetReg); in emitEntryFunctionPrologue()
904 MBB.addLiveIn(Reg); in emitPrologue()
1187 MBB.addLiveIn(Reg); in processFunctionBeforeFrameFinalized()
[all …]
H A DAMDGPUCallLowering.cpp146 MIRBuilder.getMBB().addLiveIn(PhysReg); in markPhysRegUsed()
450 MF.addLiveIn(PrivateSegmentBufferReg, &AMDGPU::SGPR_128RegClass); in allocateHSAUserSGPRs()
456 MF.addLiveIn(DispatchPtrReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs()
462 MF.addLiveIn(QueuePtrReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs()
471 MRI.addLiveIn(InputPtrReg, VReg); in allocateHSAUserSGPRs()
472 B.getMBB().addLiveIn(InputPtrReg); in allocateHSAUserSGPRs()
479 MF.addLiveIn(DispatchIDReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs()
485 MF.addLiveIn(FlatScratchInitReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs()
596 Register LiveInReturn = MF.addLiveIn(ReturnAddrReg, in lowerFormalArguments()
598 MBB.addLiveIn(ReturnAddrReg); in lowerFormalArguments()
[all …]
H A DSILowerSGPRSpills.cpp188 EntryBB.addLiveIn(CSIReg.getReg()); in updateLiveness()
280 MBB.addLiveIn(LowestAvailableVGPR); in lowerShiftReservedVGPR()
361 MBB.addLiveIn(SSpill.VGPR); in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCCallLowering.cpp121 MIRBuilder.getMRI()->addLiveIn(PhysReg); in markPhysRegUsed()
122 MIRBuilder.getMBB().addLiveIn(PhysReg); in markPhysRegUsed()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZPostRewrite.cpp182 RestMBB->addLiveIn(*I); in expandCondMove()
187 MoveMBB->addLiveIn(SrcReg); in expandCondMove()
189 MoveMBB->addLiveIn(*I); in expandCondMove()
H A DSystemZFrameLowering.cpp195 MBB.addLiveIn(GPR64); in addSavedGPR()
245 MBB.addLiveIn(Reg); in spillCalleeSavedRegisters()
250 MBB.addLiveIn(Reg); in spillCalleeSavedRegisters()
534 I->addLiveIn(SystemZ::R11D); in emitPrologue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/GlSel/
H A DM68kCallLowering.cpp114 MIRBuilder.getMRI()->addLiveIn(PhysReg); in assignValueToReg()
115 MIRBuilder.getMBB().addLiveIn(PhysReg); in assignValueToReg()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp76 I->addLiveIn(MSP430::R4); in emitPrologue()
196 MBB.addLiveIn(Reg); in spillCalleeSavedRegisters()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp352 MBB->addLiveIn(reg - SP::I0_I1 + SP::O0_O1); in remapRegsForLeafProc()
358 MBB->addLiveIn(reg - SP::I0 + SP::O0); in remapRegsForLeafProc()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp263 MBB.addLiveIn(XCore::LR); in emitPrologue()
288 MBB.addLiveIn(SpillList[i].Reg); in emitPrologue()
436 MBB.addLiveIn(Reg); in spillCalleeSavedRegisters()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp231 LayoutSucc->addLiveIn(NewLI); in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp198 MIRBuilder.getMRI()->addLiveIn(PhysReg); in markPhysRegUsed()
199 MIRBuilder.getMBB().addLiveIn(PhysReg); in markPhysRegUsed()
489 Register X8VReg = MF.addLiveIn(AArch64::X8, &AArch64::GPR64RegClass); in handleMustTailForwardedRegisters()
495 MBB.addLiveIn(F.PReg); in handleMustTailForwardedRegisters()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h367 void addLiveIn(MCRegister PhysReg,
371 void addLiveIn(const RegisterMaskPair &RegMaskPair) {
386 Register addLiveIn(MCRegister PhysReg, const TargetRegisterClass *RC);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp789 MBB->addLiveIn(Reg); in rewriteNullChecks()
797 NC.getNotNullSucc()->addLiveIn(MO.getReg()); in rewriteNullChecks()
H A DVirtRegMap.cpp334 MBB->addLiveIn(PhysReg, LaneMask); in addLiveInsForSubRanges()
369 MBB->addLiveIn(PhysReg); in addMBBLiveIns()
H A DMachineRegisterInfo.cpp485 EntryMBB->addLiveIn(LiveIns[i].first); in EmitLiveInCopies()
489 EntryMBB->addLiveIn(LiveIns[i].first); in EmitLiveInCopies()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp116 I->addLiveIn(AVR::R29R28); in emitPrologue()
262 MBB.addLiveIn(Reg); in spillCalleeSavedRegisters()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp347 MIRBuilder.getMRI()->addLiveIn(PhysReg); in markPhysRegUsed()
348 MIRBuilder.getMBB().addLiveIn(PhysReg); in markPhysRegUsed()

1234