Home
last modified time | relevance | path

Searched defs:LiveIn (Results 1 – 25 of 29) 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/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
DMIRPrinter.cpp232 yaml::MachineFunctionLiveIn LiveIn; in convert() local
DMachineBasicBlock.cpp372 bool LiveIn = isLiveIn(PhysReg); in addLiveIn() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveRangeCalc.h124 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
DStackColoring.cpp396 BitVector LiveIn; member
DMIRPrinter.cpp307 yaml::MachineFunctionLiveIn LiveIn; in convert() local
DMachineBasicBlock.cpp500 bool LiveIn = isLiveIn(PhysReg); in addLiveIn() local
DRegisterPressure.cpp916 LaneBitmask LiveIn = Use.LaneMask & ~LiveMask; in advance() local
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNSchedStrategy.cpp472 auto LiveIn = std::move(LiveInIt->second); in computeBlockPressure() local
DAMDGPULegalizerInfo.cpp1832 Register LiveIn = MRI.getLiveInVirtReg(Reg); in getLiveInRegister() local
1851 Register LiveIn = getLiveInRegister(MRI, Arg->getRegister(), Ty); in loadInputValue() local
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp406 for (const auto &LiveIn : YamlMF.LiveIns) { in initializeRegisterInfo() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp552 for (const auto &LiveIn : YamlMF.LiveIns) { in parseRegisterInfo() local

12