/external/llvm/include/llvm/CodeGen/ |
D | LiveVariables.h | 109 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()
|
D | MachineRegisterInfo.h | 499 bool isLiveIn(unsigned Reg) const;
|
D | MachineBasicBlock.h | 310 bool isLiveIn(unsigned Reg) const;
|
/external/llvm/lib/CodeGen/ |
D | PHIElimination.cpp | 85 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()
|
D | VirtRegMap.cpp | 256 if (!LiveIn[i]->isLiveIn(PhysReg)) in addMBBLiveIns()
|
D | MachineBasicBlock.cpp | 340 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()
|
D | LiveRangeCalc.cpp | 197 !MBB->isLiveIn(PhysReg)) { in findReachingDefs()
|
D | MachineRegisterInfo.cpp | 338 bool MachineRegisterInfo::isLiveIn(unsigned Reg) const { in isLiveIn() function in MachineRegisterInfo
|
D | MachineSink.cpp | 612 if (SuccToSinkTo->isLiveIn(Reg)) in SinkInstruction()
|
D | MachineLICM.cpp | 590 if (!BB->isLiveIn(Reg)) in AddToLiveIns() 945 } else if (CurLoop->getHeader()->isLiveIn(Reg)) { in IsLoopInvariantInst()
|
D | MachineCSE.cpp | 573 if (!MBB->isLiveIn(LiveIn)) in ProcessBlock()
|
/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/chromium_org/third_party/mesa/src/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 | 103 if ((*SI)->isLiveIn(SystemZ::CC)) in isCCLiveOut()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcFrameLowering.cpp | 195 if (!MBB->isLiveIn(reg)) in remapRegsForLeafProc()
|
/external/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 1422 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/ |
D | Thumb1FrameLowering.cpp | 356 MF.getRegInfo().isLiveIn(Reg)) in spillCalleeSavedRegisters()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonNewValueJump.cpp | 449 if (succMBB->isLiveIn(predReg)) { in runOnMachineFunction()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FrameLowering.cpp | 413 && MBB.getParent()->getRegInfo().isLiveIn(Reg)) in determinePrologueDeath()
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUISelLowering.cpp | 475 if (!MRI.isLiveIn(Reg)) { in CreateLiveInRegister()
|
/external/llvm/lib/Target/Mips/ |
D | MipsDelaySlotFiller.cpp | 286 if (!MBB.isLiveIn(R)) in addLiveInRegs()
|
D | MipsSEFrameLowering.cpp | 349 if (!MBB.isLiveIn(ehDataReg(I))) in emitPrologue()
|