Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.cpp47 for (const std::pair<unsigned, ISD::ArgFlagsTy> &LiveIn : LiveInAttrs) in isLiveInSExt() local
54 for (const std::pair<unsigned, ISD::ArgFlagsTy> &LiveIn : LiveInAttrs) in isLiveInZExt() local
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.cpp54 for (const std::pair<Register, ISD::ArgFlagsTy> &LiveIn : LiveInAttrs) in isLiveInSExt() local
61 for (const std::pair<Register, ISD::ArgFlagsTy> &LiveIn : LiveInAttrs) in isLiveInZExt() local
/external/swiftshader/third_party/subzero/src/
DIceCfgNode.cpp462 auto &LiveIn = Func->getLiveness()->getLiveIn(this); in advancedPhiLowering() local
676 const LivenessBV &LiveIn = Liveness->getLiveIn(Succ); in liveness() local
736 LivenessBV &LiveIn = Liveness->getLiveIn(this); in liveness() local
816 const LivenessBV &LiveIn = Liveness->getLiveIn(this); in livenessAddIntervals() local
1389 const LivenessBV &LiveIn = Liveness->getLiveIn(this); in dump() local
DIceLiveness.h59 LivenessBV LiveIn, LiveOut; variable
/external/llvm/lib/CodeGen/
DLiveRangeCalc.h102 SmallVector<LiveInBlock, 16> LiveIn; variable
DSafeStackColoring.h41 BitVector LiveIn; member
DSplitKit.h107 bool LiveIn; ///< Current reg is live in. member
DMachineCSE.cpp626 unsigned LiveIn = PhysDefs.pop_back_val(); in ProcessBlock() local
DStackColoring.cpp261 BitVector LiveIn; member
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DSnippetRepetitor.cpp79 for (const auto &LiveIn : Entry.MBB->liveins()) in Repeat() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveRangeCalc.h124 SmallVector<LiveInBlock, 16> LiveIn; variable
/external/llvm-project/llvm/include/llvm/CodeGen/
DLiveRangeCalc.h126 SmallVector<LiveInBlock, 16> LiveIn; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackColoring.h49 BitVector LiveIn; member
DSplitKit.h125 bool LiveIn; ///< Current reg is live in. member
DBranchRelaxation.cpp461 for (const MachineBasicBlock::RegisterMaskPair &LiveIn : Succ->liveins()) in fixupUnconditionalBranch() local
DMachineCSE.cpp690 auto LiveIn = PhysDefs.pop_back_val(); in ProcessBlockCSE() local
/external/llvm-project/llvm/include/llvm/Analysis/
DStackLifetime.h52 BitVector LiveIn; member
/external/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp626 RefMap LiveIn; in computeLiveIns() local
680 BitVector LiveIn(TRI.getNumRegs()), Live(TRI.getNumRegs()); in resetKills() local
775 void Liveness::traverse(MachineBasicBlock *B, RefMap &LiveIn) { in traverse()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp802 RefMap LiveIn; in computeLiveIns() local
874 BitVector LiveIn(TRI.getNumRegs()), Live(TRI.getNumRegs()); in resetKills() local
928 void Liveness::traverse(MachineBasicBlock *B, RefMap &LiveIn) { in traverse()
/external/llvm-project/llvm/lib/CodeGen/
DRDFLiveness.cpp859 RefMap LiveIn; in computeLiveIns() local
931 BitVector LiveIn(TRI.getNumRegs()), Live(TRI.getNumRegs()); in resetKills() local
985 void Liveness::traverse(MachineBasicBlock *B, RefMap &LiveIn) { in traverse()
DSplitKit.h126 bool LiveIn; ///< Current reg is live in. member
DBranchRelaxation.cpp455 for (const MachineBasicBlock::RegisterMaskPair &LiveIn : Succ->liveins()) in fixupUnconditionalBranch() local
DStackColoring.cpp426 BitVector LiveIn; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNSchedStrategy.cpp472 auto LiveIn = std::move(LiveInIt->second); in computeBlockPressure() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DGCNSchedStrategy.cpp461 auto LiveIn = std::move(LiveInIt->second); in computeBlockPressure() local

12