/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | LivePhysRegs.h | 136 void addLiveIns(const MachineBasicBlock &MBB); 191 void addLiveIns(MachineBasicBlock &MBB, const LivePhysRegs &LiveRegs);
|
H A D | LiveRegUnits.h | 141 void addLiveIns(const MachineBasicBlock &MBB);
|
H A D | MachineTraceMetrics.h | 334 void addLiveIns(const MachineInstr *DefMI, unsigned DefOp,
|
/openbsd/gnu/llvm/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 344 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 | 978 addLiveIns(const MachineInstr *DefMI, unsigned DefOp, in addLiveIns() function in MachineTraceMetrics::Ensemble 1084 addLiveIns(Deps.front().DefMI, Deps.front().DefOp, Stack); in computeInstrHeights() 1117 addLiveIns(Dep.DefMI, Dep.DefOp, Stack); in computeInstrHeights()
|
H A D | RegisterScavenging.cpp | 84 LiveUnits.addLiveIns(MBB); in enterBasicBlock()
|
H A D | MachineOutliner.cpp | 709 addLiveIns(MBB, LiveIns); in createOutlinedFunction()
|
H A D | MachineBasicBlock.cpp | 1028 addLiveIns(*SplitBB, LiveRegs); in splitAt()
|
H A D | MachineSink.cpp | 1630 LiveInRegUnits.addLiveIns(MBB); in aliasWithRegsInLiveIn()
|
H A D | BranchFolding.cpp | 870 addLiveIns(*MBB, NewLiveIns); in mergeCommonTails()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ExpandPseudo.cpp | 637 LiveRegs.addLiveIns(*EntryBlk); in ExpandVastartSaveXmmRegs() 699 addLiveIns(*GuardedRegsBlk, LiveRegs); in ExpandVastartSaveXmmRegs() 700 addLiveIns(*TailBlk, LiveRegs); in ExpandVastartSaveXmmRegs()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIFrameLowering.cpp | 199 LiveRegs.addLiveIns(MBB); in initLiveRegs() 395 LiveRegs.addLiveIns(MBB); in emitEntryFunctionFlatScratchInit() 1136 LiveRegs.addLiveIns(MBB); in emitPrologue()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 2266 DefinedInBB.addLiveIns(MBB); in optimizeBlock()
|
H A D | AArch64FrameLowering.cpp | 833 LiveRegs.addLiveIns(*MBB); in findScratchNonCalleeSaveRegister()
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonFrameLowering.cpp | 1888 LPR.addLiveIns(B); in expandStoreVec2()
|
H A D | HexagonInstrInfo.cpp | 839 Regs.addLiveIns(B); in getLiveInRegsAt()
|