Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveVariables.h283 bool isLiveIn(unsigned Reg, const MachineBasicBlock &MBB) { in isLiveIn() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPHIElimination.cpp642 bool PHIElimination::isLiveIn(unsigned Reg, const MachineBasicBlock *MBB) { in isLiveIn() function in PHIElimination
DMachineRegisterInfo.cpp442 bool MachineRegisterInfo::isLiveIn(unsigned Reg) const { in isLiveIn() function in MachineRegisterInfo
DLiveVariables.cpp720 bool LiveVariables::VarInfo::isLiveIn(const MachineBasicBlock &MBB, in isLiveIn() function in LiveVariables::VarInfo
DMachineBasicBlock.cpp466 bool MachineBasicBlock::isLiveIn(MCPhysReg Reg, LaneBitmask LaneMask) const { in isLiveIn() function in MachineBasicBlock
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFrameLowering.cpp999 bool isLiveIn = MRI.isLiveIn(Reg); in emitPushInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp2083 bool isLiveIn = MRI.isLiveIn(Reg); in spillCalleeSavedRegisters() local