Searched refs:addLiveIns (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h134 void addLiveIns(const MachineBasicBlock &MBB);
185 void addLiveIns(MachineBasicBlock &MBB, const LivePhysRegs &LiveRegs);
187 /// Convenience function combining computeLiveIns() and addLiveIns().
H A DLiveRegUnits.h142 void addLiveIns(const MachineBasicBlock &MBB);
H A DMachineTraceMetrics.h335 void addLiveIns(const MachineInstr *DefMI, unsigned DefOp,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLivePhysRegs.cpp236 void LivePhysRegs::addLiveIns(const MachineBasicBlock &MBB) { function in class:LivePhysRegs
253 void llvm::addLiveIns(MachineBasicBlock &MBB, const LivePhysRegs &LiveRegs) { function in class:llvm
338 addLiveIns(MBB, LiveRegs);
H A DLiveRegUnits.cpp136 void LiveRegUnits::addLiveIns(const MachineBasicBlock &MBB) { function in class:LiveRegUnits
H A DIfConversion.cpp1567 Redefs.addLiveIns(CvtMBB);
1568 Redefs.addLiveIns(NextMBB);
1668 Redefs.addLiveIns(CvtMBB);
1669 Redefs.addLiveIns(NextMBB);
1831 Redefs.addLiveIns(MBB1);
1832 Redefs.addLiveIns(MBB2);
H A DMachineTraceMetrics.cpp979 addLiveIns(const MachineInstr *DefMI, unsigned DefOp,
1086 addLiveIns(Deps.front().DefMI, Deps.front().DefOp, Stack);
1119 addLiveIns(Dep.DefMI, Dep.DefOp, Stack);
1132 // Update virtual live-in heights. They were added by addLiveIns() with a 0
H A DMachineOutliner.cpp697 addLiveIns(MBB, LiveIns);
H A DMachineSink.cpp1150 LiveInRegUnits.addLiveIns(MBB);
H A DRegisterScavenging.cpp86 LiveUnits.addLiveIns(MBB);
H A DBranchFolding.cpp870 addLiveIns(*MBB, NewLiveIns);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp655 LiveRegs.addLiveIns(MBB);
866 LiveRegs.addLiveIns(MBB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp2083 DefinedInBB.addLiveIns(MBB);
H A DAArch64FrameLowering.cpp556 LiveRegs.addLiveIns(*MBB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1922 LPR.addLiveIns(B);
H A DHexagonInstrInfo.cpp796 Regs.addLiveIns(B);

Completed in 227 milliseconds