Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveVariables.h280 bool isLiveIn(Register Reg, const MachineBasicBlock &MBB) { isLiveIn() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DPHIElimination.cpp756 bool PHIElimination::isLiveIn(Register Reg, const MachineBasicBlock *MBB) { isLiveIn() function in PHIElimination
H A DMachineRegisterInfo.cpp440 bool MachineRegisterInfo::isLiveIn(Register Reg) const { isLiveIn() function in MachineRegisterInfo
H A DLiveVariables.cpp779 bool LiveVariables::VarInfo::isLiveIn(const MachineBasicBlock &MBB, isLiveIn() function in LiveVariables::VarInfo
H A DMachineBasicBlock.cpp610 bool MachineBasicBlock::isLiveIn(MCPhysReg Reg, LaneBitmask LaneMask) const { isLiveIn() function in MachineBasicBlock
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h175 bool isLiveIn() const { return !hasDefiningRecipe(); } isLiveIn() function
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DPatterns.h
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1549 bool isLiveIn = MRI.isLiveIn(Reg); emitPushInst() local