Searched refs:Unpacked (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
| 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()
|
| 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,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | SIISelLowering.cpp | 4632 SelectionDAG &DAG, bool Unpacked) { in adjustLoadValueTypeImpl() argument 4646 if (Unpacked) { // From v2i32/v4i32 back to v2f16/v4f16. in adjustLoadValueTypeImpl() 4678 bool Unpacked = Subtarget->hasUnpackedD16VMem(); in adjustLoadValueType() local 4683 if (Unpacked) { in adjustLoadValueType() 4703 SDValue Adjusted = adjustLoadValueTypeImpl(Load, LoadVT, DL, DAG, Unpacked); in adjustLoadValueType() 5898 bool IsTexFail, bool Unpacked, bool IsD16, in constructRetValue() argument 5904 int NumDataDwords = (!IsD16 || (IsD16 && Unpacked)) ? in constructRetValue() 5907 int MaskPopDwords = (!IsD16 || (IsD16 && Unpacked)) ? in constructRetValue() 5935 Data = adjustLoadValueTypeImpl(Data, ReqRetVT, DL, DAG, Unpacked); in constructRetValue()
|
| D | AMDGPULegalizerInfo.cpp | 3935 const bool Unpacked = ST.hasUnpackedD16VMem(); in legalizeBufferLoad() local 3970 else if (Unpacked && IsD16 && Ty.isVector()) in legalizeBufferLoad()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaTemplateInstantiateDecl.cpp | 6132 ArrayRef<TemplateArgument> Unpacked(Arg); in FindInstantiatedDecl() local 6134 Unpacked = Arg.pack_elements(); in FindInstantiatedDecl() 6135 for (TemplateArgument UnpackedArg : Unpacked) in FindInstantiatedDecl()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGBuiltin.cpp | 15724 Value *Unpacked = Builder.CreateBitCast( in EmitPPCBuiltinExpr() local 15730 return Builder.CreateExtractElement(Unpacked, Index); in EmitPPCBuiltinExpr()
|