Home
last modified time | relevance | path

Searched refs:InstructionStream (Results 1 – 25 of 62) sorted by relevance

123

/dports/devel/py-PeachPy/PeachPy-01d1515/peachpy/x86_64/
H A Dnacl.py100 from peachpy.stream import InstructionStream
103 with InstructionStream() as stream:
141 from peachpy.stream import InstructionStream
144 with InstructionStream() as stream:
181 from peachpy.stream import InstructionStream
184 with InstructionStream() as stream:
222 from peachpy.stream import InstructionStream
225 with InstructionStream() as stream:
263 from peachpy.stream import InstructionStream
266 with InstructionStream() as stream:
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dinstruction-stream.cc15 bool InstructionStream::PcIsOffHeap(Isolate* isolate, Address pc) { in PcIsOffHeap()
25 Code* InstructionStream::TryLookupCode(Isolate* isolate, Address address) { in TryLookupCode()
54 void InstructionStream::CreateOffHeapInstructionStream(Isolate* isolate, in CreateOffHeapInstructionStream()
78 void InstructionStream::FreeOffHeapInstructionStream(uint8_t* data, in FreeOffHeapInstructionStream()
H A Dinstruction-stream.h19 class InstructionStream final : public AllStatic {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/snapshot/embedded/
H A Dembedded-data.cc16 bool InstructionStream::PcIsOffHeap(Isolate* isolate, Address pc) { in PcIsOffHeap()
22 Code InstructionStream::TryLookupCode(Isolate* isolate, Address address) { in TryLookupCode()
51 void InstructionStream::CreateOffHeapInstructionStream(Isolate* isolate, in CreateOffHeapInstructionStream()
92 void InstructionStream::FreeOffHeapInstructionStream(uint8_t* data, in FreeOffHeapInstructionStream()
H A Dembedded-data.h21 class InstructionStream final : public AllStatic {
/dports/lang/v8/v8-9.6.180.12/src/snapshot/embedded/
H A Dembedded-data.cc52 bool InstructionStream::PcIsOffHeap(Isolate* isolate, Address pc) { in PcIsOffHeap()
63 bool InstructionStream::TryGetAddressForHashing(Isolate* isolate, in TryGetAddressForHashing()
87 Builtin InstructionStream::TryLookupCode(Isolate* isolate, Address address) { in TryLookupCode()
102 void InstructionStream::CreateOffHeapInstructionStream(Isolate* isolate, in CreateOffHeapInstructionStream()
161 void InstructionStream::FreeOffHeapInstructionStream(uint8_t* code, in FreeOffHeapInstructionStream()
H A Dembedded-data.h22 class InstructionStream final : public AllStatic {
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/snapshot/embedded/
H A Dembedded-data.cc17 bool InstructionStream::PcIsOffHeap(Isolate* isolate, Address pc) { in PcIsOffHeap()
24 Code InstructionStream::TryLookupCode(Isolate* isolate, Address address) { in TryLookupCode()
53 void InstructionStream::CreateOffHeapInstructionStream(Isolate* isolate, in CreateOffHeapInstructionStream()
109 void InstructionStream::FreeOffHeapInstructionStream(uint8_t* code, in FreeOffHeapInstructionStream()
H A Dembedded-data.h21 class InstructionStream final : public AllStatic {
/dports/devel/py-PeachPy/PeachPy-01d1515/peachpy/
H A Dstream.py7 class InstructionStream(object): class
H A D__init__.py7 from peachpy.stream import InstructionStream
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/jit/ngen/
H A Dngen_asm.hpp356 streamStack.push_back(new InstructionStream());
371 struct InstructionStream { struct in ngen::AsmCodeGenerator
391 void append(InstructionStream &other, LabelManager &man) { in append() argument
411 std::vector<InstructionStream*> streamStack;
490 void pushStream() { pushStream(new InstructionStream()); } in pushStream()
491 void pushStream(InstructionStream &s) { pushStream(&s); } in pushStream()
492 void pushStream(InstructionStream *s) { streamStack.push_back(s); } in pushStream()
494 inline InstructionStream *popStream();
496 void appendStream(InstructionStream *s) { appendStream(*s); } in appendStream()
1366 AsmCodeGenerator::InstructionStream *AsmCodeGenerator::popStream() in popStream()
[all …]
H A Dngen.hpp96 class InstructionStream { class in ngen::BinaryCodeGenerator
136 void append(InstructionStream &other, LabelManager &man) { in append()
163 InstructionStream() {} in InstructionStream() function in ngen::BinaryCodeGenerator::InstructionStream
171 Program(InstructionStream &stream) : code(stream.code) {}; in Program()
189 InstructionStream rootStream;
190 std::vector<InstructionStream*> streamStack;
306 void pushStream(InstructionStream &s) { pushStream(&s); } in pushStream()
308 InstructionStream *popStream();
310 void appendStream(InstructionStream *s) { appendStream(*s); } in appendStream()
1190 using InstructionStream = typename ngen::BinaryCodeGenerator<hw>::InstructionStream; \
[all …]
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/ngen/
H A Dngen_asm.hpp389 streamStack.push_back(new InstructionStream());
404 struct InstructionStream { struct in ngen::AsmCodeGenerator
424 void append(InstructionStream &other, LabelManager &man) { in append() argument
444 std::vector<InstructionStream*> streamStack;
530 void pushStream() { pushStream(new InstructionStream()); } in pushStream()
531 void pushStream(InstructionStream &s) { pushStream(&s); } in pushStream()
532 void pushStream(InstructionStream *s) { streamStack.push_back(s); } in pushStream()
534 inline InstructionStream *popStream();
536 void appendStream(InstructionStream *s) { appendStream(*s); } in appendStream()
1615 AsmCodeGenerator::InstructionStream *AsmCodeGenerator::popStream() in popStream()
[all …]
H A Dngen.hpp101 class InstructionStream { class in ngen::BinaryCodeGenerator
141 void append(InstructionStream &other, LabelManager &man) { in append()
168 InstructionStream() {} in InstructionStream() function in ngen::BinaryCodeGenerator::InstructionStream
176 Program(InstructionStream &stream) : code(stream.code) {}; in Program()
193 InstructionStream rootStream;
194 std::vector<InstructionStream*> streamStack;
315 void pushStream(InstructionStream &s) { pushStream(&s); } in pushStream()
317 InstructionStream *popStream();
319 void appendStream(InstructionStream *s) { appendStream(*s); } in appendStream()
1425 using InstructionStream = typename ngen::BinaryCodeGenerator<hw>::InstructionStream; \
[all …]
/dports/devel/py-PeachPy/PeachPy-01d1515/peachpy/arm/
H A Dpseudo.py143 from peachpy.stream import InstructionStream
146 return_instructions = InstructionStream()
H A Dfunction.py1127 from peachpy.stream import InstructionStream
1131 with InstructionStream() as instructions:
1142 from peachpy.stream import InstructionStream
1146 with InstructionStream() as instructions:
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/
H A Dassembler.h67 class InstructionStream; variable
H A Dreloc-info.cc524 CHECK(!InstructionStream::TryLookupCode(isolate, addr).is_null()); in Verify()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/
H A Dassembler.h67 class InstructionStream; variable
/dports/lang/v8/v8-9.6.180.12/src/codegen/
H A Dassembler.h67 class InstructionStream; variable
H A Dreloc-info.cc525 InstructionStream::TryLookupCode(isolate, addr))); in Verify()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/diagnostics/
H A Ddisassembler.cc284 !InstructionStream::PcIsOffHeap(isolate, bit_cast<Address>(begin))) { in DecodeIt()
/dports/lang/v8/v8-9.6.180.12/src/diagnostics/
H A Ddisassembler.cc310 !InstructionStream::PcIsOffHeap(isolate, bit_cast<Address>(begin))) { in DecodeIt()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dbuiltins.cc109 Code maybe_builtin = InstructionStream::TryLookupCode(isolate_, pc); in Lookup()

123