/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegColoring.cpp | 123 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/ |
D | WebAssemblyRegColoring.cpp | 120 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/ |
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()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveVariables.h | 109 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/ |
D | ImplicitNullChecks.cpp | 314 if (MBB->isLiveIn(*AR)) in AnyAliasLiveIn() 545 if (!Reg || MBB->isLiveIn(Reg)) in rewriteNullChecks() 554 if (!NC.getNotNullSucc()->isLiveIn(MO.getReg())) in rewriteNullChecks()
|
D | PHIElimination.cpp | 90 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()
|
D | MachineBasicBlock.cpp | 337 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/ |
D | PHIElimination.cpp | 102 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()
|
D | ImplicitNullChecks.cpp | 316 if (MBB->isLiveIn(*AR)) in AnyAliasLiveIn() 690 if (!Reg || MBB->isLiveIn(Reg)) in rewriteNullChecks() 699 if (!NC.getNotNullSucc()->isLiveIn(MO.getReg())) in rewriteNullChecks()
|
D | MachineBasicBlock.cpp | 454 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()
|
D | MachineSink.cpp | 834 if (SuccToSinkTo->isLiveIn(Reg)) in SinkInstruction() 1063 if (!SuccBB->isLiveIn(Reg)) in updateLiveIn()
|
/external/swiftshader/third_party/llvm-7.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() 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 …]
|
D | ShadowCallStack.cpp | 204 if (Fn.front().isLiveIn(X86::R10) || Fn.front().isLiveIn(X86::R11)) in runOnMachineFunction()
|
/external/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 242 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/ |
D | SparcFrameLowering.cpp | 339 if (!MBB->isLiveIn(reg)) in remapRegsForLeafProc() 345 if (!MBB->isLiveIn(reg)) in remapRegsForLeafProc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | SparcFrameLowering.cpp | 356 if (!MBB->isLiveIn(reg)) in remapRegsForLeafProc() 362 if (!MBB->isLiveIn(reg)) in remapRegsForLeafProc()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64RedundantCopyElimination.cpp | 157 [&](unsigned Reg) { return MBB->isLiveIn(Reg); })) in optimizeCopy()
|
D | AArch64ConditionOptimizer.cpp | 148 if (SuccBB->isLiveIn(AArch64::NZCV)) in findSuitableCompare()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | Thumb1FrameLowering.cpp | 770 !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()
|
D | ARMFrameLowering.cpp | 989 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/ |
D | SystemZFrameLowering.cpp | 123 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32); in addSavedGPR()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZFrameLowering.cpp | 123 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32); in addSavedGPR()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIOptimizeExecMasking.cpp | 201 if (Succ->isLiveIn(Reg)) in isLiveOut()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ConditionOptimizer.cpp | 157 if (SuccBB->isLiveIn(AArch64::NZCV)) in findSuitableCompare()
|
D | AArch64RedundantCopyElimination.cpp | 456 if (!MBB->isLiveIn(KnownReg)) in optimizeBlock()
|