Home
last modified time | relevance | path

Searched refs:LiveOut (Results 26 – 50 of 352) sorted by relevance

12345678910>>...15

/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/Analysis/
H A Dtest-liveness.mlir7 // CHECK-NEXT: LiveOut:{{ *$}}
26 // CHECK-NEXT: LiveOut:{{ *$}}
59 // CHECK-NEXT: LiveOut:{{ *$}}
75 // CHECK-NEXT: LiveOut: arg1@0
92 // CHECK-NEXT: LiveOut: arg1@0
110 // CHECK-NEXT: LiveOut:{{ *$}}
172 // CHECK-NEXT: LiveOut: arg2@0
180 // CHECK-NEXT: LiveOut: arg2@0
188 // CHECK-NEXT: LiveOut:{{ *$}}
203 // CHECK-NEXT: LiveOut:{{ *$}}
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/test/Analysis/
H A Dtest-liveness.mlir7 // CHECK-NEXT: LiveOut:{{ *$}}
19 // CHECK-NEXT: LiveOut: arg0@0 arg1@0
26 // CHECK-NEXT: LiveOut:{{ *$}}
42 // CHECK-NEXT: LiveOut: arg1@0 arg2@0
59 // CHECK-NEXT: LiveOut:{{ *$}}
75 // CHECK-NEXT: LiveOut: arg1@0
92 // CHECK-NEXT: LiveOut: arg1@0
110 // CHECK-NEXT: LiveOut:{{ *$}}
172 // CHECK-NEXT: LiveOut: arg2@0
180 // CHECK-NEXT: LiveOut: arg2@0
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/x86/
H A Dhipe_x86_spill_restore.erl91 LiveOut = from_list(?HIPE_X86_LIVENESS:liveout(Liveness, Label)),
100 firstPassDoBlock(Code, LiveOut,IntersectedSaveList),
115 firstPassDoBlock(Insts, LiveOut, IntersectedSaveList) ->
118 firstPassDoInsn(I, {LiveOut,IntersectedSaveList,PrevInsts}) ->
121 do_pseudo_call(I, {LiveOut,IntersectedSaveList,PrevInsts});
125 NewLiveOut = subtract(union(LiveOut, UsedList), DefinedList),
130 do_pseudo_call(I, {LiveOut,IntersectedSaveList,PrevInsts}) ->
131 LiveTemps = [Temp || Temp <- to_list(LiveOut), temp_is_pseudo(Temp)],
132 NewIntersectedSaveList = union(IntersectedSaveList, LiveOut),
181 LiveOut = ?HIPE_X86_LIVENESS:liveout(Liveness, Label),
[all …]
H A Dhipe_x86_x87.erl86 do_block(Ins, LiveOut, Map, BlockMap) ->
93 do_block(Is, LiveOut, Map, BlockMap, Dirty),
104 do_insn(I, LiveOut, NewMap, NewBlockMap),
112 do_block([], LiveOut, Map, BlockMap, Dirty) ->
217 do_insn(I, LiveOut, Map, BlockMap) ->
249 case is_liveOut(Src, LiveOut) of
268 case is_liveOut(Src, LiveOut) of
285 do_fmove(Src, Dst, LiveOut, Map) ->
358 case {is_liveOut(Src, LiveOut), is_liveOut(Dst, LiveOut)} of
573 is_liveOut(X, LiveOut) ->
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/x86/
H A Dhipe_x86_spill_restore.erl91 LiveOut = from_list(?HIPE_X86_LIVENESS:liveout(Liveness, Label)),
100 firstPassDoBlock(Code, LiveOut,IntersectedSaveList),
115 firstPassDoBlock(Insts, LiveOut, IntersectedSaveList) ->
118 firstPassDoInsn(I, {LiveOut,IntersectedSaveList,PrevInsts}) ->
121 do_pseudo_call(I, {LiveOut,IntersectedSaveList,PrevInsts});
125 NewLiveOut = subtract(union(LiveOut, UsedList), DefinedList),
130 do_pseudo_call(I, {LiveOut,IntersectedSaveList,PrevInsts}) ->
131 LiveTemps = [Temp || Temp <- to_list(LiveOut), temp_is_pseudo(Temp)],
132 NewIntersectedSaveList = union(IntersectedSaveList, LiveOut),
181 LiveOut = ?HIPE_X86_LIVENESS:liveout(Liveness, Label),
[all …]
H A Dhipe_x86_x87.erl86 do_block(Ins, LiveOut, Map, BlockMap) ->
93 do_block(Is, LiveOut, Map, BlockMap, Dirty),
104 do_insn(I, LiveOut, NewMap, NewBlockMap),
112 do_block([], LiveOut, Map, BlockMap, Dirty) ->
217 do_insn(I, LiveOut, Map, BlockMap) ->
249 case is_liveOut(Src, LiveOut) of
268 case is_liveOut(Src, LiveOut) of
285 do_fmove(Src, Dst, LiveOut, Map) ->
358 case {is_liveOut(Src, LiveOut), is_liveOut(Dst, LiveOut)} of
573 is_liveOut(X, LiveOut) ->
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/x86/
H A Dhipe_x86_spill_restore.erl91 LiveOut = from_list(?HIPE_X86_LIVENESS:liveout(Liveness, Label)),
100 firstPassDoBlock(Code, LiveOut,IntersectedSaveList),
115 firstPassDoBlock(Insts, LiveOut, IntersectedSaveList) ->
118 firstPassDoInsn(I, {LiveOut,IntersectedSaveList,PrevInsts}) ->
121 do_pseudo_call(I, {LiveOut,IntersectedSaveList,PrevInsts});
125 NewLiveOut = subtract(union(LiveOut, UsedList), DefinedList),
130 do_pseudo_call(I, {LiveOut,IntersectedSaveList,PrevInsts}) ->
131 LiveTemps = [Temp || Temp <- to_list(LiveOut), temp_is_pseudo(Temp)],
132 NewIntersectedSaveList = union(IntersectedSaveList, LiveOut),
181 LiveOut = ?HIPE_X86_LIVENESS:liveout(Liveness, Label),
[all …]
H A Dhipe_x86_x87.erl86 do_block(Ins, LiveOut, Map, BlockMap) ->
93 do_block(Is, LiveOut, Map, BlockMap, Dirty),
104 do_insn(I, LiveOut, NewMap, NewBlockMap),
112 do_block([], LiveOut, Map, BlockMap, Dirty) ->
217 do_insn(I, LiveOut, Map, BlockMap) ->
249 case is_liveOut(Src, LiveOut) of
268 case is_liveOut(Src, LiveOut) of
285 do_fmove(Src, Dst, LiveOut, Map) ->
358 case {is_liveOut(Src, LiveOut), is_liveOut(Dst, LiveOut)} of
573 is_liveOut(X, LiveOut) ->
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/flow/
H A Dliveness.inc123 LiveOut = liveout(Liveness, L),
124 Kill = ordsets:subtract(LiveOut, kill(L, Liveness)),
139 LiveOut = liveout(Liveness, L),
140 Kill = ordsets:subtract(LiveOut, kill(L, Liveness)),
149 %% livein_from_liveout(List, LiveOut) when is_list(List) ->
151 %% livein_from_liveout(Instr, LiveOut) ->
154 %% livein_from_liveout_1([], LiveOut) ->
155 %% gb_sets:to_list(LiveOut);
156 %% livein_from_liveout_1([I|Is], LiveOut) ->
276 LiveOut = strip(liveout(Liveness, L)),
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/flow/
H A Dliveness.inc123 LiveOut = liveout(Liveness, L),
124 Kill = ordsets:subtract(LiveOut, kill(L, Liveness)),
139 LiveOut = liveout(Liveness, L),
140 Kill = ordsets:subtract(LiveOut, kill(L, Liveness)),
149 %% livein_from_liveout(List, LiveOut) when is_list(List) ->
151 %% livein_from_liveout(Instr, LiveOut) ->
154 %% livein_from_liveout_1([], LiveOut) ->
155 %% gb_sets:to_list(LiveOut);
156 %% livein_from_liveout_1([I|Is], LiveOut) ->
276 LiveOut = strip(liveout(Liveness, L)),
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/flow/
H A Dliveness.inc123 LiveOut = liveout(Liveness, L),
124 Kill = ordsets:subtract(LiveOut, kill(L, Liveness)),
139 LiveOut = liveout(Liveness, L),
140 Kill = ordsets:subtract(LiveOut, kill(L, Liveness)),
149 %% livein_from_liveout(List, LiveOut) when is_list(List) ->
151 %% livein_from_liveout(Instr, LiveOut) ->
154 %% livein_from_liveout_1([], LiveOut) ->
155 %% gb_sets:to_list(LiveOut);
156 %% livein_from_liveout_1([I|Is], LiveOut) ->
276 LiveOut = strip(liveout(Liveness, L)),
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AMDGPU/
H A DSIFixWWMLiveness.cpp134 SparseBitVector<> LiveOut; in runOnWWMInstruction() local
138 addDefs(*II, LiveOut); in runOnWWMInstruction()
145 addDefs(MI, LiveOut); in runOnWWMInstruction()
166 LiveOut &= Reachable; in runOnWWMInstruction()
169 for (unsigned Reg : LiveOut) { in runOnWWMInstruction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp157 ActiveCols[ColIdx].LiveOut = LV.liveAtAddress(NextAddr); in update()
161 << ", LiveOut=" << ActiveCols[ColIdx].LiveOut << "\n"); in update()
163 if (!ActiveCols[ColIdx].LiveIn && !ActiveCols[ColIdx].LiveOut) in update()
176 bool LiveOut = LV.liveAtAddress(NextAddr); in update() local
177 if (!LiveIn && !LiveOut) in update()
184 << ", LiveOut=" << LiveOut << "\n"); in update()
187 ActiveCols[ColIdx].LiveOut = LiveOut; in update()
235 if ((AfterInst && ActiveCols[ColIdx].LiveOut) || in printAfterOtherLine()
238 else if (!AfterInst && ActiveCols[ColIdx].LiveOut) in printAfterOtherLine()
323 else if (ActiveCols[ColIdx].LiveIn && ActiveCols[ColIdx].LiveOut) in printAfterInst()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp157 ActiveCols[ColIdx].LiveOut = LV.liveAtAddress(NextAddr); in update()
161 << ", LiveOut=" << ActiveCols[ColIdx].LiveOut << "\n"); in update()
163 if (!ActiveCols[ColIdx].LiveIn && !ActiveCols[ColIdx].LiveOut) in update()
176 bool LiveOut = LV.liveAtAddress(NextAddr); in update() local
177 if (!LiveIn && !LiveOut) in update()
184 << ", LiveOut=" << LiveOut << "\n"); in update()
187 ActiveCols[ColIdx].LiveOut = LiveOut; in update()
235 if ((AfterInst && ActiveCols[ColIdx].LiveOut) || in printAfterOtherLine()
238 else if (!AfterInst && ActiveCols[ColIdx].LiveOut) in printAfterOtherLine()
323 else if (ActiveCols[ColIdx].LiveIn && ActiveCols[ColIdx].LiveOut) in printAfterInst()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp157 ActiveCols[ColIdx].LiveOut = LV.liveAtAddress(NextAddr); in update()
161 << ", LiveOut=" << ActiveCols[ColIdx].LiveOut << "\n"); in update()
163 if (!ActiveCols[ColIdx].LiveIn && !ActiveCols[ColIdx].LiveOut) in update()
176 bool LiveOut = LV.liveAtAddress(NextAddr); in update() local
177 if (!LiveIn && !LiveOut) in update()
184 << ", LiveOut=" << LiveOut << "\n"); in update()
187 ActiveCols[ColIdx].LiveOut = LiveOut; in update()
235 if ((AfterInst && ActiveCols[ColIdx].LiveOut) || in printAfterOtherLine()
238 else if (!AfterInst && ActiveCols[ColIdx].LiveOut) in printAfterOtherLine()
323 else if (ActiveCols[ColIdx].LiveIn && ActiveCols[ColIdx].LiveOut) in printAfterInst()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp157 ActiveCols[ColIdx].LiveOut = LV.liveAtAddress(NextAddr); in update()
161 << ", LiveOut=" << ActiveCols[ColIdx].LiveOut << "\n"); in update()
163 if (!ActiveCols[ColIdx].LiveIn && !ActiveCols[ColIdx].LiveOut) in update()
176 bool LiveOut = LV.liveAtAddress(NextAddr); in update() local
177 if (!LiveIn && !LiveOut) in update()
184 << ", LiveOut=" << LiveOut << "\n"); in update()
187 ActiveCols[ColIdx].LiveOut = LiveOut; in update()
235 if ((AfterInst && ActiveCols[ColIdx].LiveOut) || in printAfterOtherLine()
238 else if (!AfterInst && ActiveCols[ColIdx].LiveOut) in printAfterOtherLine()
323 else if (ActiveCols[ColIdx].LiveIn && ActiveCols[ColIdx].LiveOut) in printAfterInst()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-objdump/
H A DSourcePrinter.cpp157 ActiveCols[ColIdx].LiveOut = LV.liveAtAddress(NextAddr); in update()
161 << ", LiveOut=" << ActiveCols[ColIdx].LiveOut << "\n"); in update()
163 if (!ActiveCols[ColIdx].LiveIn && !ActiveCols[ColIdx].LiveOut) in update()
176 bool LiveOut = LV.liveAtAddress(NextAddr); in update() local
177 if (!LiveIn && !LiveOut) in update()
184 << ", LiveOut=" << LiveOut << "\n"); in update()
187 ActiveCols[ColIdx].LiveOut = LiveOut; in update()
235 if ((AfterInst && ActiveCols[ColIdx].LiveOut) || in printAfterOtherLine()
238 else if (!AfterInst && ActiveCols[ColIdx].LiveOut) in printAfterOtherLine()
323 else if (ActiveCols[ColIdx].LiveIn && ActiveCols[ColIdx].LiveOut) in printAfterInst()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp157 ActiveCols[ColIdx].LiveOut = LV.liveAtAddress(NextAddr); in update()
161 << ", LiveOut=" << ActiveCols[ColIdx].LiveOut << "\n"); in update()
163 if (!ActiveCols[ColIdx].LiveIn && !ActiveCols[ColIdx].LiveOut) in update()
176 bool LiveOut = LV.liveAtAddress(NextAddr); in update() local
177 if (!LiveIn && !LiveOut) in update()
184 << ", LiveOut=" << LiveOut << "\n"); in update()
187 ActiveCols[ColIdx].LiveOut = LiveOut; in update()
235 if ((AfterInst && ActiveCols[ColIdx].LiveOut) || in printAfterOtherLine()
238 else if (!AfterInst && ActiveCols[ColIdx].LiveOut) in printAfterOtherLine()
323 else if (ActiveCols[ColIdx].LiveIn && ActiveCols[ColIdx].LiveOut) in printAfterInst()
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/mmcloughlin/avo/pass/
H A Dreg.go45 i.LiveOut = reg.NewEmptyMaskSet()
58 changes = i.LiveOut.Update(s.LiveIn) || changes
63 changes = i.LiveIn.Update(i.LiveOut.Difference(def)) || changes
96 out := i.LiveOut.OfKind(k)
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/ssa/
H A Dhipe_ssa_liveness.inc44 LiveOut :: set(Var),
103 LiveOut = join_livein(Liveness, L),
104 NewLiveness = update_liveout(L, LiveOut, Liveness),
105 Kill = set_subtract(LiveOut, kill(L, NewLiveness)),
117 {GKD, LiveIn, LiveOut, Succ} = liveness_lookup(Label, Liveness),
122 {value, liveness_update(Label, {GKD,NewLiveIn,LiveOut,Succ}, Liveness)}
154 {_GKD, _LiveIn, LiveOut, Successors} = liveness_lookup(L, Liveness),
159 set_to_list(LiveOut)
320 LiveOut = liveout(Liveness, From),
321 io:format("Total live out from Label ~w: ~p\n", [From, LiveOut]),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/ssa/
H A Dhipe_ssa_liveness.inc44 LiveOut :: set(Var),
103 LiveOut = join_livein(Liveness, L),
104 NewLiveness = update_liveout(L, LiveOut, Liveness),
105 Kill = set_subtract(LiveOut, kill(L, NewLiveness)),
117 {GKD, LiveIn, LiveOut, Succ} = liveness_lookup(Label, Liveness),
122 {value, liveness_update(Label, {GKD,NewLiveIn,LiveOut,Succ}, Liveness)}
154 {_GKD, _LiveIn, LiveOut, Successors} = liveness_lookup(L, Liveness),
159 set_to_list(LiveOut)
320 LiveOut = liveout(Liveness, From),
321 io:format("Total live out from Label ~w: ~p\n", [From, LiveOut]),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/ssa/
H A Dhipe_ssa_liveness.inc44 LiveOut :: set(Var),
103 LiveOut = join_livein(Liveness, L),
104 NewLiveness = update_liveout(L, LiveOut, Liveness),
105 Kill = set_subtract(LiveOut, kill(L, NewLiveness)),
117 {GKD, LiveIn, LiveOut, Succ} = liveness_lookup(Label, Liveness),
122 {value, liveness_update(Label, {GKD,NewLiveIn,LiveOut,Succ}, Liveness)}
154 {_GKD, _LiveIn, LiveOut, Successors} = liveness_lookup(L, Liveness),
159 set_to_list(LiveOut)
320 LiveOut = liveout(Liveness, From),
321 io:format("Total live out from Label ~w: ~p\n", [From, LiveOut]),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/AArch64/
H A Dstackmap-liveness.ll30 ; Num LiveOut Entries: 1
32 ; LiveOut Entry 0: X0
36 ; LiveOut Entry 1: SP
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/AArch64/
H A Dstackmap-liveness.ll30 ; Num LiveOut Entries: 1
32 ; LiveOut Entry 0: X0
36 ; LiveOut Entry 1: SP
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/AArch64/
H A Dstackmap-liveness.ll30 ; Num LiveOut Entries: 1
32 ; LiveOut Entry 0: X0
36 ; LiveOut Entry 1: SP

12345678910>>...15