Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp55 for (const std::pair<Register, ISD::ArgFlagsTy> &LiveIn : LiveInAttrs) in isLiveInSExt() local
62 for (const std::pair<Register, ISD::ArgFlagsTy> &LiveIn : LiveInAttrs) in isLiveInZExt() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DSnippetRepetitor.cpp79 for (const auto &LiveIn : Entry.MBB->liveins()) in Repeat() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h126 SmallVector<LiveInBlock, 16> LiveIn; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DSourcePrinter.h46 bool LiveIn = false; member
H A DSourcePrinter.cpp175 bool LiveIn = LV.liveAtAddress(ThisAddr); in update() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DStackLifetime.h53 BitVector LiveIn; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFLiveness.cpp859 RefMap LiveIn; in computeLiveIns() local
929 BitVector LiveIn(TRI.getNumRegs()), Live(TRI.getNumRegs()); in resetKills() local
982 void Liveness::traverse(MachineBasicBlock *B, RefMap &LiveIn) { in traverse()
H A DSplitKit.h127 bool LiveIn; ///< Current reg is live in. member
H A DBranchRelaxation.cpp455 for (const MachineBasicBlock::RegisterMaskPair &LiveIn : Succ->liveins()) in fixupUnconditionalBranch() local
H A DMachineCSE.cpp707 auto LiveIn = PhysDefs.pop_back_val(); in ProcessBlockCSE() local
H A DStackColoring.cpp426 BitVector LiveIn; member
H A DMIRPrinter.cpp315 yaml::MachineFunctionLiveIn LiveIn; in convert() local
H A DMachineBasicBlock.cpp609 bool LiveIn = isLiveIn(PhysReg); in addLiveIn() local
H A DRegisterPressure.cpp918 LaneBitmask LiveIn = Use.LaneMask & ~LiveMask; in advance() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp483 auto LiveIn = std::move(LiveInIt->second); in computeBlockPressure() local
H A DAMDGPULegalizerInfo.cpp2728 Register LiveIn = getFunctionLiveInPhysReg(B.getMF(), B.getTII(), SrcReg, *ArgRC, in loadInputValue() local
4564 Register LiveIn = in legalizeTrapHsaQueuePtr() local
H A DAMDGPUInstructionSelector.cpp1212 Register LiveIn = getFunctionLiveInPhysReg(MF, TII, ReturnAddrReg, in selectReturnAddress() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp592 for (const auto &LiveIn : YamlMF.LiveIns) { in parseRegisterInfo() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp633 Register LiveIn = MRI.getLiveInVirtReg(PhysReg); in getFunctionLiveInPhysReg() local
H A DIRTranslator.cpp3246 for (const MachineBasicBlock::RegisterMaskPair &LiveIn : EntryBB->liveins()) in runOnMachineFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp243 MapVector<BasicBlock *, SetVector<Value *>> LiveIn; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1007 LivePhysRegs LiveIn(HRI), LiveOut(HRI); in expandPostRAPseudo() local