| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ | 
| D | RDFLiveness.h | 33   struct Liveness {  struct 54     Liveness(MachineRegisterInfo &mri, const DataFlowGraph &g)  in Liveness()  argument 61     NodeList getAllReachingDefs(NodeAddr<RefNode*> RefA) {  in getAllReachingDefs() 66     NodeList getAllReachingDefs(RegisterRef RefRR, NodeAddr<RefNode*> RefA) {  in getAllReachingDefs() 73     NodeSet getAllReachedUses(RegisterRef RefRR, NodeAddr<DefNode*> DefA) {  in getAllReachedUses() 83     LiveMapType &getLiveMap() { return LiveMap; }  in getLiveMap() 84     const LiveMapType &getLiveMap() const { return LiveMap; }  in getLiveMap() 86     const RefMap &getRealUses(NodeId P) const {  in getRealUses() 97     void trace(bool T) { Trace = T; }  in trace() 101     const TargetRegisterInfo &TRI; [all …] 
 | 
| /external/llvm/lib/Target/Hexagon/ | 
| D | RDFLiveness.h | 31   struct Liveness {  struct 36     Liveness(MachineRegisterInfo &mri, const DataFlowGraph &g)  in Liveness()  argument 48     LiveMapType &getLiveMap() { return LiveMap; }  in getLiveMap() 49     const LiveMapType &getLiveMap() const { return LiveMap; }  in getLiveMap() 50     const RefMap &getRealUses(NodeId P) const {  in getRealUses() 61     void trace(bool T) { Trace = T; }  in trace() 65     const TargetRegisterInfo &TRI; 66     const MachineDominatorTree &MDT; 67     const MachineDominanceFrontier &MDF; 68     const RegisterAliasInfo &RAI; [all …] 
 | 
| /external/swiftshader/third_party/subzero/src/ | 
| D | IceCfgNode.cpp | 653 bool CfgNode::liveness(Liveness *Liveness) {  in liveness()  argument 811 void CfgNode::livenessAddIntervals(Liveness *Liveness, InstNumberT FirstInstNum,  in livenessAddIntervals()  argument 956   Liveness *Liveness = Func->getLiveness();  in emitRegisterUsage()  local 1063   Liveness *Liveness = Func->getLiveness();  in emit()  local 1154   Liveness *Liveness = Func->getLiveness();  in dump()  local
  | 
| D | IceLiveness.h | 124   Liveness(Cfg *Func, LivenessMode Mode)  in Liveness()  function
  | 
| D | IceMemory.h | 30 class Liveness;  variable
  | 
| D | IceInst.cpp | 205                     Liveness *Liveness, LiveBeginEndMap *LiveBegin,  in liveness()  argument 430                                  Liveness *Liveness) {  in livenessPhiOperand()  argument
  | 
| D | IceDefs.h | 73 class Liveness;  variable
  | 
| /external/llvm/include/llvm/Transforms/IPO/ | 
| D | DeadArgumentElimination.h | 68   enum Liveness { Live, MaybeLive };  enum
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ | 
| D | DeadArgumentElimination.h | 74   enum Liveness { Live, MaybeLive };  enum
  | 
| /external/llvm/lib/Target/WebAssembly/ | 
| D | WebAssemblyRegColoring.cpp | 87   LiveIntervals *Liveness = &getAnalysis<LiveIntervals>();  in runOnMachineFunction()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ | 
| D | WebAssemblyRegColoring.cpp | 89   LiveIntervals *Liveness = &getAnalysis<LiveIntervals>();  in runOnMachineFunction()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ | 
| D | SIPeepholeSDWA.cpp | 916   auto Liveness = MBB.computeRegisterLiveness(TRI, AMDGPU::VCC, MI, 25);  in pseudoOpConvertToVOP2()  local
  | 
| D | SIFoldOperands.cpp | 242     auto Liveness = MBB->computeRegisterLiveness(&TRI, AMDGPU::VCC, MI, 16);  in updateOperand()  local
  | 
| /external/llvm/lib/Transforms/Instrumentation/ | 
| D | AddressSanitizer.cpp | 1566       GlobalVariable *Liveness = new GlobalVariable(  in InstrumentGlobals()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ | 
| D | AddressSanitizer.cpp | 2147     GlobalVariable *Liveness = new GlobalVariable(  in InstrumentGlobalsMachO()  local
  |