Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveVariables.h280 bool isLiveIn(Register Reg, const MachineBasicBlock &MBB) { isLiveIn() function
/llvm-project/mlir/lib/Analysis/
H A DLiveness.cpp357 bool LivenessBlockInfo::isLiveIn(Value value) const { in isLiveIn() function in LivenessBlockInfo
/llvm-project/llvm/lib/CodeGen/
H A DPHIElimination.cpp784 bool PHIElimination::isLiveIn(Register Reg, const MachineBasicBlock *MBB) { isLiveIn() function in PHIElimination
H A DMachineRegisterInfo.cpp451 bool MachineRegisterInfo::isLiveIn(Register Reg) const { isLiveIn() function in MachineRegisterInfo
H A DLiveVariables.cpp780 bool LiveVariables::VarInfo::isLiveIn(const MachineBasicBlock &MBB, isLiveIn() function in LiveVariables::VarInfo
H A DMachineBasicBlock.cpp616 bool MachineBasicBlock::isLiveIn(MCPhysReg Reg, LaneBitmask LaneMask) const { isLiveIn() function in MachineBasicBlock
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h168 bool isLiveIn() const { return !hasDefiningRecipe(); } isLiveIn() function
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.h380 bool isLiveIn() const { return Found && !Def; } isLiveIn() function
/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1551 bool isLiveIn = MRI.isLiveIn(Reg); emitPushInst() local