Home
last modified time | relevance | path

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

12

/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
/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h125 SmallVector<LiveInBlock, 16> LiveIn; variable
/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.h48 bool LiveIn = false; member
H A DSourcePrinter.cpp183 bool LiveIn = LV.liveAtAddress(ThisAddr); update() local
[all...]
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DSnippetRepetitor.cpp107 for (const auto &LiveIn : Entry.MBB->liveins()) in Repeat() local
/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() argument
[all...]
H A DSplitKit.h126 bool LiveIn; ///< Current reg is live in. member
H A DBranchRelaxation.cpp563 for (const MachineBasicBlock::RegisterMaskPair &LiveIn : Succ->liveins()) fixupUnconditionalBranch() local
H A DMachineCSE.cpp725 MBB->addLiveIn(LiveIn.second); in ProcessBlockCSE() local
H A DStackColoring.cpp394 BitVector LiveIn; global() member
H A DMIRPrinter.cpp331 yaml::MachineFunctionLiveIn LiveIn; convert() local
H A DAssignmentTrackingAnalysis.cpp394 DenseMap<const BasicBlock *, VarFragMap> LiveIn; global() member in __anonaad91fb70211::MemLocFragmentFill
1299 DenseMap<const BasicBlock *, BlockInfo> LiveIn; global() member in __anonaad91fb70211::AssignmentTrackingLowering
[all...]
H A DRegisterPressure.cpp909 increaseRegPressure(Reg, LiveMask, LiveMask | LiveIn); in advance() local
H A DMachineBasicBlock.cpp650 bool LiveIn = isLiveIn(PhysReg); addLiveIn() local
H A DMachinePipeliner.cpp1315 for (auto LiveIn : Used) computeLiveIn() local
/llvm-project/llvm/include/llvm/Analysis/
H A DStackLifetime.h52 BitVector LiveIn; member
/llvm-project/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp264 if (STI.getRegisterInfo()->isSubRegister(LiveIn.PhysReg, Reg)) { in spillCalleeSavedRegisters() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp669 GCNRPTracker::LiveRegSet LiveIn, LiveOut; runOnMachineFunction() local
H A DGCNSchedStrategy.cpp650 auto LiveIn = std::move(LiveInIt->second); computeBlockPressure() local
/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp661 for (const auto &LiveIn : YamlMF.LiveIns) { parseRegisterInfo() local
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2920 vlocJoin(MachineBasicBlock & MBB,LiveIdxT & VLOCOutLocs,SmallPtrSet<const MachineBasicBlock *,8> & BlocksToExplore,DbgValue & LiveIn) vlocJoin() argument
3204 DbgValue *LiveIn = LiveInIdx[PHIMBB]; buildVLocValueMap() local
3229 DbgValue *LiveIn = LiveInsIt->second; buildVLocValueMap() local
[all...]
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp904 Register LiveIn = MRI.getLiveInVirtReg(PhysReg); getFunctionLiveInPhysReg() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp178 MapVector<BasicBlock *, SetVector<Value *>> LiveIn; global() member
[all...]
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1057 LivePhysRegs LiveIn(HRI), LiveOut(HRI); expandPostRAPseudo() local

12