/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ReachingDefAnalysis.cpp | 425 LiveRegs.addLiveOuts(*MBB); in getLiveOuts() 473 LiveRegs.addLiveOuts(*MBB); in isRegUsedAfter() 508 LiveRegs.addLiveOuts(*MBB); in isReachingDefLiveOut() 529 LiveRegs.addLiveOuts(*MBB); in getLocalLiveOutMIDef()
|
H A D | DeadMachineInstructionElim.cpp | 146 LivePhysRegs.addLiveOuts(*MBB); in eliminateDeadMI()
|
H A D | StackMapLivenessAnalysis.cpp | 129 LiveRegs.addLiveOuts(MBB); in calculateLiveness()
|
H A D | LiveRegUnits.cpp | 138 void LiveRegUnits::addLiveOuts(const MachineBasicBlock &MBB) { in addLiveOuts() function in LiveRegUnits
|
H A D | LivePhysRegs.cpp | 232 void LivePhysRegs::addLiveOuts(const MachineBasicBlock &MBB) { in addLiveOuts() function in LivePhysRegs
|
H A D | RegisterScavenging.cpp | 78 LiveUnits.addLiveOuts(MBB); in init()
|
H A D | BranchFolding.cpp | 368 LiveRegs.addLiveOuts(OldMBB); in replaceTailWithBranchTo() 859 LiveRegs.addLiveOuts(*Pred); in mergeCommonTails()
|
H A D | MachineOutliner.cpp | 779 CandLiveIns.addLiveOuts(OutlineBB); in createOutlinedFunction()
|
H A D | ScheduleDAGInstrs.cpp | 1131 LiveRegs.addLiveOuts(MBB); in fixupKills()
|
H A D | MachineBasicBlock.cpp | 1042 LiveRegs.addLiveOuts(*this); in splitAt()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveRegUnits.h | 138 void addLiveOuts(const MachineBasicBlock &MBB);
|
H A D | MachineOutliner.h | 86 FromEndOfBlockToStartOfSeq.addLiveOuts(*MBB); in initFromEndOfBlockToStartOfSeq()
|
H A D | LivePhysRegs.h | 150 void addLiveOuts(const MachineBasicBlock &MBB);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerTileCopy.cpp | 90 UsedRegs.addLiveOuts(MBB); in runOnMachineFunction()
|
H A D | X86FixupBWInsts.cpp | 444 LiveUnits.addLiveOuts(MBB); in processBasicBlock()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostSelectOptimize.cpp | 264 LRU.addLiveOuts(MBB); in optimizeNZCVDefs()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | Thumb1InstrInfo.cpp | 61 UsedRegs.addLiveOuts(MBB); in copyPhysReg()
|
H A D | Thumb1FrameLowering.cpp | 687 UsedRegs.addLiveOuts(MBB); in emitPopSpecialFixUp()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZPostRewrite.cpp | 165 LiveRegs.addLiveOuts(MBB); in expandCondMove()
|
H A D | SystemZShortenInst.cpp | 212 LiveRegs.addLiveOuts(MBB); in processBlock()
|
H A D | SystemZElimCompare.cpp | 692 LiveRegs.addLiveOuts(MBB); in processBlock()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenMux.cpp | 350 LPR.addLiveOuts(B); in genMuxInBlock()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64A57FPLoadBalancing.cpp | 500 Units.addLiveOuts(MBB); in scavengeRegister()
|
H A D | AArch64FalkorHWPFFix.cpp | 714 LR.addLiveOuts(*MBB); in runOnLoop()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIOptimizeExecMasking.cpp | 388 LR.addLiveOuts(*Stop.getParent()); in isRegisterInUseBetween()
|