Home
last modified time | relevance | path

Searched defs:isLiveIn (Results 1 – 12 of 12) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DLiveVariables.h284 bool isLiveIn(unsigned Reg, const MachineBasicBlock &MBB) { in isLiveIn() function
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveVariables.h292 bool isLiveIn(unsigned Reg, const MachineBasicBlock &MBB) { in isLiveIn() function
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeMachineFunction.h115 bool isLiveIn(int FI) { in isLiveIn() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineRegisterInfo.cpp181 bool MachineRegisterInfo::isLiveIn(unsigned Reg) const { in isLiveIn() function in MachineRegisterInfo
DMachineBasicBlock.cpp267 bool MachineBasicBlock::isLiveIn(unsigned Reg) const { in isLiveIn() function in MachineBasicBlock
DLiveVariables.cpp685 bool LiveVariables::VarInfo::isLiveIn(const MachineBasicBlock &MBB, in isLiveIn() function in LiveVariables::VarInfo
/external/llvm/lib/CodeGen/
DPHIElimination.cpp625 bool PHIElimination::isLiveIn(unsigned Reg, const MachineBasicBlock *MBB) { in isLiveIn() function in PHIElimination
DMachineRegisterInfo.cpp370 bool MachineRegisterInfo::isLiveIn(unsigned Reg) const { in isLiveIn() function in MachineRegisterInfo
DLiveVariables.cpp722 bool LiveVariables::VarInfo::isLiveIn(const MachineBasicBlock &MBB, in isLiveIn() function in LiveVariables::VarInfo
DMachineBasicBlock.cpp337 bool MachineBasicBlock::isLiveIn(MCPhysReg Reg, LaneBitmask LaneMask) const { in isLiveIn() function in MachineBasicBlock
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp911 bool isLiveIn = MF.getRegInfo().isLiveIn(Reg); in emitPushInst() local
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp1908 bool isLiveIn = MRI.isLiveIn(Reg); in spillCalleeSavedRegisters() local