Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/R600/
DSIPrepareScratchRegs.cpp81 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/
DLiveVariables.h109 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()
DMachineRegisterInfo.h778 bool isLiveIn(unsigned Reg) const;
DMachineBasicBlock.h333 bool isLiveIn(unsigned Reg) const;
/external/llvm/lib/CodeGen/
DPHIElimination.cpp91 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()
DVirtRegMap.cpp267 if (!LiveIn[i]->isLiveIn(SubReg)) in addMBBLiveIns()
280 if (!LiveIn[i]->isLiveIn(PhysReg)) in addMBBLiveIns()
DMachineBasicBlock.cpp337 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()
DLiveRangeCalc.cpp279 !MBB->isLiveIn(PhysReg)) { in findReachingDefs()
DMachineRegisterInfo.cpp339 bool MachineRegisterInfo::isLiveIn(unsigned Reg) const { in isLiveIn() function in MachineRegisterInfo
DMachineLICM.cpp609 if (!BB->isLiveIn(Reg)) in AddToLiveIns()
985 } else if (CurLoop->getHeader()->isLiveIn(Reg)) { in IsLoopInvariantInst()
DMachineSink.cpp674 if (SuccToSinkTo->isLiveIn(Reg)) in SinkInstruction()
DMachineCSE.cpp628 if (!MBB->isLiveIn(LiveIn)) in ProcessBlock()
DLiveVariables.cpp720 bool LiveVariables::VarInfo::isLiveIn(const MachineBasicBlock &MBB, in isLiveIn() function in LiveVariables::VarInfo
/external/mesa3d/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.cpp102 if ((*SI)->isLiveIn(SystemZ::CC)) in isCCLiveOut()
/external/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp236 if (!MBB->isLiveIn(reg)) in remapRegsForLeafProc()
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp1606 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/
DHexagonNewValueJump.cpp441 if (succMBB->isLiveIn(predReg)) { in runOnMachineFunction()
DHexagonExpandCondsets.cpp1187 if (MRI->isLiveIn(R1.Reg)) in coalesceRegisters()
1189 if (MRI->isLiveIn(R2.Reg)) in coalesceRegisters()
/external/llvm/lib/Target/ARM/
DThumb1FrameLowering.cpp477 MF.getRegInfo().isLiveIn(Reg)) in spillCalleeSavedRegisters()
/external/llvm/lib/Target/Mips/
DMipsSEFrameLowering.cpp481 if (!MBB.isLiveIn(ehDataReg(I))) in emitPrologue()
DMipsDelaySlotFiller.cpp290 if (!MBB.isLiveIn(R)) in addLiveInRegs()
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp718 bool LRLiveIn = MF.getRegInfo().isLiveIn(AArch64::LR); in getPrologueDeath()

12