Home
last modified time | relevance | path

Searched defs:LiveIn (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp63 for (const std::pair<Register, ISD::ArgFlagsTy> &LiveIn : LiveInAttrs) in isLiveInSExt() local
70 for (const std::pair<Register, ISD::ArgFlagsTy> &LiveIn : LiveInAttrs) in isLiveInZExt() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h125 SmallVector<LiveInBlock, 16> LiveIn; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.h48 bool LiveIn = false; member
H A DSourcePrinter.cpp183 bool LiveIn = LV.liveAtAddress(ThisAddr); in update() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockPathCloning.cpp193 for (auto &LiveIn : OrigBB->liveins()) in ApplyCloning() local
H A DRDFLiveness.cpp864 RefMap LiveIn; in computeLiveIns() local
932 BitVector LiveIn(TRI.getNumRegs()), Live(TRI.getNumRegs()); in resetKills() local
985 void Liveness::traverse(MachineBasicBlock *B, RefMap &LiveIn) { in traverse()
H A DSplitKit.h126 bool LiveIn; ///< Current reg is live in. member
H A DBranchRelaxation.cpp478 for (const MachineBasicBlock::RegisterMaskPair &LiveIn : Succ->liveins()) fixupUnconditionalBranch() local
H A DMachineCSE.cpp725 auto LiveIn = PhysDefs.pop_back_val(); in ProcessBlockCSE() local
H A DStackColoring.cpp394 BitVector LiveIn; member
H A DMIRPrinter.cpp331 yaml::MachineFunctionLiveIn LiveIn; in convert() local
H A DAssignmentTrackingAnalysis.cpp394 DenseMap<const BasicBlock *, VarFragMap> LiveIn; member in __anon3afac2c40211::MemLocFragmentFill
1299 DenseMap<const BasicBlock *, BlockInfo> LiveIn; member in __anon3afac2c40211::AssignmentTrackingLowering
H A DRegisterPressure.cpp909 LaneBitmask LiveIn = Use.LaneMask & ~LiveMask; in advance() local
H A DMachineBasicBlock.cpp650 bool LiveIn = isLiveIn(PhysReg); in addLiveIn() local
H A DMachinePipeliner.cpp1325 for (auto LiveIn : Used) in computeLiveIn() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackLifetime.h52 BitVector LiveIn; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp266 for (const auto &LiveIn : MBB.liveins()) spillCalleeSavedRegisters() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp669 GCNRPTracker::LiveRegSet LiveIn, LiveOut; in runOnMachineFunction() local
H A DGCNSchedStrategy.cpp650 auto LiveIn = std::move(LiveInIt->second); in computeBlockPressure() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp661 for (const auto &LiveIn : YamlMF.LiveIns) { in parseRegisterInfo() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2953 DbgValue &LiveIn) { in vlocJoin()
3239 DbgValue *LiveIn = LiveInIdx[PHIMBB]; in buildVLocValueMap() local
3264 DbgValue *LiveIn = LiveInsIt->second; in buildVLocValueMap() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp910 Register LiveIn = MRI.getLiveInVirtReg(PhysReg); in getFunctionLiveInPhysReg() local
H A DIRTranslator.cpp4043 for (const MachineBasicBlock::RegisterMaskPair &LiveIn : EntryBB->liveins()) in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp178 MapVector<BasicBlock *, SetVector<Value *>> LiveIn; member
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1057 LivePhysRegs LiveIn(HRI), LiveOut(HRI); in expandPostRAPseudo() local

12