Home
last modified time | relevance | path

Searched refs:InstrNo (Results 1 – 25 of 43) sorted by relevance

12

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/opt/
H A Dhipe_spillmin_scan.erl184 traverse_block([Instruction|Is], InstrNo, Intervals, Target, TempMap) ->
195 Intervals1 = add_def_point( DefsSet, InstrNo, Intervals),
197 Intervals2 = add_use_point(UsesSet, InstrNo, Intervals1),
199 traverse_block(Is, InstrNo+1, Intervals2, Target, TempMap);
200 traverse_block([], InstrNo, Intervals, _, _) ->
202 {Intervals,InstrNo}.
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/opt/
H A Dhipe_spillmin_scan.erl184 traverse_block([Instruction|Is], InstrNo, Intervals, Target, TempMap) ->
195 Intervals1 = add_def_point( DefsSet, InstrNo, Intervals),
197 Intervals2 = add_use_point(UsesSet, InstrNo, Intervals1),
199 traverse_block(Is, InstrNo+1, Intervals2, Target, TempMap);
200 traverse_block([], InstrNo, Intervals, _, _) ->
202 {Intervals,InstrNo}.
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/opt/
H A Dhipe_spillmin_scan.erl184 traverse_block([Instruction|Is], InstrNo, Intervals, Target, TempMap) ->
195 Intervals1 = add_def_point( DefsSet, InstrNo, Intervals),
197 Intervals2 = add_use_point(UsesSet, InstrNo, Intervals1),
199 traverse_block(Is, InstrNo+1, Intervals2, Target, TempMap);
200 traverse_block([], InstrNo, Intervals, _, _) ->
202 {Intervals,InstrNo}.
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/regalloc/
H A Dhipe_ls_regalloc.erl191 traverse_block([Instruction|Is],InstrNo,Intervals, Target) ->
194 Intervals1 = add_def_point(DefsSet, InstrNo, Intervals),
199 Intervals2 = add_use_point(UsesSet, InstrNo, Intervals1),
202 traverse_block(Is,InstrNo+1,Intervals2,Target);
203 traverse_block([], InstrNo, Intervals, _) ->
205 {Intervals,InstrNo}.
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/regalloc/
H A Dhipe_ls_regalloc.erl191 traverse_block([Instruction|Is],InstrNo,Intervals, Target) ->
194 Intervals1 = add_def_point(DefsSet, InstrNo, Intervals),
199 Intervals2 = add_use_point(UsesSet, InstrNo, Intervals1),
202 traverse_block(Is,InstrNo+1,Intervals2,Target);
203 traverse_block([], InstrNo, Intervals, _) ->
205 {Intervals,InstrNo}.
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/regalloc/
H A Dhipe_ls_regalloc.erl191 traverse_block([Instruction|Is],InstrNo,Intervals, Target) ->
194 Intervals1 = add_def_point(DefsSet, InstrNo, Intervals),
199 Intervals2 = add_use_point(UsesSet, InstrNo, Intervals1),
202 traverse_block(Is,InstrNo+1,Intervals2,Target);
203 traverse_block([], InstrNo, Intervals, _) ->
205 {Intervals,InstrNo}.
/dports/comms/limesuite/LimeSuite-20.10.0/src/lms7002_wxgui/
H A Dlms7002_pnlMCU_BD_view.cpp39 InstrNo->Enable(false); in lms7002_pnlMCU_BD_view()
49 InstrNo->SetLabel(_("1")); in lms7002_pnlMCU_BD_view()
160 InstrNo->Enable(false); in OnchkResetClick()
614 InstrNo->Enable(true); in OnDebugModeClick()
627 InstrNo->Enable(false); in OnDebugModeClick()
648 InstrNo->SetValue(_("0")); in OnRunInstruction()
/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp132 llvm::StringRef getInstrName(unsigned InstrNo) { in getInstrName()
133 const llvm::StringRef InstrName = State->getInstrInfo().getName(InstrNo); in getInstrName()
135 ErrorStream << "No opcode with enum value" << InstrNo; in getInstrName()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp159 StringRef getInstrName(unsigned InstrNo) { in getInstrName()
160 const StringRef InstrName = State->getInstrInfo().getName(InstrNo); in getInstrName()
162 ErrorStream << "No opcode with enum value '" << InstrNo << "'\n"; in getInstrName()
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp159 StringRef getInstrName(unsigned InstrNo) { in getInstrName()
160 const StringRef InstrName = State->getInstrInfo().getName(InstrNo); in getInstrName()
162 ErrorStream << "No opcode with enum value '" << InstrNo << "'\n"; in getInstrName()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp159 StringRef getInstrName(unsigned InstrNo) { in getInstrName()
160 const StringRef InstrName = State->getInstrInfo().getName(InstrNo); in getInstrName()
162 ErrorStream << "No opcode with enum value '" << InstrNo << "'\n"; in getInstrName()
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp159 StringRef getInstrName(unsigned InstrNo) { in getInstrName()
160 const StringRef InstrName = State->getInstrInfo().getName(InstrNo); in getInstrName()
162 ErrorStream << "No opcode with enum value '" << InstrNo << "'\n"; in getInstrName()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp159 StringRef getInstrName(unsigned InstrNo) { in getInstrName()
160 const StringRef InstrName = State->getInstrInfo().getName(InstrNo); in getInstrName()
162 ErrorStream << "No opcode with enum value '" << InstrNo << "'\n"; in getInstrName()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp159 StringRef getInstrName(unsigned InstrNo) { in getInstrName()
160 const StringRef InstrName = State->getInstrInfo().getName(InstrNo); in getInstrName()
162 ErrorStream << "No opcode with enum value '" << InstrNo << "'\n"; in getInstrName()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp159 StringRef getInstrName(unsigned InstrNo) { in getInstrName()
160 const StringRef InstrName = State->getInstrInfo().getName(InstrNo); in getInstrName()
162 ErrorStream << "No opcode with enum value '" << InstrNo << "'\n"; in getInstrName()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp159 StringRef getInstrName(unsigned InstrNo) { in getInstrName()
160 const StringRef InstrName = State->getInstrInfo().getName(InstrNo); in getInstrName()
162 ErrorStream << "No opcode with enum value '" << InstrNo << "'\n"; in getInstrName()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp159 StringRef getInstrName(unsigned InstrNo) { in getInstrName()
160 const StringRef InstrName = State->getInstrInfo().getName(InstrNo); in getInstrName()
162 ErrorStream << "No opcode with enum value '" << InstrNo << "'\n"; in getInstrName()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp159 StringRef getInstrName(unsigned InstrNo) { in getInstrName()
160 const StringRef InstrName = State->getInstrInfo().getName(InstrNo); in getInstrName()
162 ErrorStream << "No opcode with enum value '" << InstrNo << "'\n"; in getInstrName()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp159 StringRef getInstrName(unsigned InstrNo) { in getInstrName()
160 const StringRef InstrName = State->getInstrInfo().getName(InstrNo); in getInstrName()
162 ErrorStream << "No opcode with enum value '" << InstrNo << "'\n"; in getInstrName()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp159 StringRef getInstrName(unsigned InstrNo) { in getInstrName()
160 const StringRef InstrName = State->getInstrInfo().getName(InstrNo); in getInstrName()
162 ErrorStream << "No opcode with enum value '" << InstrNo << "'\n"; in getInstrName()
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp159 llvm::StringRef getInstrName(unsigned InstrNo) { in getInstrName()
160 const llvm::StringRef InstrName = State->getInstrInfo().getName(InstrNo); in getInstrName()
162 ErrorStream << "No opcode with enum value '" << InstrNo << "'\n"; in getInstrName()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Analysis/
H A DStackLifetime.cpp322 void printInstrAlive(unsigned InstrNo, formatted_raw_ostream &OS) { in printInstrAlive() argument
325 if (SL.LiveRanges[KV.getSecond()].test(InstrNo)) in printInstrAlive()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Analysis/
H A DStackLifetime.cpp322 void printInstrAlive(unsigned InstrNo, formatted_raw_ostream &OS) { in printInstrAlive() argument
325 if (SL.LiveRanges[KV.getSecond()].test(InstrNo)) in printInstrAlive()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Analysis/
H A DStackLifetime.cpp351 void printInstrAlive(unsigned InstrNo, formatted_raw_ostream &OS) { in printInstrAlive() argument
354 if (SL.LiveRanges[KV.getSecond()].test(InstrNo)) in printInstrAlive()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DStackLifetime.cpp351 void printInstrAlive(unsigned InstrNo, formatted_raw_ostream &OS) { in printInstrAlive() argument
354 if (SL.LiveRanges[KV.getSecond()].test(InstrNo)) in printInstrAlive()

12