/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegColoring.cpp | 121 if (MRI->isLiveIn(LHS->reg) != MRI->isLiveIn(RHS->reg)) in runOnMachineFunction() 122 return MRI->isLiveIn(LHS->reg); in runOnMachineFunction() 143 if (!MRI->isLiveIn(Old)) in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveVariables.h | 108 bool isLiveIn(const MachineBasicBlock &MBB, 283 bool isLiveIn(unsigned Reg, const MachineBasicBlock &MBB) { in isLiveIn() function 284 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI); in isLiveIn()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | PHIElimination.cpp | 103 bool isLiveIn(unsigned Reg, const MachineBasicBlock *MBB); 612 ShouldSplit = ShouldSplit && !isLiveIn(Reg, &MBB); in SplitPHIEdges() 642 bool PHIElimination::isLiveIn(unsigned Reg, const MachineBasicBlock *MBB) { in isLiveIn() function in PHIElimination 648 return LV->isLiveIn(Reg, *MBB); in isLiveIn()
|
D | ImplicitNullChecks.cpp | 319 if (MBB->isLiveIn(*AR)) in AnyAliasLiveIn() 694 if (!Reg || MBB->isLiveIn(Reg)) in rewriteNullChecks() 703 if (!NC.getNotNullSucc()->isLiveIn(MO.getReg())) in rewriteNullChecks()
|
D | MachineLoopUtils.cpp | 140 if (MBB->isLiveIn(PhysReg)) in isRegLiveInExitBlocks()
|
D | PrologEpilogInserter.cpp | 512 if (!MRI.isReserved(Reg) && !MBB->isLiveIn(Reg)) in updateLiveness() 525 if (!MBB.isLiveIn(DstReg)) in updateLiveness()
|
D | MachineLICM.cpp | 611 if (!BB->isLiveIn(Reg)) in AddToLiveIns() 1067 } else if (CurLoop->getHeader()->isLiveIn(Reg)) { in IsLoopInvariantInst()
|
D | MachineBasicBlock.cpp | 466 bool MachineBasicBlock::isLiveIn(MCPhysReg Reg, LaneBitmask LaneMask) const { in isLiveIn() function in MachineBasicBlock 500 bool LiveIn = isLiveIn(PhysReg); in addLiveIn()
|
D | LiveRangeCalc.cpp | 375 if (Register::isPhysicalRegister(PhysReg) && !MBB->isLiveIn(PhysReg)) { in findReachingDefs()
|
D | MachineRegisterInfo.cpp | 442 bool MachineRegisterInfo::isLiveIn(unsigned Reg) const { in isLiveIn() function in MachineRegisterInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCPreEmitPeephole.cpp | 291 if (SuccMBB->isLiveIn(CRBit) || SuccMBB->isLiveIn(CRReg)) { in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 241 if (Succ->isLiveIn(X86::EFLAGS)) in flagsNeedToBePreservedBeforeTheTerminators() 359 UseLEA = STI.useLeaForSP() || MBB.isLiveIn(X86::EFLAGS); in BuildStackAdjustment() 622 const bool IsRCXLiveIn = MBB.isLiveIn(X86::RCX); in emitStackProbeInline() 623 const bool IsRDXLiveIn = MBB.isLiveIn(X86::RDX); in emitStackProbeInline() 2083 bool isLiveIn = MRI.isLiveIn(Reg); in spillCalleeSavedRegisters() local 2084 if (!isLiveIn) in spillCalleeSavedRegisters() 2088 bool CanKill = !isLiveIn; in spillCalleeSavedRegisters() 2092 if (MRI.isLiveIn(*AReg)) { in spillCalleeSavedRegisters() 2298 assert(!MF.getRegInfo().isLiveIn(ScratchReg) && in adjustForSegmentedStacks() 2425 SaveScratch2 = MF.getRegInfo().isLiveIn(ScratchReg2); in adjustForSegmentedStacks() [all …]
|
D | X86FlagsCopyLowering.cpp | 484 while (TestMBB->isLiveIn(X86::EFLAGS) && !TestMBB->pred_empty() && in runOnMachineFunction() 673 if (SuccMBB->isLiveIn(X86::EFLAGS) && in runOnMachineFunction()
|
D | X86ExpandPseudo.cpp | 107 if (!MBB->isLiveIn(X86::EFLAGS)) in INITIALIZE_PASS()
|
D | X86CmovConversion.cpp | 585 if ((*I)->isLiveIn(X86::EFLAGS)) in checkEFLAGSLive()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcFrameLowering.cpp | 356 if (!MBB->isLiveIn(reg)) in remapRegsForLeafProc() 362 if (!MBB->isLiveIn(reg)) in remapRegsForLeafProc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | Thumb1FrameLowering.cpp | 838 !MF.getRegInfo().isLiveIn(Reg) && in spillCalleeSavedRegisters() 845 if (!MF.getRegInfo().isLiveIn(ArgReg)) in spillCalleeSavedRegisters() 855 bool isKill = !MRI.isLiveIn(Reg); in spillCalleeSavedRegisters() 899 bool isKill = !MRI.isLiveIn(*HiRegToSave); in spillCalleeSavedRegisters()
|
D | ARMFrameLowering.cpp | 999 bool isLiveIn = MRI.isLiveIn(Reg); in emitPushInst() local 1000 if (!isLiveIn && !MRI.isReserved(Reg)) in emitPushInst() 1013 Regs.push_back(std::make_pair(Reg, /*isKill=*/!isLiveIn)); in emitPushInst() 1925 if (!MF.getRegInfo().isLiveIn(Reg)) { in determineCalleeSaves() 1988 !(MF.getRegInfo().isLiveIn(ARM::LR) && in determineCalleeSaves()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZFrameLowering.cpp | 229 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32); in addSavedGPR()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ConditionOptimizer.cpp | 157 if (SuccBB->isLiveIn(AArch64::NZCV)) in findSuitableCompare()
|
D | AArch64RedundantCopyElimination.cpp | 455 if (!MBB->isLiveIn(KnownReg)) in optimizeBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIOptimizeExecMasking.cpp | 261 if (Succ->isLiveIn(Reg)) in isLiveOut()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonNewValueJump.cpp | 542 if (succMBB->isLiveIn(predReg)) in runOnMachineFunction()
|
D | HexagonExpandCondsets.cpp | 1131 if (MRI->isLiveIn(R1.Reg)) in coalesceRegisters() 1133 if (MRI->isLiveIn(R2.Reg)) in coalesceRegisters()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRFrameLowering.cpp | 252 bool IsNotLiveIn = !MBB.isLiveIn(Reg); in spillCalleeSavedRegisters()
|