/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A 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 …]
|
/aosp_15_r20/external/llvm/lib/Target/Hexagon/ |
H A D | RDFLiveness.h | 31 struct Liveness { struct 36 Liveness(MachineRegisterInfo &mri, const DataFlowGraph &g) in Liveness() function 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A 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
|
H A D | IceLiveness.h | 124 Liveness(Cfg *Func, LivenessMode Mode) in Liveness() function
|
H A D | IceMemory.h | 30 class Liveness; variable
|
H A D | IceInst.cpp | 205 Liveness *Liveness, LiveBeginEndMap *LiveBegin, in liveness() argument 430 Liveness *Liveness) { in livenessPhiOperand() argument
|
H A D | IceDefs.h | 73 class Liveness; variable
|
/aosp_15_r20/external/googleapis/google/appengine/v1beta/ |
H A D | instance.proto | 40 message Liveness { message
|
/aosp_15_r20/external/googleapis/google/appengine/v1/ |
H A D | instance.proto | 49 message Liveness { message
|
/aosp_15_r20/external/google-cloud-java/java-appengine-admin/proto-google-cloud-appengine-admin-v1/src/main/proto/google/appengine/v1/ |
H A D | instance.proto | 49 message Liveness { message
|
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/ |
H A D | liveness.rs | 181 pub trait Liveness { trait
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
D | cache.go | 32 Liveness interface{} // *gc.livenessFuncCache member
|
/aosp_15_r20/external/llvm/include/llvm/Transforms/IPO/ |
H A D | DeadArgumentElimination.h | 68 enum Liveness { Live, MaybeLive }; enum
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/IPO/ |
D | DeadArgumentElimination.h | 73 enum Liveness { Live, MaybeLive }; enum
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/IPO/ |
D | DeadArgumentElimination.h | 73 enum Liveness { Live, MaybeLive }; enum
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/ |
H A D | DeadArgumentElimination.h | 73 enum Liveness { Live, MaybeLive }; enum
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/IPO/ |
D | DeadArgumentElimination.h | 73 enum Liveness { Live, MaybeLive }; enum
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/IPO/ |
D | DeadArgumentElimination.h | 73 enum Liveness { Live, MaybeLive }; enum
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
H A D | DeadArgumentElimination.h | 74 enum Liveness { Live, MaybeLive }; enum
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegColoring.cpp | 89 LiveIntervals *Liveness = &getAnalysis<LiveIntervals>(); in runOnMachineFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegColoring.cpp | 89 LiveIntervals *Liveness = &getAnalysis<LiveIntervals>(); in runOnMachineFunction() local
|
/aosp_15_r20/external/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegColoring.cpp | 87 LiveIntervals *Liveness = &getAnalysis<LiveIntervals>(); in runOnMachineFunction() local
|
/aosp_15_r20/external/google-cloud-java/java-appengine-admin/proto-google-cloud-appengine-admin-v1/src/main/java/com/google/appengine/v1/ |
H A D | Instance.java | 201 public static final class Liveness extends com.google.protobuf.GeneratedMessageV3 class in Instance 207 private Liveness(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Liveness() method in Instance.Liveness 211 private Liveness() {} in Liveness() method in Instance.Liveness
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | SIPeepholeSDWA.cpp | 886 auto Liveness = MBB.computeRegisterLiveness(TRI, AMDGPU::VCC, MI, 25); in pseudoOpConvertToVOP2() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIPeepholeSDWA.cpp | 916 auto Liveness = MBB.computeRegisterLiveness(TRI, AMDGPU::VCC, MI, 25); in pseudoOpConvertToVOP2() local
|