/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/llvm-project/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()
|
/external/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()
|
/external/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()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | LiveVariables.h | 108 bool isLiveIn(const MachineBasicBlock &MBB, Register Reg, 283 bool isLiveIn(Register 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-project/mlir/lib/Dialect/Async/Transforms/ |
D | AsyncRefCounting.cpp | 157 bool liveIn = blockLiveness->isLiveIn(value) || in addAutomaticRefCounting() 226 if (!succLiveness->isLiveIn(value)) in addAutomaticRefCounting()
|
/external/llvm-project/mlir/lib/Analysis/ |
D | Liveness.cpp | 220 if (getLiveness(successor)->isLiveIn(value) && in resolveLiveness() 347 bool LivenessBlockInfo::isLiveIn(Value value) const { in isLiveIn() function in LivenessBlockInfo 362 if (isLiveIn(value) || !definingOp) in getStartOperation()
|
/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()
|
/external/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()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | PHIElimination.cpp | 104 bool isLiveIn(Register Reg, const MachineBasicBlock *MBB); 665 ShouldSplit = ShouldSplit && !isLiveIn(Reg, &MBB); in SplitPHIEdges() 695 bool PHIElimination::isLiveIn(Register Reg, const MachineBasicBlock *MBB) { in isLiveIn() function in PHIElimination 701 return LV->isLiveIn(Reg, *MBB); in isLiveIn()
|
D | ImplicitNullChecks.cpp | 325 if (MBB->isLiveIn(*AR)) in AnyAliasLiveIn() 788 if (!Reg || MBB->isLiveIn(Reg)) in rewriteNullChecks() 797 if (!NC.getNotNullSucc()->isLiveIn(MO.getReg())) in rewriteNullChecks()
|
D | MachineLoopUtils.cpp | 139 if (MBB->isLiveIn(PhysReg)) in isRegLiveInExitBlocks()
|
/external/llvm-project/mlir/include/mlir/Analysis/ |
D | Liveness.h | 118 bool isLiveIn(Value value) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCPreEmitPeephole.cpp | 291 if (SuccMBB->isLiveIn(CRBit) || SuccMBB->isLiveIn(CRReg)) { in runOnMachineFunction()
|
/external/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 …]
|
/external/llvm/lib/Target/Sparc/ |
D | SparcFrameLowering.cpp | 339 if (!MBB->isLiveIn(reg)) in remapRegsForLeafProc() 345 if (!MBB->isLiveIn(reg)) in remapRegsForLeafProc()
|
/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/AArch64/ |
D | AArch64RedundantCopyElimination.cpp | 157 [&](unsigned Reg) { return MBB->isLiveIn(Reg); })) in optimizeCopy()
|
/external/llvm-project/llvm/lib/Target/Sparc/ |
D | SparcFrameLowering.cpp | 355 if (!MBB->isLiveIn(reg)) in remapRegsForLeafProc() 361 if (!MBB->isLiveIn(reg)) in remapRegsForLeafProc()
|
/external/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()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 197 if (Succ->isLiveIn(X86::EFLAGS)) in flagsNeedToBePreservedBeforeTheTerminators() 328 UseLEA = STI.useLeaForSP() || MBB.isLiveIn(X86::EFLAGS); in BuildStackAdjustment() 814 const bool IsRCXLiveIn = MBB.isLiveIn(X86::RCX); in emitStackProbeInlineWindowsCoreCLR64() 815 const bool IsRDXLiveIn = MBB.isLiveIn(X86::RDX); in emitStackProbeInlineWindowsCoreCLR64() 2424 bool isLiveIn = MRI.isLiveIn(Reg); in spillCalleeSavedRegisters() local 2425 if (!isLiveIn) in spillCalleeSavedRegisters() 2429 bool CanKill = !isLiveIn; in spillCalleeSavedRegisters() 2433 if (MRI.isLiveIn(*AReg)) { in spillCalleeSavedRegisters() 2638 assert(!MF.getRegInfo().isLiveIn(ScratchReg) && in adjustForSegmentedStacks() 2765 SaveScratch2 = MF.getRegInfo().isLiveIn(ScratchReg2); in adjustForSegmentedStacks() [all …]
|