Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.cpp48 for (const std::pair<unsigned, ISD::ArgFlagsTy> &LiveIn : LiveInAttrs) in isLiveInSExt() local
55 for (const std::pair<unsigned, ISD::ArgFlagsTy> &LiveIn : LiveInAttrs) in isLiveInZExt() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveRangeCalc.h96 SmallVector<LiveInBlock, 16> LiveIn; variable
DSplitKit.h74 bool LiveIn; ///< Current reg is live in. member
/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-7.0/llvm/lib/CodeGen/
DLiveRangeCalc.h125 SmallVector<LiveInBlock, 16> LiveIn; variable
DSafeStackColoring.h50 BitVector LiveIn; member
DSplitKit.h113 bool LiveIn; ///< Current reg is live in. member
DBranchRelaxation.cpp463 for (const MachineBasicBlock::RegisterMaskPair &LiveIn : Succ->liveins()) in fixupUnconditionalBranch() local
DMachineCSE.cpp647 unsigned LiveIn = PhysDefs.pop_back_val(); in ProcessBlock() local
DStackColoring.cpp396 BitVector LiveIn; member
DMIRPrinter.cpp296 yaml::MachineFunctionLiveIn LiveIn; in convert() local
/external/swiftshader/third_party/subzero/src/
DIceCfgNode.cpp462 auto &LiveIn = Func->getLiveness()->getLiveIn(this); in advancedPhiLowering() local
698 const LivenessBV &LiveIn = Liveness->getLiveIn(Succ); in liveness() local
758 LivenessBV &LiveIn = Liveness->getLiveIn(this); in liveness() local
838 const LivenessBV &LiveIn = Liveness->getLiveIn(this); in livenessAddIntervals() local
1411 const LivenessBV &LiveIn = Liveness->getLiveIn(this); in dump() local
DIceLiveness.h59 LivenessBV LiveIn, LiveOut; variable
/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-7.0/llvm/lib/Target/X86/
DShadowCallStack.cpp242 for (auto &LiveIn : MBB.liveins()) in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp804 RefMap LiveIn; in computeLiveIns() local
876 BitVector LiveIn(TRI.getNumRegs()), Live(TRI.getNumRegs()); in resetKills() local
930 void Liveness::traverse(MachineBasicBlock *B, RefMap &LiveIn) { in traverse()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNSchedStrategy.cpp445 auto LiveIn = std::move(LiveInIt->second); in computeBlockPressure() local
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp406 for (const auto &LiveIn : YamlMF.LiveIns) { in initializeRegisterInfo() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp479 for (const auto &LiveIn : YamlMF.LiveIns) { in parseRegisterInfo() local

12