Searched refs:Unpacked (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/gwp_asan/ ! |
| H A D | stack_trace_compressor.cpp | 69 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()
|
| H A D | stack_trace_compressor.h | 26 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,
|
| /src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ ! |
| H A D | sanitizer_stack_store.cpp | 262 state = State::Unpacked; in GetOrUnpack() 264 case State::Unpacked: in GetOrUnpack() 302 state = State::Unpacked; in GetOrUnpack() 312 case State::Unpacked: in Pack() 353 state = State::Unpacked; in Pack()
|
| H A D | sanitizer_stack_store.h | 98 Unpacked, enumerator
|
| /src/contrib/llvm-project/clang/lib/Sema/ ! |
| H A D | SemaTemplateInstantiateDecl.cpp | 6231 ArrayRef<TemplateArgument> Unpacked(Arg); in FindInstantiatedDecl() local 6233 Unpacked = Arg.pack_elements(); in FindInstantiatedDecl() 6234 for (TemplateArgument UnpackedArg : Unpacked) in FindInstantiatedDecl()
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ ! |
| H A D | SIISelLowering.cpp | 5896 SelectionDAG &DAG, bool Unpacked) { in adjustLoadValueTypeImpl() argument 5910 if (Unpacked) { // From v2i32/v4i32 back to v2f16/v4f16. in adjustLoadValueTypeImpl() 5942 bool Unpacked = Subtarget->hasUnpackedD16VMem(); in adjustLoadValueType() local 5947 if (Unpacked) { in adjustLoadValueType() 5967 SDValue Adjusted = adjustLoadValueTypeImpl(Load, LoadVT, DL, DAG, Unpacked); in adjustLoadValueType() 7779 bool Unpacked, bool IsD16, int DMaskPop, in constructRetValue() argument 7785 int NumDataDwords = ((IsD16 && !Unpacked) || IsAtomicPacked16Bit) in constructRetValue() 7789 int MaskPopDwords = (!IsD16 || Unpacked) ? DMaskPop : (DMaskPop + 1) / 2; in constructRetValue() 7816 Data = adjustLoadValueTypeImpl(Data, ReqRetVT, DL, DAG, Unpacked); in constructRetValue()
|
| H A D | AMDGPULegalizerInfo.cpp | 5970 const bool Unpacked = ST.hasUnpackedD16VMem(); in legalizeBufferLoad() local 6037 } else if (Unpacked && IsD16 && Ty.isVector()) { in legalizeBufferLoad()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ ! |
| H A D | CGBuiltin.cpp | 17819 Value *Unpacked = Builder.CreateBitCast( in EmitPPCBuiltinExpr() local 17826 return Builder.CreateExtractElement(Unpacked, Index); in EmitPPCBuiltinExpr()
|