| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LivePhysRegs.h | 137 void addLiveIns(const MachineBasicBlock &MBB); 192 void addLiveIns(MachineBasicBlock &MBB, const LivePhysRegs &LiveRegs);
|
| H A D | LiveRegUnits.h | 142 LLVM_ABI void addLiveIns(const MachineBasicBlock &MBB);
|
| H A D | MachineTraceMetrics.h | 353 void addLiveIns(const MachineInstr *DefMI, unsigned DefOp,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LivePhysRegs.cpp | 238 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 D | LiveRegUnits.cpp | 155 void LiveRegUnits::addLiveIns(const MachineBasicBlock &MBB) { in addLiveIns() function in LiveRegUnits
|
| H A D | MachineTraceMetrics.cpp | 1016 addLiveIns(const MachineInstr *DefMI, unsigned DefOp, in addLiveIns() function in MachineTraceMetrics::Ensemble 1122 addLiveIns(Deps.front().DefMI, Deps.front().DefOp, Stack); in computeInstrHeights() 1152 addLiveIns(Dep.DefMI, Dep.DefOp, Stack); in computeInstrHeights()
|
| H A D | RegisterScavenging.cpp | 71 LiveUnits.addLiveIns(MBB); in enterBasicBlock()
|
| H A D | MachineOutliner.cpp | 994 addLiveIns(MBB, LiveIns); in createOutlinedFunction()
|
| H A D | MachineBasicBlock.cpp | 1056 addLiveIns(*SplitBB, LiveRegs); in splitAt()
|
| H A D | BranchFolding.cpp | 901 addLiveIns(*MBB, NewLiveIns); in mergeCommonTails()
|
| H A D | MachineSink.cpp | 2121 LiveInRegUnits.addLiveIns(MBB); in aliasWithRegsInLiveIn()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ExpandPseudo.cpp | 1001 LiveRegs.addLiveIns(*EntryBlk); in expandVastartSaveXmmRegs() 1063 addLiveIns(*GuardedRegsBlk, LiveRegs); in expandVastartSaveXmmRegs() 1064 addLiveIns(*TailBlk, LiveRegs); in expandVastartSaveXmmRegs()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIFrameLowering.cpp | 209 LiveUnits.addLiveIns(MBB); in initLiveUnits() 408 LiveUnits.addLiveIns(MBB); in emitEntryFunctionFlatScratchInit() 1209 LiveUnits.addLiveIns(MBB); in emitPrologue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFrameLowering.cpp | 1877 LPR.addLiveIns(B); in expandStoreVec2()
|
| H A D | HexagonInstrInfo.cpp | 843 Regs.addLiveIns(B); in getLiveInRegsAt()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64LoadStoreOptimizer.cpp | 3029 DefinedInBB.addLiveIns(MBB); in optimizeBlock()
|
| H A D | AArch64FrameLowering.cpp | 1086 LiveRegs.addLiveIns(MBB); in getLiveRegsForEntryMBB()
|