Home
last modified time | relevance | path

Searched refs:addLiveIns (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h137 void addLiveIns(const MachineBasicBlock &MBB);
192 void addLiveIns(MachineBasicBlock &MBB, const LivePhysRegs &LiveRegs);
H A DLiveRegUnits.h141 void addLiveIns(const MachineBasicBlock &MBB);
H A DMachineTraceMetrics.h346 void addLiveIns(const MachineInstr *DefMI, unsigned DefOp,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLivePhysRegs.cpp238 void LivePhysRegs::addLiveIns(const MachineBasicBlock &MBB) { in addLiveIns() function in LivePhysRegs
259 void llvm::addLiveIns(MachineBasicBlock &MBB, const LivePhysRegs &LiveRegs) { in addLiveIns() function in llvm
339 addLiveIns(MBB, LiveRegs); in computeAndAddLiveIns()
H A DLiveRegUnits.cpp155 void LiveRegUnits::addLiveIns(const MachineBasicBlock &MBB) { in addLiveIns() function in LiveRegUnits
H A DMachineTraceMetrics.cpp988 addLiveIns(const MachineInstr *DefMI, unsigned DefOp, in addLiveIns() function in MachineTraceMetrics::Ensemble
1094 addLiveIns(Deps.front().DefMI, Deps.front().DefOp, Stack); in computeInstrHeights()
1124 addLiveIns(Dep.DefMI, Dep.DefOp, Stack); in computeInstrHeights()
H A DRegisterScavenging.cpp72 LiveUnits.addLiveIns(MBB); in init()
H A DMachineOutliner.cpp789 addLiveIns(MBB, LiveIns); in createOutlinedFunction()
H A DMachineBasicBlock.cpp1056 addLiveIns(*SplitBB, LiveRegs); in splitAt()
H A DMachineSink.cpp1930 LiveInRegUnits.addLiveIns(MBB); in aliasWithRegsInLiveIn()
H A DBranchFolding.cpp879 addLiveIns(*MBB, NewLiveIns); in mergeCommonTails()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp733 LiveRegs.addLiveIns(*EntryBlk); in expandVastartSaveXmmRegs()
795 addLiveIns(*GuardedRegsBlk, LiveRegs); in expandVastartSaveXmmRegs()
796 addLiveIns(*TailBlk, LiveRegs); in expandVastartSaveXmmRegs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp209 LiveUnits.addLiveIns(MBB); in initLiveUnits()
407 LiveUnits.addLiveIns(MBB); in emitEntryFunctionFlatScratchInit()
1162 LiveUnits.addLiveIns(MBB); in emitPrologue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp2493 DefinedInBB.addLiveIns(MBB); in optimizeBlock()
H A DAArch64FrameLowering.cpp1045 LiveRegs.addLiveIns(MBB); in getLiveRegsForEntryMBB()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1890 LPR.addLiveIns(B); in expandStoreVec2()
H A DHexagonInstrInfo.cpp841 Regs.addLiveIns(B); in getLiveInRegsAt()