/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
D | LiveVariables.h | 288 bool isLiveIn(Register Reg, const MachineBasicBlock &MBB) { in isLiveIn() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveVariables.h | 283 bool isLiveIn(unsigned Reg, const MachineBasicBlock &MBB) { in isLiveIn() function
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveVariables.h | 284 bool isLiveIn(unsigned Reg, const MachineBasicBlock &MBB) { in isLiveIn() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | PHIElimination.cpp | 642 bool PHIElimination::isLiveIn(unsigned Reg, const MachineBasicBlock *MBB) { in isLiveIn() function in PHIElimination
|
D | MachineRegisterInfo.cpp | 442 bool MachineRegisterInfo::isLiveIn(unsigned Reg) const { in isLiveIn() function in MachineRegisterInfo
|
D | LiveVariables.cpp | 720 bool LiveVariables::VarInfo::isLiveIn(const MachineBasicBlock &MBB, in isLiveIn() function in LiveVariables::VarInfo
|
D | MachineBasicBlock.cpp | 466 bool MachineBasicBlock::isLiveIn(MCPhysReg Reg, LaneBitmask LaneMask) const { in isLiveIn() function in MachineBasicBlock
|
/external/llvm/lib/CodeGen/ |
D | PHIElimination.cpp | 625 bool PHIElimination::isLiveIn(unsigned Reg, const MachineBasicBlock *MBB) { in isLiveIn() function in PHIElimination
|
D | MachineRegisterInfo.cpp | 370 bool MachineRegisterInfo::isLiveIn(unsigned Reg) const { in isLiveIn() function in MachineRegisterInfo
|
D | LiveVariables.cpp | 722 bool LiveVariables::VarInfo::isLiveIn(const MachineBasicBlock &MBB, in isLiveIn() function in LiveVariables::VarInfo
|
D | MachineBasicBlock.cpp | 337 bool MachineBasicBlock::isLiveIn(MCPhysReg Reg, LaneBitmask LaneMask) const { in isLiveIn() function in MachineBasicBlock
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | PHIElimination.cpp | 732 bool PHIElimination::isLiveIn(Register Reg, const MachineBasicBlock *MBB) { in isLiveIn() function in PHIElimination
|
D | MachineRegisterInfo.cpp | 440 bool MachineRegisterInfo::isLiveIn(Register Reg) const { in isLiveIn() function in MachineRegisterInfo
|
D | LiveVariables.cpp | 790 bool LiveVariables::VarInfo::isLiveIn(const MachineBasicBlock &MBB, in isLiveIn() function in LiveVariables::VarInfo
|
D | MachineBasicBlock.cpp | 601 bool MachineBasicBlock::isLiveIn(MCPhysReg Reg, LaneBitmask LaneMask) const { in isLiveIn() function in MachineBasicBlock
|
/external/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 911 bool isLiveIn = MF.getRegInfo().isLiveIn(Reg); in emitPushInst() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 999 bool isLiveIn = MRI.isLiveIn(Reg); in emitPushInst() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 1522 bool isLiveIn = MRI.isLiveIn(Reg); in emitPushInst() local
|
/external/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 1908 bool isLiveIn = MRI.isLiveIn(Reg); in spillCalleeSavedRegisters() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 2083 bool isLiveIn = MRI.isLiveIn(Reg); in spillCalleeSavedRegisters() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 2706 bool isLiveIn = MRI.isLiveIn(Reg); in spillCalleeSavedRegisters() local
|