Home
last modified time | relevance | path

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

12

/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h125 SmallVector<LiveInBlock, 16> LiveIn; variable
/freebsd-src/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
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockPathCloning.cpp183 for (auto &LiveIn : OrigBB->liveins()) 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.cpp563 for (const MachineBasicBlock::RegisterMaskPair &LiveIn : Succ->liveins()) in fixupUnconditionalBranch() local
H A DStackColoring.cpp394 BitVector LiveIn; member
H A DMachineCSE.cpp725 auto LiveIn = PhysDefs.pop_back_val(); in ProcessBlockCSE() local
H A DMIRPrinter.cpp329 yaml::MachineFunctionLiveIn LiveIn; convert() local
H A DAssignmentTrackingAnalysis.cpp392 DenseMap<const BasicBlock *, VarFragMap> LiveIn; global() member in __anon504de5160211::MemLocFragmentFill
1298 DenseMap<const BasicBlock *, BlockInfo> LiveIn; global() member in __anon504de5160211::AssignmentTrackingLowering
[all...]
H A DMachineBasicBlock.cpp644 bool LiveIn = isLiveIn(PhysReg); addLiveIn() local
H A DRegisterPressure.cpp915 LaneBitmask LiveIn = Use.LaneMask & ~LiveMask; advance() local
H A DMachinePipeliner.cpp1265 for (auto LiveIn : Used) computeLiveIn() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackLifetime.h52 BitVector LiveIn; member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp264 for (const auto &LiveIn : MBB.liveins()) in spillCalleeSavedRegisters() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp581 GCNRPTracker::LiveRegSet LiveIn, LiveOut; runOnMachineFunction() local
H A DGCNSchedStrategy.cpp563 auto LiveIn = std::move(LiveInIt->second); computeBlockPressure() local
H A DAMDGPULegalizerInfo.cpp4152 Register LiveIn = getFunctionLiveInPhysReg(B.getMF(), B.getTII(), SrcReg, loadInputValue() local
6659 Register LiveIn = legalizeTrapHsaQueuePtr() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp642 for (const auto &LiveIn : YamlMF.LiveIns) { parseRegisterInfo() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2919 vlocJoin(MachineBasicBlock & MBB,LiveIdxT & VLOCOutLocs,SmallPtrSet<const MachineBasicBlock *,8> & BlocksToExplore,DbgValue & LiveIn) vlocJoin() argument
3203 DbgValue *LiveIn = LiveInIdx[PHIMBB]; buildVLocValueMap() local
3228 DbgValue *LiveIn = LiveInsIt->second; buildVLocValueMap() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp887 Register LiveIn = MRI.getLiveInVirtReg(PhysReg); getFunctionLiveInPhysReg() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp178 MapVector<BasicBlock *, SetVector<Value *>> LiveIn; member
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1056 LivePhysRegs LiveIn(HRI), LiveOut(HRI); expandPostRAPseudo() local

12