Home
last modified time | relevance | path

Searched refs:decoder (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.cpp38 LibiptDecoder(pt_insn_decoder &decoder, DecodedThread &decoded_thread) in LibiptDecoder() argument
39 : m_decoder(decoder), m_decoded_thread(decoded_thread) {} in LibiptDecoder()
204 auto DecoderDeleter = [](pt_insn_decoder *decoder) { in __anonf3d500220102() argument
205 pt_insn_free_decoder(decoder); in __anonf3d500220102()
327 LibiptDecoder &decoder = in DecodeSystemWideTraceForThread() local
332 decoder.DecodePSB(intel_pt_execution.psb_offset); in DecodeSystemWideTraceForThread()
387 pt_insn_decoder *decoder = decoder_up.get().get(); in SplitTraceInContinuousExecutions() local
392 while (!IsLibiptError(status = pt_insn_sync_forward(decoder))) { in SplitTraceInContinuousExecutions()
399 pt_insn_get_sync_offset(decoder, in SplitTraceInContinuousExecutions()
418 pt_insn_decoder *decoder = decoder_up.get().get(); in FindLowestTSCInTrace() local
[all …]
H A DTraceIntelPT.cpp163 for (auto &decoder : storage.thread_decoders) { in FindBeginningOfTimeNanos() local
164 Expected<Optional<uint64_t>> tsc = decoder.second->FindLowestTSC(); in FindBeginningOfTimeNanos()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dsecurity-syntax-checks-nscoder.m30 void test(NSCoder *decoder) {
34 …[decoder decodeValueOfObjCType:"I" at:&x]; // available-warning{{Deprecated method '-decodeValueOf…
35 [decoder decodeValueOfObjCType:"I" at:&x size:sizeof(x)]; // no-warning
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.cpp214 SLeb128Decoder decoder(from, from_end); in UncompressDelta() local
216 for (; decoder != end; ++to, ++decoder) *to = *decoder; in UncompressDelta()
230 SLeb128Decoder decoder(from, from_end); in UncompressLzw() local
232 to = LzwDecode<uptr>(decoder, end, to); in UncompressLzw()
/llvm-project-15.0.7/llvm/test/TableGen/
H A Dtrydecode-emission.td4 // have a complete decoder method that can determine if the bitpattern is valid
5 // or not then the decoder tries to find a more general instruction that
H A DHwModeEncodeDecode.td75 // the correct comment text through the decoder is nontrivial.
/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dscreen.py93 self.decoder = codecs.getincrementaldecoder(encoding)(encoding_errors)
95 self.decoder = None
107 if self.decoder is not None:
108 return self.decoder.decode(s)
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dpostra-sched-expandedops.mir6 # instruction with 6 decoder slots.
17 # CHECK-NEXT: ++ Completed decode group: { SU(3):DL/FXa(4cyc)/LSU/6uops/GroupsAlone } (6 decoder sl…
18 # CHECK-NEXT: ++ | Current decoder group: <empty>
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSchedule.td11 // These resources are used to express decoder grouping rules. The number of
12 // decoder slots needed by an instructions is normally one, but there are
/llvm-project-15.0.7/clang/test/AST/
H A Dgen_ast_dump_json_test.py166 decoder = json.JSONDecoder(object_hook=OrderedDict)
172 (j, doc_start) = decoder.raw_decode(json_str[doc_start:])
/llvm-project-15.0.7/llvm/test/tools/llvm-mca/X86/
H A Duop-queue.s6 …4-unknown-unknown -mcpu=haswell -iterations=1500 -micro-op-queue-size=4 -decoder-throughput=2 -all…
10 …64-unknown-unknown -mcpu=btver2 -iterations=1500 -micro-op-queue-size=4 -decoder-throughput=1 -all…
/llvm-project-15.0.7/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
H A Dptyprocess.py808 self.decoder = codecs.getincrementaldecoder(encoding)(errors=codec_errors)
819 return self.decoder.decode(b, final=False)
828 return self.decoder.decode(b, final=False)
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Ddsp-spill-reload.ll10 ; object file encoder/decoder as the instruction mapping tables are used to
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A DTestAppleSimulatorOSType.py23 except json.decoder.JSONDecodeError:
H A DTestLldbGdbServer.py1403 decoder = struct.Struct(format_str)
1404 decoded = decoder.unpack(content[:decoder.size])
/llvm-project-15.0.7/llvm/test/MC/Disassembler/ARC/
H A Dldst.txt117 # the different range of numbers helps exercise the S12 decoder.
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTarget.td451 // Is the instruction decoder method able to completely determine if the
454 // hasCompleteDecoder flag says whether the decoder method fully handles the
456 // If not then the decoder attempts to continue decoding when the decoder
462 // * InstB with bitpattern 0b000000?? but the associated decoder method
465 // The decoder tries to decode a bitpattern that matches both InstA and
469 // hasCompleteDecoder = 0 in InstB, the decoder is informed that
471 // valid or not. If DecodeInstB() returns Fail the decoder will attempt to
1047 // generating a decoder for such targets, the positional encoding rules must
1048 // be used by the decoder generator as well.
1050 // This option is temporary; it will go away once the TableGen decoder
[all …]
/llvm-project-15.0.7/lldb/docs/use/
H A Dintel_pt.rst33 decoder library [LibIPT library](https://github.com/intel/libipt).
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonInstrFormats.td41 // TableGen from using them for generation of the decoder tables.
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRInstrFormats.td183 // decoder method is needed.
/llvm-project-15.0.7/llvm/test/MC/Disassembler/X86/
H A Dx86-64.txt460 # decoder tool provided by Intel, which we assume to be canonical even
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMips64InstrInfo.td375 // We override the generated decoder to enforce that dext always comes out
391 // We override the generated decoder to enforce that dins always comes out
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86Schedule.td717 // Resources beyond the decoder operate on micro-ops and are bufferred
H A DREADME.txt357 imagine there has to be some kind of complicated decoder reset and realignment
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrMVE.td543 // Custom decoder method because of the following overlapping encodings:
4216 // We need a custom decoder method for these instructions because of
4222 // decoder to emit an operand that isn't affected by any instruction
4288 // Custom decoder method, for the same reason as MVE_VCMPqq
5111 // Custom decoder method in order to add the FPSCR operand(s), which

12