Home
last modified time | relevance | path

Searched refs:Encoded (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DSourceLocationEncoding.h118 UIntTy decodeRaw(EncodedTy Encoded) { in decodeRaw() argument
119 if (Encoded == 0) in decodeRaw()
122 return SourceLocationEncoding::decodeRaw(Prev = Encoded); in decodeRaw()
123 return SourceLocationEncoding::decodeRaw(Prev += zagZig(Encoded - 1)); in decodeRaw()
127 SourceLocation decode(EncodedTy Encoded) { in decode() argument
128 return SourceLocation::getFromRawEncoding(decodeRaw(Encoded)); in decode()
157 SourceLocationEncoding::decode(uint64_t Encoded, SourceLocationSequence *Seq) { in decode() argument
158 return Seq ? Seq->decode(Encoded) in decode()
159 : SourceLocation::getFromRawEncoding(decodeRaw(Encoded)); in decode()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DReachingDefAnalysis.h41 uintptr_t Encoded; variable
43 explicit ReachingDef(uintptr_t Encoded) : Encoded(Encoded) {}
46 ReachingDef(std::nullptr_t) : Encoded(0) {}
47 ReachingDef(int Instr) : Encoded(((uintptr_t) Instr << 2) | 2) {}
48 operator int() const { return ((int) Encoded) >> 2; }
56 return reinterpret_cast<void *>(RD.Encoded);
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/
H A Dstack_trace_compressor.cpp55 uintptr_t Encoded = Value << 1; in zigzagEncode() local
57 return Encoded; in zigzagEncode()
58 return ~Encoded; in zigzagEncode()
/openbsd-src/gnu/llvm/llvm/lib/Remarks/
H A DBitstreamRemarkSerializer.cpp23 : Bitstream(Encoded), ContainerType(ContainerType) {} in BitstreamRemarkSerializerHelper()
321 OS.write(Encoded.data(), Encoded.size()); in flushToStream()
322 Encoded.clear(); in flushToStream()
326 return StringRef(Encoded.data(), Encoded.size()); in getBuffer()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp221 unsigned Encoded = encodePPC64LocalEntryOffset(LocalOffset); in emitLocalEntry() local
225 Other |= Encoded; in emitLocalEntry()
/openbsd-src/gnu/usr.bin/perl/cpan/JSON-PP/t/
H A D119_incr_parse_utf8.t50 # Double-Encoded => "You Get What You Ask For"
/openbsd-src/gnu/llvm/llvm/include/llvm/Remarks/
H A DBitstreamRemarkSerializer.h54 SmallVector<char, 1024> Encoded; member
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp593 unsigned short Encoded = 0; in EncodeVersions() local
603 Encoded |= 1 << I; in EncodeVersions()
607 return Encoded; in EncodeVersions()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h102 Encoded, // --attribute=encoded enumerator
332 ATTRIBUTE_OPTION(Encoded);
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1284 Waitcnt decodeWaitcnt(const IsaVersion &Version, unsigned Encoded) { in decodeWaitcnt() argument
1286 Decoded.VmCnt = decodeVmcnt(Version, Encoded); in decodeWaitcnt()
1287 Decoded.ExpCnt = decodeExpcnt(Version, Encoded); in decodeWaitcnt()
1288 Decoded.LgkmCnt = decodeLgkmcnt(Version, Encoded); in decodeWaitcnt()
H A DAMDGPUBaseInfo.h899 Waitcnt decodeWaitcnt(const IsaVersion &Version, unsigned Encoded);
/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp74 clEnumValN(LVAttributeKind::Encoded, "encoded",
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp347 unsigned Encoded = ARM_AM::getT2SOImmVal(SoImm); in getT2SOImmOpValue() local
348 assert(Encoded != ~0U && "Not a Thumb2 so_imm value?"); in getT2SOImmOpValue()
349 return Encoded; in getT2SOImmOpValue()
/openbsd-src/gnu/llvm/clang/docs/
H A DControlFlowIntegrityDesign.rst616 - Unchecked address (a “trusted” non-instrumented DSO). Encoded as
618 - Invalid address (everything else). Encoded as value 0.
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2291 if (std::optional<unsigned> Encoded = encodeDiscriminator(D, DF, CI)) in cloneWithBaseDiscriminator() local
2292 return cloneWithDiscriminator(*Encoded); in cloneWithBaseDiscriminator()
/openbsd-src/gnu/llvm/llvm/docs/
H A DCoverageMappingFormat.rst266 [32 x i8] c"..." ; Encoded data (dissected later)
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlpacktut.pod682 the Scarab project.) A BER (Binary Encoded