/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCMachineFunctionInfo.cpp | 47 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
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceCfgNode.cpp | 462 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
|
D | IceLiveness.h | 59 LivenessBV LiveIn, LiveOut; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveRangeCalc.h | 124 SmallVector<LiveInBlock, 16> LiveIn; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SafeStackColoring.h | 49 BitVector LiveIn; member
|
D | SplitKit.h | 125 bool LiveIn; ///< Current reg is live in. member
|
D | BranchRelaxation.cpp | 461 for (const MachineBasicBlock::RegisterMaskPair &LiveIn : Succ->liveins()) in fixupUnconditionalBranch() local
|
D | StackColoring.cpp | 396 BitVector LiveIn; member
|
D | MachineCSE.cpp | 690 auto LiveIn = PhysDefs.pop_back_val(); in ProcessBlockCSE() local
|
D | MIRPrinter.cpp | 307 yaml::MachineFunctionLiveIn LiveIn; in convert() local
|
D | MachineBasicBlock.cpp | 500 bool LiveIn = isLiveIn(PhysReg); in addLiveIn() local
|
D | RegisterPressure.cpp | 916 LaneBitmask LiveIn = Use.LaneMask & ~LiveMask; in advance() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFLiveness.cpp | 802 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNSchedStrategy.cpp | 472 auto LiveIn = std::move(LiveInIt->second); in computeBlockPressure() local
|
D | AMDGPULegalizerInfo.cpp | 1832 Register LiveIn = MRI.getLiveInVirtReg(Reg); in getLiveInRegister() local 1851 Register LiveIn = getLiveInRegister(MRI, Arg->getRegister(), Ty); in loadInputValue() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 552 for (const auto &LiveIn : YamlMF.LiveIns) { in parseRegisterInfo() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 243 MapVector<BasicBlock *, SetVector<Value *>> LiveIn; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 2417 for (const MachineBasicBlock::RegisterMaskPair &LiveIn : EntryBB->liveins()) in runOnMachineFunction() local
|