Home
last modified time | relevance | path

Searched refs:isLiveIn (Results 1 – 25 of 82) sorted by relevance

1234

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegColoring.cpp123 if (MRI->isLiveIn(LHS->reg) != MRI->isLiveIn(RHS->reg)) in runOnMachineFunction()
124 return MRI->isLiveIn(LHS->reg); in runOnMachineFunction()
145 if (!MRI->isLiveIn(Old)) in runOnMachineFunction()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegColoring.cpp120 if (MRI->isLiveIn(LHS->reg) != MRI->isLiveIn(RHS->reg)) in runOnMachineFunction()
121 return MRI->isLiveIn(LHS->reg); in runOnMachineFunction()
142 if (!MRI->isLiveIn(Old)) in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLiveVariables.h108 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()
/external/llvm/include/llvm/CodeGen/
DLiveVariables.h109 bool isLiveIn(const MachineBasicBlock &MBB,
284 bool isLiveIn(unsigned Reg, const MachineBasicBlock &MBB) { in isLiveIn() function
285 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI); in isLiveIn()
/external/llvm/lib/CodeGen/
DImplicitNullChecks.cpp314 if (MBB->isLiveIn(*AR)) in AnyAliasLiveIn()
545 if (!Reg || MBB->isLiveIn(Reg)) in rewriteNullChecks()
554 if (!NC.getNotNullSucc()->isLiveIn(MO.getReg())) in rewriteNullChecks()
DPHIElimination.cpp90 bool isLiveIn(unsigned Reg, const MachineBasicBlock *MBB);
597 ShouldSplit = ShouldSplit && !isLiveIn(Reg, &MBB); in SplitPHIEdges()
625 bool PHIElimination::isLiveIn(unsigned Reg, const MachineBasicBlock *MBB) { in isLiveIn() function in PHIElimination
631 return LV->isLiveIn(Reg, *MBB); in isLiveIn()
DMachineBasicBlock.cpp337 bool MachineBasicBlock::isLiveIn(MCPhysReg Reg, LaneBitmask LaneMask) const { in isLiveIn() function in MachineBasicBlock
372 bool LiveIn = isLiveIn(PhysReg); in addLiveIn()
1248 if (isLiveIn(*RAI)) in computeRegisterLiveness()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPHIElimination.cpp102 bool isLiveIn(unsigned Reg, const MachineBasicBlock *MBB);
610 ShouldSplit = ShouldSplit && !isLiveIn(Reg, &MBB); in SplitPHIEdges()
640 bool PHIElimination::isLiveIn(unsigned Reg, const MachineBasicBlock *MBB) { in isLiveIn() function in PHIElimination
646 return LV->isLiveIn(Reg, *MBB); in isLiveIn()
DImplicitNullChecks.cpp316 if (MBB->isLiveIn(*AR)) in AnyAliasLiveIn()
690 if (!Reg || MBB->isLiveIn(Reg)) in rewriteNullChecks()
699 if (!NC.getNotNullSucc()->isLiveIn(MO.getReg())) in rewriteNullChecks()
DMachineBasicBlock.cpp454 bool MachineBasicBlock::isLiveIn(MCPhysReg Reg, LaneBitmask LaneMask) const { in isLiveIn() function in MachineBasicBlock
488 bool LiveIn = isLiveIn(PhysReg); in addLiveIn()
1417 if (isLiveIn(*RAI)) in computeRegisterLiveness()
DMachineSink.cpp834 if (SuccToSinkTo->isLiveIn(Reg)) in SinkInstruction()
1063 if (!SuccBB->isLiveIn(Reg)) in updateLiveIn()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp241 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()
2034 bool isLiveIn = MRI.isLiveIn(Reg); in spillCalleeSavedRegisters() local
2035 if (!isLiveIn) in spillCalleeSavedRegisters()
2039 bool CanKill = !isLiveIn; in spillCalleeSavedRegisters()
2043 if (MRI.isLiveIn(*AReg)) { in spillCalleeSavedRegisters()
2248 assert(!MF.getRegInfo().isLiveIn(ScratchReg) && in adjustForSegmentedStacks()
2369 SaveScratch2 = MF.getRegInfo().isLiveIn(ScratchReg2); in adjustForSegmentedStacks()
[all …]
DShadowCallStack.cpp204 if (Fn.front().isLiveIn(X86::R10) || Fn.front().isLiveIn(X86::R11)) in runOnMachineFunction()
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp242 if (Succ->isLiveIn(X86::EFLAGS)) in flagsNeedToBePreservedBeforeTheTerminators()
331 UseLEA = STI.useLeaForSP() || MBB.isLiveIn(X86::EFLAGS); in BuildStackAdjustment()
1908 bool isLiveIn = MRI.isLiveIn(Reg); in spillCalleeSavedRegisters() local
1909 if (!isLiveIn) in spillCalleeSavedRegisters()
1913 bool CanKill = !isLiveIn; in spillCalleeSavedRegisters()
1917 if (MRI.isLiveIn(*AReg)) { in spillCalleeSavedRegisters()
2104 assert(!MF.getRegInfo().isLiveIn(ScratchReg) && in adjustForSegmentedStacks()
2223 SaveScratch2 = MF.getRegInfo().isLiveIn(ScratchReg2); in adjustForSegmentedStacks()
2227 assert((!MF.getRegInfo().isLiveIn(ScratchReg2) || SaveScratch2) && in adjustForSegmentedStacks()
2466 assert(!MF.getRegInfo().isLiveIn(ScratchReg) && in adjustForHiPEPrologue()
[all …]
/external/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp339 if (!MBB->isLiveIn(reg)) in remapRegsForLeafProc()
345 if (!MBB->isLiveIn(reg)) in remapRegsForLeafProc()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp356 if (!MBB->isLiveIn(reg)) in remapRegsForLeafProc()
362 if (!MBB->isLiveIn(reg)) in remapRegsForLeafProc()
/external/llvm/lib/Target/AArch64/
DAArch64RedundantCopyElimination.cpp157 [&](unsigned Reg) { return MBB->isLiveIn(Reg); })) in optimizeCopy()
DAArch64ConditionOptimizer.cpp148 if (SuccBB->isLiveIn(AArch64::NZCV)) in findSuitableCompare()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DThumb1FrameLowering.cpp770 !MF.getRegInfo().isLiveIn(Reg) && in spillCalleeSavedRegisters()
777 if (!MF.getRegInfo().isLiveIn(ArgReg)) in spillCalleeSavedRegisters()
787 bool isKill = !MRI.isLiveIn(Reg); in spillCalleeSavedRegisters()
830 bool isKill = !MRI.isLiveIn(*HiRegToSave); in spillCalleeSavedRegisters()
DARMFrameLowering.cpp989 bool isLiveIn = MRI.isLiveIn(Reg); in emitPushInst() local
990 if (!isLiveIn && !MRI.isReserved(Reg)) in emitPushInst()
1003 Regs.push_back(std::make_pair(Reg, /*isKill=*/!isLiveIn)); in emitPushInst()
1825 if (!MF.getRegInfo().isLiveIn(Reg)) { in determineCalleeSaves()
1888 !(MF.getRegInfo().isLiveIn(ARM::LR) && in determineCalleeSaves()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp123 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32); in addSavedGPR()
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp123 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32); in addSavedGPR()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIOptimizeExecMasking.cpp201 if (Succ->isLiveIn(Reg)) in isLiveOut()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ConditionOptimizer.cpp157 if (SuccBB->isLiveIn(AArch64::NZCV)) in findSuitableCompare()
DAArch64RedundantCopyElimination.cpp456 if (!MBB->isLiveIn(KnownReg)) in optimizeBlock()

1234