Home
last modified time | relevance | path

Searched defs:Liveness (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/CodeGen/
H A DRDFLiveness.h33 struct Liveness { struct
54 Liveness(MachineRegisterInfo &mri, const DataFlowGraph &g) in Liveness() argument
101 const TargetRegisterInfo &TRI;
102 const PhysicalRegisterInfo &PRI;
103 const MachineDominatorTree &MDT;
105 LiveMapType LiveMap;
106 const RefMap Empty;
107 const RegisterAggr NoRegs;
108 bool Trace = false;
114 NodeBlockMap NBMap;
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/CodeGen/
H A DRDFLiveness.h33 struct Liveness { struct
54 Liveness(MachineRegisterInfo &mri, const DataFlowGraph &g) in Liveness() argument
101 const TargetRegisterInfo &TRI;
102 const PhysicalRegisterInfo &PRI;
103 const MachineDominatorTree &MDT;
105 LiveMapType LiveMap;
106 const RefMap Empty;
107 const RegisterAggr NoRegs;
108 bool Trace = false;
114 NodeBlockMap NBMap;
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/CodeGen/
H A DRDFLiveness.h33 struct Liveness { struct
54 Liveness(MachineRegisterInfo &mri, const DataFlowGraph &g) in Liveness() argument
101 const TargetRegisterInfo &TRI;
102 const PhysicalRegisterInfo &PRI;
103 const MachineDominatorTree &MDT;
105 LiveMapType LiveMap;
106 const RefMap Empty;
107 const RegisterAggr NoRegs;
108 bool Trace = false;
114 NodeBlockMap NBMap;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFLiveness.h33 struct Liveness { struct
54 Liveness(MachineRegisterInfo &mri, const DataFlowGraph &g) in Liveness() argument
101 const TargetRegisterInfo &TRI;
102 const PhysicalRegisterInfo &PRI;
103 const MachineDominatorTree &MDT;
105 LiveMapType LiveMap;
106 const RefMap Empty;
107 const RegisterAggr NoRegs;
108 bool Trace = false;
114 NodeBlockMap NBMap;
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFLiveness.h33 struct Liveness { struct
54 Liveness(MachineRegisterInfo &mri, const DataFlowGraph &g) in Liveness() argument
101 const TargetRegisterInfo &TRI;
102 const PhysicalRegisterInfo &PRI;
103 const MachineDominatorTree &MDT;
105 LiveMapType LiveMap;
106 const RefMap Empty;
107 const RegisterAggr NoRegs;
108 bool Trace = false;
114 NodeBlockMap NBMap;
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/Hexagon/
H A DRDFLiveness.h33 struct Liveness { struct
54 Liveness(MachineRegisterInfo &mri, const DataFlowGraph &g) in Liveness() argument
101 const TargetRegisterInfo &TRI;
102 const PhysicalRegisterInfo &PRI;
103 const MachineDominatorTree &MDT;
105 LiveMapType LiveMap;
106 const RefMap Empty;
107 const RegisterAggr NoRegs;
108 bool Trace = false;
114 NodeBlockMap NBMap;
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/Hexagon/
H A DRDFLiveness.h34 struct Liveness { struct
55 Liveness(MachineRegisterInfo &mri, const DataFlowGraph &g) in Liveness() argument
98 void trace(bool T) { Trace = T; } in trace()
102 const TargetRegisterInfo &TRI;
103 const PhysicalRegisterInfo &PRI;
104 const MachineDominatorTree &MDT;
106 LiveMapType LiveMap;
107 const RefMap Empty;
108 const RegisterAggr NoRegs;
109 bool Trace = false;
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/libc-0.2.73/src/unix/linux_like/linux/gnu/b32/
H A Dpowerpc.rs36 pub struct flock64 {
52 __pad1: u32, in LiveMapType()
55 } in LiveMapType()
56
57 pub struct stat64 {
63 pub st_gid: ::gid_t, in getAllReachingDefs()
85 pub f_files: u64, in getAllReachingDefs()
87 pub f_fsid: ::fsid_t, in getAllReachingDefs()
99 pub f_bavail: u64, in trace()
104 __f_unused: ::c_int, in trace()
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/gc/
H A Dplive.go101 type Liveness struct { struct
102 fn *Node
103 f *ssa.Func
104 vars []*Node
106 stkptrsize int64
108 be []BlockEffects
111 unsafePoints bvec
118 livevars []varRegVec
123 stackMapSet bvecSet
124 stackMaps []bvec
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/gc/
H A Dplive.go116 type Liveness struct { struct
117 fn *Node
118 f *ssa.Func
119 vars []*Node
120 idx map[*Node]int32
121 stkptrsize int64
123 be []BlockEffects
127 stackMapIndex map[*ssa.Value]int
130 livevars []bvec
132 cache progeffectscache
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/regalloc/
H A Dliveness.rs291 pub struct Liveness { struct
304 impl Liveness { impl
456 impl Index<Value> for Liveness { implementation
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/regalloc/
H A Dliveness.rs290 pub struct Liveness { struct
300 impl Liveness { implementation
436 impl Index<Value> for Liveness { implementation
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/regalloc/
H A Dliveness.rs290 pub struct Liveness { struct
300 impl Liveness { implementation
436 impl Index<Value> for Liveness { implementation
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/regalloc/
H A Dliveness.rs290 pub struct Liveness { struct
300 impl Liveness { argument
436 impl Index<Value> for Liveness { implementation
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/regalloc/
H A Dliveness.rs290 pub struct Liveness { struct
300 impl Liveness { argument
436 impl Index<Value> for Liveness { implementation
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/regalloc/
H A Dliveness.rs290 pub struct Liveness { struct
300 impl Liveness { implementation
436 impl Index<Value> for Liveness { implementation
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/regalloc/
H A Dliveness.rs290 pub struct Liveness { struct
300 impl Liveness { impl
436 impl Index<Value> for Liveness { implementation
/dports/devel/binaryen/binaryen-version_98/src/cfg/
H A Dliveness-traversal.h83 struct Liveness { struct
85 std::vector<LivenessAction> actions; // actions occurring in this block argument
102 struct LivenessWalker : public CFGWalker<SubType, VisitorType, Liveness> { argument
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_passes/src/
H A Dliveness.rs495 struct Liveness<'a, 'tcx> { struct
518 impl<'a, 'tcx> Liveness<'a, 'tcx> { argument
1329 impl<'a, 'tcx> Visitor<'tcx> for Liveness<'a, 'tcx> { implementation
1440 impl<'tcx> Liveness<'_, 'tcx> { impl
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/StgToCmm/
H A DTypes.hs174 type Liveness = [Bool] -- One Bool per word; True <=> non-ptr or dead function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/StgToCmm/
H A DTypes.hs178 type Liveness = [Bool] -- One Bool per word; True <=> non-ptr or dead type
/dports/lang/ocaml/ocaml-4.05.0/asmcomp/
H A Dliveness.mli1 (**************************************************************************)
H A Dliveness.ml1 (**************************************************************************)
/dports/lang/ocaml-nox11/ocaml-4.05.0/asmcomp/
H A Dliveness.mli1 (**************************************************************************)
H A Dliveness.ml1 (**************************************************************************)

12345678910>>...16