Searched refs:liveins (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp857 for (const MachineBasicBlock::RegisterMaskPair &RegMask : ExitBB->liveins()) {
H A DARMConstantIslandPass.cpp2390 for (const MachineBasicBlock::RegisterMaskPair &RegMaskPair : BB->liveins())
H A DARMFrameLowering.cpp2364 for (const auto &LI : PrologueMBB.liveins()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp1287 for (std::pair<unsigned,unsigned> P : MRI.liveins())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp375 for (MachineBasicBlock::RegisterMaskPair P : NewDest.liveins()) {
376 // We computed the liveins with computeLiveIn earlier and should only see
2011 // Track local defs so we can update liveins.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp1193 for (std::pair<unsigned, unsigned> LI : MRI.liveins()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp312 for (auto &LI : Succ.liveins())
H A DX86ISelLowering.cpp3765 for (std::pair<Register, Register> Pair : MRI.liveins())
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp568 for (std::pair<unsigned, unsigned> LI : RegInfo->liveins())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp333 for (std::pair<unsigned, unsigned> LI : MF->getRegInfo().liveins()) {
1527 // Update liveins.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2492 for (const MachineBasicBlock::RegisterMaskPair &LiveIn : EntryBB->liveins())

Completed in 311 milliseconds

12