| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| D | select-saddo.mir | 13 liveins: $w0, $w1, $x2 16 ; CHECK: liveins: $w0, $w1, $x2 38 liveins: $x0, $x1, $x2 41 ; CHECK: liveins: $x0, $x1, $x2 63 liveins: $w0, $w1, $x2 67 ; CHECK: liveins: $w0, $w1, $x2 88 liveins: $w0, $w1, $x2 92 ; CHECK: liveins: $w0, $w1, $x2 116 liveins: $w0, $w1, $x2 120 ; CHECK: liveins: $w0, $w1, $x2 [all …]
|
| D | select-ssubo.mir | 13 liveins: $w0, $w1, $x2 16 ; CHECK: liveins: $w0, $w1, $x2 38 liveins: $x0, $x1, $x2 41 ; CHECK: liveins: $x0, $x1, $x2 63 liveins: $w0, $w1, $x2 67 ; CHECK: liveins: $w0, $w1, $x2 88 liveins: $w0, $w1, $x2 92 ; CHECK: liveins: $w0, $w1, $x2 116 liveins: $w0, $w1, $x2 120 ; CHECK: liveins: $w0, $w1, $x2 [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | MachineRegisterInfo.cpp | 437 for (const std::pair<MCRegister, Register> &LI : liveins()) in isLiveIn() 446 for (const std::pair<MCRegister, Register> &LI : liveins()) in getLiveInPhysReg() 455 for (const std::pair<MCRegister, Register> &LI : liveins()) in getLiveInVirtReg()
|
| D | LiveRegUnits.cpp | 76 for (const auto &LI : MBB.liveins()) in addBlockLiveIns()
|
| D | DeadMachineInstructionElim.cpp | 136 for (const auto &LI : Succ->liveins()) in eliminateDeadMI()
|
| D | MachineBasicBlock.cpp | 417 for (const auto &LI : liveins()) { in print() 1124 for (const auto &LI : Succ->liveins()) in SplitCriticalEdge() 1512 for (const MachineBasicBlock::RegisterMaskPair &LI : S->liveins()) { in computeRegisterLiveness() 1571 for (const MachineBasicBlock::RegisterMaskPair &LI : liveins()) in computeRegisterLiveness()
|
| D | LivePhysRegs.cpp | 154 for (const auto &LI : MBB.liveins()) { in addBlockLiveIns()
|
| D | LiveVariables.cpp | 565 for (const auto &LI : MBB->liveins()) { in runOnBlock() 601 for (const auto &LI : SuccMBB->liveins()) { in runOnBlock()
|
| D | RDFLiveness.cpp | 869 for (const MachineBasicBlock::RegisterMaskPair &LI : B.liveins()) in computeLiveIns() 896 for (const MachineBasicBlock::RegisterMaskPair &LI : B.liveins()) in resetLiveIns() 914 for (auto I : B->liveins()) { in resetKills()
|
| D | BranchRelaxation.cpp | 455 for (const MachineBasicBlock::RegisterMaskPair &LiveIn : Succ->liveins()) in fixupUnconditionalBranch()
|
| D | MIRPrinter.cpp | 326 for (std::pair<unsigned, unsigned> LI : RegInfo.liveins()) { in convert() 696 for (const auto &LI : MBB.liveins()) { in print()
|
| D | CriticalAntiDepBreaker.cpp | 69 for (const auto &LI : Succ->liveins()) { in StartBlock()
|
| D | ReachingDefAnalysis.cpp | 61 for (const auto &LI : MBB->liveins()) { in enterBasicBlock()
|
| D | AggressiveAntiDepBreaker.cpp | 157 for (const auto &LI : Succ->liveins()) { in StartBlock()
|
| D | MachineVerifier.cpp | 604 for (const auto &LI : MBB->liveins()) { in visitMachineBasicBlockBefore() 761 for (const auto &LI : MBB->liveins()) { in visitMachineBasicBlockBefore() 2660 for (MachineBasicBlock::RegisterMaskPair P : MBB.liveins()) { in visitMachineFunctionAfter()
|
| D | RDFGraph.cpp | 899 for (std::pair<unsigned,unsigned> P : MRI.liveins()) in build() 902 for (auto I : EntryB.liveins()) in build()
|
| D | MachineLICM.cpp | 535 for (const auto &LI : BB->liveins()) { in HoistRegionPostRA()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86VZeroUpper.cpp | 139 for (std::pair<unsigned, unsigned> LI : MRI.liveins()) in checkFnHasLiveInYmmOrZmm()
|
| D | X86FrameLowering.cpp | 153 for (MachineBasicBlock::RegisterMaskPair RegMask : MBB.liveins()) { in isEAXLiveIn() 2798 for (const auto &LI : PrologueMBB.liveins()) { in adjustForSegmentedStacks() 3119 for (const auto &LI : PrologueMBB.liveins()) { in adjustForHiPEPrologue()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64CollectLOH.cpp | 552 for (const auto &LI : Succ->liveins()) { in runOnMachineFunction()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonBlockRanges.cpp | 238 for (auto I : B.liveins()) { in getLiveIns()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | MipsDelaySlotFiller.cpp | 407 for (const auto &LI : (*SI)->liveins()) in addLiveOut()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | MachineRegisterInfo.h | 956 ArrayRef<std::pair<MCRegister, Register>> liveins() const { in liveins() function
|
| D | MachineBasicBlock.h | 412 iterator_range<livein_iterator> liveins() const {
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/ |
| D | M68kFrameLowering.cpp | 177 return llvm::any_of(MBB.liveins(), in isRegLiveIn()
|