| /external/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()  local54   for (const std::pair<unsigned, ISD::ArgFlagsTy> &LiveIn : LiveInAttrs)  in isLiveInZExt()  local
 
 | 
| /external/swiftshader/third_party/subzero/src/ | 
| D | IceCfgNode.cpp | 462       auto &LiveIn = Func->getLiveness()->getLiveIn(this);  in advancedPhiLowering()  local676     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
 | 
| /external/llvm/lib/CodeGen/ | 
| D | LiveRangeCalc.h | 102   SmallVector<LiveInBlock, 16> LiveIn;  variable
 | 
| D | SafeStackColoring.h | 41     BitVector LiveIn;  member
 | 
| D | SplitKit.h | 107     bool LiveIn;          ///< Current reg is live in.  member
 | 
| D | MachineCSE.cpp | 626           unsigned LiveIn = PhysDefs.pop_back_val();  in ProcessBlock()  local
 | 
| D | StackColoring.cpp | 261     BitVector LiveIn;  member
 | 
| D | MIRPrinter.cpp | 232     yaml::MachineFunctionLiveIn LiveIn;  in convert()  local
 | 
| D | MachineBasicBlock.cpp | 372   bool LiveIn = isLiveIn(PhysReg);  in addLiveIn()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ | 
| D | LiveRangeCalc.h | 124   SmallVector<LiveInBlock, 16> LiveIn;  variable
 | 
| /external/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 | MachineCSE.cpp | 690           auto LiveIn = PhysDefs.pop_back_val();  in ProcessBlockCSE()  local
 | 
| D | StackColoring.cpp | 396     BitVector LiveIn;  member
 | 
| 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
 | 
| /external/llvm/lib/Target/Hexagon/ | 
| D | RDFLiveness.cpp | 626   RefMap LiveIn;  in computeLiveIns()  local680   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/ | 
| D | RDFLiveness.cpp | 802   RefMap LiveIn;  in computeLiveIns()  local874   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/ | 
| D | GCNSchedStrategy.cpp | 472     auto LiveIn = std::move(LiveInIt->second);  in computeBlockPressure()  local
 | 
| D | AMDGPULegalizerInfo.cpp | 1832   Register LiveIn = MRI.getLiveInVirtReg(Reg);  in getLiveInRegister()  local1851   Register LiveIn = getLiveInRegister(MRI, Arg->getRegister(), Ty);  in loadInputValue()  local
 
 | 
| /external/llvm/lib/CodeGen/MIRParser/ | 
| D | MIRParser.cpp | 406   for (const auto &LiveIn : YamlMF.LiveIns) {  in initializeRegisterInfo()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ | 
| D | MIRParser.cpp | 552   for (const auto &LiveIn : YamlMF.LiveIns) {  in parseRegisterInfo()  local
 |