/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-project/llvm/include/llvm/CodeGen/ |
D | LiveVariables.h | 283 bool isLiveIn(Register 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/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-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-project/mlir/lib/Analysis/ |
D | Liveness.cpp | 347 bool LivenessBlockInfo::isLiveIn(Value value) const { in isLiveIn() function in LivenessBlockInfo
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | PHIElimination.cpp | 695 bool PHIElimination::isLiveIn(Register Reg, const MachineBasicBlock *MBB) { in isLiveIn() function in PHIElimination
|
D | MachineRegisterInfo.cpp | 442 bool MachineRegisterInfo::isLiveIn(Register 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 | 561 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/llvm-project/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 1002 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/llvm-project/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 2424 bool isLiveIn = MRI.isLiveIn(Reg); in spillCalleeSavedRegisters() local
|