| /llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | LibiptDecoder.cpp | 38 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 D | TraceIntelPT.cpp | 163 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 D | security-syntax-checks-nscoder.m | 30 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 D | sanitizer_stack_store.cpp | 214 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 D | trydecode-emission.td | 4 // 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 D | HwModeEncodeDecode.td | 75 // 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 D | screen.py | 93 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 D | postra-sched-expandedops.mir | 6 # 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 D | SystemZSchedule.td | 11 // 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 D | gen_ast_dump_json_test.py | 166 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 D | uop-queue.s | 6 …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 D | ptyprocess.py | 808 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 D | dsp-spill-reload.ll | 10 ; 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 D | TestAppleSimulatorOSType.py | 23 except json.decoder.JSONDecodeError:
|
| H A D | TestLldbGdbServer.py | 1403 decoder = struct.Struct(format_str) 1404 decoded = decoder.unpack(content[:decoder.size])
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/ARC/ |
| H A D | ldst.txt | 117 # the different range of numbers helps exercise the S12 decoder.
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | Target.td | 451 // 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 D | intel_pt.rst | 33 decoder library [LibIPT library](https://github.com/intel/libipt).
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrFormats.td | 41 // TableGen from using them for generation of the decoder tables.
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | AVRInstrFormats.td | 183 // decoder method is needed.
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/X86/ |
| H A D | x86-64.txt | 460 # decoder tool provided by Intel, which we assume to be canonical even
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | Mips64InstrInfo.td | 375 // 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 D | X86Schedule.td | 717 // Resources beyond the decoder operate on micro-ops and are bufferred
|
| H A D | README.txt | 357 imagine there has to be some kind of complicated decoder reset and realignment
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMInstrMVE.td | 543 // 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
|