Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveVariables.h281 bool isLiveIn(Register Reg, const MachineBasicBlock &MBB) { in isLiveIn() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h167 bool isLiveIn() const { return !hasDefiningRecipe(); } in isLiveIn() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPHIElimination.cpp834 bool PHIEliminationImpl::isLiveIn(Register Reg, const MachineBasicBlock *MBB) { in isLiveIn() function in PHIEliminationImpl
H A DMachineRegisterInfo.cpp451 bool MachineRegisterInfo::isLiveIn(Register Reg) const { in isLiveIn() function in MachineRegisterInfo
H A DLiveVariables.cpp808 bool LiveVariables::VarInfo::isLiveIn(const MachineBasicBlock &MBB, in isLiveIn() function in LiveVariables::VarInfo
H A DMachineBasicBlock.cpp616 bool MachineBasicBlock::isLiveIn(MCPhysReg Reg, LaneBitmask LaneMask) const { in isLiveIn() function in MachineBasicBlock
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.h380 bool isLiveIn() const { return Found && !Def; } in isLiveIn() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerMatchTableEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1550 bool isLiveIn = MRI.isLiveIn(Reg); in emitPushInst() local