/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCMachineFunctionInfo.cpp | 55 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 D | SnippetRepetitor.cpp | 79 for (const auto &LiveIn : Entry.MBB->liveins()) in Repeat() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | LiveRangeCalc.h | 126 SmallVector<LiveInBlock, 16> LiveIn; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | SourcePrinter.h | 46 bool LiveIn = false; member
|
H A D | SourcePrinter.cpp | 175 bool LiveIn = LV.liveAtAddress(ThisAddr); in update() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | StackLifetime.h | 53 BitVector LiveIn; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | RDFLiveness.cpp | 859 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 D | SplitKit.h | 127 bool LiveIn; ///< Current reg is live in. member
|
H A D | BranchRelaxation.cpp | 455 for (const MachineBasicBlock::RegisterMaskPair &LiveIn : Succ->liveins()) in fixupUnconditionalBranch() local
|
H A D | MachineCSE.cpp | 707 auto LiveIn = PhysDefs.pop_back_val(); in ProcessBlockCSE() local
|
H A D | StackColoring.cpp | 426 BitVector LiveIn; member
|
H A D | MIRPrinter.cpp | 315 yaml::MachineFunctionLiveIn LiveIn; in convert() local
|
H A D | MachineBasicBlock.cpp | 609 bool LiveIn = isLiveIn(PhysReg); in addLiveIn() local
|
H A D | RegisterPressure.cpp | 918 LaneBitmask LiveIn = Use.LaneMask & ~LiveMask; in advance() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | GCNSchedStrategy.cpp | 483 auto LiveIn = std::move(LiveInIt->second); in computeBlockPressure() local
|
H A D | AMDGPULegalizerInfo.cpp | 2728 Register LiveIn = getFunctionLiveInPhysReg(B.getMF(), B.getTII(), SrcReg, *ArgRC, in loadInputValue() local 4564 Register LiveIn = in legalizeTrapHsaQueuePtr() local
|
H A D | AMDGPUInstructionSelector.cpp | 1212 Register LiveIn = getFunctionLiveInPhysReg(MF, TII, ReturnAddrReg, in selectReturnAddress() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 592 for (const auto &LiveIn : YamlMF.LiveIns) { in parseRegisterInfo() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | Utils.cpp | 633 Register LiveIn = MRI.getLiveInVirtReg(PhysReg); in getFunctionLiveInPhysReg() local
|
H A D | IRTranslator.cpp | 3246 for (const MachineBasicBlock::RegisterMaskPair &LiveIn : EntryBB->liveins()) in runOnMachineFunction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 243 MapVector<BasicBlock *, SetVector<Value *>> LiveIn; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrInfo.cpp | 1007 LivePhysRegs LiveIn(HRI), LiveOut(HRI); in expandPostRAPseudo() local
|