Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/CodeGen/
DLiveVariables.h109 bool isLiveIn(const MachineBasicBlock &MBB,
281 bool isLiveIn(unsigned Reg, const MachineBasicBlock &MBB) { in isLiveIn() function
282 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI); in isLiveIn()
DMachineRegisterInfo.h499 bool isLiveIn(unsigned Reg) const;
DMachineBasicBlock.h310 bool isLiveIn(unsigned Reg) const;
/external/llvm/lib/CodeGen/
DPHIElimination.cpp85 bool isLiveIn(unsigned Reg, MachineBasicBlock *MBB);
592 bool ShouldSplit = !isLiveIn(Reg, &MBB) || SplitAllCriticalEdges; in SplitPHIEdges()
620 bool PHIElimination::isLiveIn(unsigned Reg, MachineBasicBlock *MBB) { in isLiveIn() function in PHIElimination
626 return LV->isLiveIn(Reg, *MBB); in isLiveIn()
DVirtRegMap.cpp256 if (!LiveIn[i]->isLiveIn(PhysReg)) in addMBBLiveIns()
DMachineBasicBlock.cpp340 bool MachineBasicBlock::isLiveIn(unsigned Reg) const { in isLiveIn() function in MachineBasicBlock
353 bool LiveIn = isLiveIn(PhysReg); in addLiveIn()
1182 if (MBB->isLiveIn(*RAI)) in computeRegisterLiveness()
DLiveRangeCalc.cpp197 !MBB->isLiveIn(PhysReg)) { in findReachingDefs()
DMachineRegisterInfo.cpp338 bool MachineRegisterInfo::isLiveIn(unsigned Reg) const { in isLiveIn() function in MachineRegisterInfo
DMachineSink.cpp612 if (SuccToSinkTo->isLiveIn(Reg)) in SinkInstruction()
DMachineLICM.cpp590 if (!BB->isLiveIn(Reg)) in AddToLiveIns()
945 } else if (CurLoop->getHeader()->isLiveIn(Reg)) { in IsLoopInvariantInst()
DMachineCSE.cpp573 if (!MBB->isLiveIn(LiveIn)) in ProcessBlock()
/external/mesa3d/src/gallium/drivers/radeon/
DSIAssignInterpRegs.cpp127 if (!MRI.isLiveIn(physReg)) { in AddLiveIn()
DAMDGPUISelLowering.cpp319 if (!MRI.isLiveIn(Reg)) { in CreateLiveInRegister()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DSIAssignInterpRegs.cpp127 if (!MRI.isLiveIn(physReg)) { in AddLiveIn()
DAMDGPUISelLowering.cpp319 if (!MRI.isLiveIn(Reg)) { in CreateLiveInRegister()
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp115 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32); in addSavedGPR()
DSystemZElimCompare.cpp103 if ((*SI)->isLiveIn(SystemZ::CC)) in isCCLiveOut()
/external/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp195 if (!MBB->isLiveIn(reg)) in remapRegsForLeafProc()
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp1422 assert(!MF.getRegInfo().isLiveIn(ScratchReg) && in adjustForSegmentedStacks()
1526 SaveScratch2 = MF.getRegInfo().isLiveIn(ScratchReg2); in adjustForSegmentedStacks()
1530 assert((!MF.getRegInfo().isLiveIn(ScratchReg2) || SaveScratch2) && in adjustForSegmentedStacks()
1713 assert(!MF.getRegInfo().isLiveIn(ScratchReg) && in adjustForHiPEPrologue()
/external/llvm/lib/Target/ARM/
DThumb1FrameLowering.cpp356 MF.getRegInfo().isLiveIn(Reg)) in spillCalleeSavedRegisters()
/external/llvm/lib/Target/Hexagon/
DHexagonNewValueJump.cpp449 if (succMBB->isLiveIn(predReg)) { in runOnMachineFunction()
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp413 && MBB.getParent()->getRegInfo().isLiveIn(Reg)) in determinePrologueDeath()
/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp475 if (!MRI.isLiveIn(Reg)) { in CreateLiveInRegister()
/external/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp286 if (!MBB.isLiveIn(R)) in addLiveInRegs()
DMipsSEFrameLowering.cpp349 if (!MBB.isLiveIn(ehDataReg(I))) in emitPrologue()

12