Searched refs:Encoded (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DReachingDefAnalysis.h41 uintptr_t Encoded; member in class:llvm::ReachingDef
43 explicit ReachingDef(uintptr_t Encoded) : Encoded(Encoded) {} argument
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);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DBitstreamRemarkSerializer.cpp21 : Encoded(), R(), Bitstream(Encoded), ContainerType(ContainerType) {}
318 OS.write(Encoded.data(), Encoded.size());
319 Encoded.clear();
323 return StringRef(Encoded.data(), Encoded.size());
/netbsd-current/sys/external/bsd/acpica/dist/tools/examples/
H A Dextables.c377 [0001] Encoded Access Width : 01 [Byte Access:8]
388 [0001] Encoded Access Width : 02 [Word Access:16]
395 [0001] Encoded Access Width : 00 [Undefined/Legacy]
402 [0001] Encoded Access Width : 02 [Word Access:16]
409 [0001] Encoded Access Width : 00 [Undefined/Legacy]
416 [0001] Encoded Access Width : 00 [Undefined/Legacy]
423 [0001] Encoded Access Width : 03 [DWord Access:32]
430 [0001] Encoded Access Width : 01 [Byte Access:8]
437 [0001] Encoded Access Width : 00 [Undefined/Legacy]
445 [0001] Encoded Acces
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Remarks/
H A DBitstreamRemarkSerializer.h52 SmallVector<char, 1024> Encoded; member in struct:llvm::remarks::BitstreamRemarkSerializerHelper
76 // Disable copy and move: Bitstream points to Encoded, which needs special
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp497 unsigned short Encoded = 0; local
507 Encoded |= 1 << I;
511 return Encoded;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp219 unsigned Encoded = encodePPC64LocalEntryOffset(LocalOffset); variable
223 Other |= Encoded;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp950 Waitcnt decodeWaitcnt(const IsaVersion &Version, unsigned Encoded) { argument
952 Decoded.VmCnt = decodeVmcnt(Version, Encoded);
953 Decoded.ExpCnt = decodeExpcnt(Version, Encoded);
954 Decoded.LgkmCnt = decodeLgkmcnt(Version, Encoded);
H A DAMDGPUBaseInfo.h542 Waitcnt decodeWaitcnt(const IsaVersion &Version, unsigned Encoded);
/netbsd-current/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daetables.h433 [027h 0039 1] Encoded Access Width : 00 (Undefined/Legacy)
440 [033h 0051 1] Encoded Access Width : 00 (Undefined/Legacy)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp347 unsigned Encoded = ARM_AM::getT2SOImmVal(SoImm); local
348 assert(Encoded != ~0U && "Not a Thumb2 so_imm value?");
349 return Encoded;
1597 // Encoded as [Rn, Rm, imm].
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2225 if (Optional<unsigned> Encoded = encodeDiscriminator(D, DF, CI))
2226 return cloneWithDiscriminator(*Encoded);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d267 $(LI The abstract characters encoded (see Encoded character)
344 $(P $(DEF Encoded character) An association (or mapping)
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d267 $(LI The abstract characters encoded (see Encoded character)
344 $(P $(DEF Encoded character) An association (or mapping)

Completed in 501 milliseconds