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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
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
/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
1175 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveRangeCalc.h124 SmallVector<LiveInBlock, 16> LiveIn; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DLiveRangeCalc.h125 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
DStackColoring.cpp396 BitVector LiveIn; member
DMachineCSE.cpp690 auto LiveIn = PhysDefs.pop_back_val(); in ProcessBlockCSE() local
/external/swiftshader/third_party/llvm-16.0/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-16.0/llvm/lib/CodeGen/
DRDFLiveness.cpp856 RefMap LiveIn; in computeLiveIns() local
926 BitVector LiveIn(TRI.getNumRegs()), Live(TRI.getNumRegs()); in resetKills() local
979 void Liveness::traverse(MachineBasicBlock *B, RefMap &LiveIn) { in traverse()
DSplitKit.h126 bool LiveIn; ///< Current reg is live in. member
DBranchRelaxation.cpp465 for (const MachineBasicBlock::RegisterMaskPair &LiveIn : Succ->liveins()) in fixupUnconditionalBranch() local
DMachineCSE.cpp723 auto LiveIn = PhysDefs.pop_back_val(); in ProcessBlockCSE() local
DStackColoring.cpp424 BitVector LiveIn; member
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNSchedStrategy.cpp472 auto LiveIn = std::move(LiveInIt->second); in computeBlockPressure() local

12