Home
last modified time | relevance | path

Searched refs:Unpacked (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/gwp_asan/
Dstack_trace_compressor.cpp69 size_t pack(const uintptr_t *Unpacked, size_t UnpackedSize, uint8_t *Packed, in pack() argument
73 uintptr_t Diff = Unpacked[CurrentDepth]; in pack()
75 Diff -= Unpacked[CurrentDepth - 1]; in pack()
87 size_t unpack(const uint8_t *Packed, size_t PackedSize, uintptr_t *Unpacked, in unpack() argument
99 Unpacked[CurrentDepth] = zigzagDecode(EncodedDiff); in unpack()
101 Unpacked[CurrentDepth] += Unpacked[CurrentDepth - 1]; in unpack()
Dstack_trace_compressor.h26 size_t pack(const uintptr_t *Unpacked, size_t UnpackedSize, uint8_t *Packed,
32 size_t unpack(const uint8_t *Packed, size_t PackedSize, uintptr_t *Unpacked,
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_stack_store.cpp257 state = State::Unpacked; in GetOrUnpack()
259 case State::Unpacked: in GetOrUnpack()
297 state = State::Unpacked; in GetOrUnpack()
307 case State::Unpacked: in Pack()
348 state = State::Unpacked; in Pack()
Dsanitizer_stack_store.h98 Unpacked, enumerator
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp4800 SelectionDAG &DAG, bool Unpacked) { in adjustLoadValueTypeImpl() argument
4814 if (Unpacked) { // From v2i32/v4i32 back to v2f16/v4f16. in adjustLoadValueTypeImpl()
4846 bool Unpacked = Subtarget->hasUnpackedD16VMem(); in adjustLoadValueType() local
4851 if (Unpacked) { in adjustLoadValueType()
4871 SDValue Adjusted = adjustLoadValueTypeImpl(Load, LoadVT, DL, DAG, Unpacked); in adjustLoadValueType()
6267 bool IsTexFail, bool Unpacked, bool IsD16, in constructRetValue() argument
6273 int NumDataDwords = (!IsD16 || (IsD16 && Unpacked)) ? in constructRetValue()
6276 int MaskPopDwords = (!IsD16 || (IsD16 && Unpacked)) ? in constructRetValue()
6304 Data = adjustLoadValueTypeImpl(Data, ReqRetVT, DL, DAG, Unpacked); in constructRetValue()
DAMDGPULegalizerInfo.cpp4543 const bool Unpacked = ST.hasUnpackedD16VMem(); in legalizeBufferLoad() local
4606 } else if (Unpacked && IsD16 && Ty.isVector()) { in legalizeBufferLoad()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp6175 ArrayRef<TemplateArgument> Unpacked(Arg); in FindInstantiatedDecl() local
6177 Unpacked = Arg.pack_elements(); in FindInstantiatedDecl()
6178 for (TemplateArgument UnpackedArg : Unpacked) in FindInstantiatedDecl()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGBuiltin.cpp16450 Value *Unpacked = Builder.CreateBitCast( in EmitPPCBuiltinExpr() local
16456 return Builder.CreateExtractElement(Unpacked, Index); in EmitPPCBuiltinExpr()
/openbsd/src/gnu/llvm/llvm/docs/
DAMDGPUUsage.rst4758 .. table:: VGPR Register Set Up Order for Unpacked Work-Item ID Method