/external/llvm/lib/Target/R600/ |
D | SIPrepareScratchRegs.cpp | 81 if (!Entry->isLiveIn(ScratchPtrPreloadReg)) in runOnMachineFunction() 84 if (!Entry->isLiveIn(ScratchOffsetPreloadReg)) in runOnMachineFunction() 121 if (!MBB.isLiveIn(ScratchOffsetReg) && in runOnMachineFunction() 181 } else if (!MBB.isLiveIn(ScratchOffsetReg)) { in runOnMachineFunction()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveVariables.h | 109 bool isLiveIn(const MachineBasicBlock &MBB, 285 bool isLiveIn(unsigned Reg, const MachineBasicBlock &MBB) { in isLiveIn() function 286 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI); in isLiveIn()
|
D | MachineRegisterInfo.h | 778 bool isLiveIn(unsigned Reg) const;
|
D | MachineBasicBlock.h | 333 bool isLiveIn(unsigned Reg) const;
|
/external/llvm/lib/CodeGen/ |
D | PHIElimination.cpp | 91 bool isLiveIn(unsigned Reg, MachineBasicBlock *MBB); 598 ShouldSplit = ShouldSplit && !isLiveIn(Reg, &MBB); in SplitPHIEdges() 626 bool PHIElimination::isLiveIn(unsigned Reg, MachineBasicBlock *MBB) { in isLiveIn() function in PHIElimination 632 return LV->isLiveIn(Reg, *MBB); in isLiveIn()
|
D | VirtRegMap.cpp | 267 if (!LiveIn[i]->isLiveIn(SubReg)) in addMBBLiveIns() 280 if (!LiveIn[i]->isLiveIn(PhysReg)) in addMBBLiveIns()
|
D | MachineBasicBlock.cpp | 337 bool MachineBasicBlock::isLiveIn(unsigned Reg) const { in isLiveIn() function in MachineBasicBlock 350 bool LiveIn = isLiveIn(PhysReg); in addLiveIn() 1169 if (MBB->isLiveIn(*RAI)) in computeRegisterLiveness()
|
D | LiveRangeCalc.cpp | 279 !MBB->isLiveIn(PhysReg)) { in findReachingDefs()
|
D | MachineRegisterInfo.cpp | 339 bool MachineRegisterInfo::isLiveIn(unsigned Reg) const { in isLiveIn() function in MachineRegisterInfo
|
D | MachineLICM.cpp | 609 if (!BB->isLiveIn(Reg)) in AddToLiveIns() 985 } else if (CurLoop->getHeader()->isLiveIn(Reg)) { in IsLoopInvariantInst()
|
D | MachineSink.cpp | 674 if (SuccToSinkTo->isLiveIn(Reg)) in SinkInstruction()
|
D | MachineCSE.cpp | 628 if (!MBB->isLiveIn(LiveIn)) in ProcessBlock()
|
D | LiveVariables.cpp | 720 bool LiveVariables::VarInfo::isLiveIn(const MachineBasicBlock &MBB, in isLiveIn() function in LiveVariables::VarInfo
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | SIAssignInterpRegs.cpp | 127 if (!MRI.isLiveIn(physReg)) { in AddLiveIn()
|
D | AMDGPUISelLowering.cpp | 319 if (!MRI.isLiveIn(Reg)) { in CreateLiveInRegister()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZFrameLowering.cpp | 115 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32); in addSavedGPR()
|
D | SystemZElimCompare.cpp | 102 if ((*SI)->isLiveIn(SystemZ::CC)) in isCCLiveOut()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcFrameLowering.cpp | 236 if (!MBB->isLiveIn(reg)) in remapRegsForLeafProc()
|
/external/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 1606 assert(!MF.getRegInfo().isLiveIn(ScratchReg) && in adjustForSegmentedStacks() 1726 SaveScratch2 = MF.getRegInfo().isLiveIn(ScratchReg2); in adjustForSegmentedStacks() 1730 assert((!MF.getRegInfo().isLiveIn(ScratchReg2) || SaveScratch2) && in adjustForSegmentedStacks() 1945 assert(!MF.getRegInfo().isLiveIn(ScratchReg) && in adjustForHiPEPrologue()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonNewValueJump.cpp | 441 if (succMBB->isLiveIn(predReg)) { in runOnMachineFunction()
|
D | HexagonExpandCondsets.cpp | 1187 if (MRI->isLiveIn(R1.Reg)) in coalesceRegisters() 1189 if (MRI->isLiveIn(R2.Reg)) in coalesceRegisters()
|
/external/llvm/lib/Target/ARM/ |
D | Thumb1FrameLowering.cpp | 477 MF.getRegInfo().isLiveIn(Reg)) in spillCalleeSavedRegisters()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEFrameLowering.cpp | 481 if (!MBB.isLiveIn(ehDataReg(I))) in emitPrologue()
|
D | MipsDelaySlotFiller.cpp | 290 if (!MBB.isLiveIn(R)) in addLiveInRegs()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FrameLowering.cpp | 718 bool LRLiveIn = MF.getRegInfo().isLiveIn(AArch64::LR); in getPrologueDeath()
|