| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/ |
| H A D | Utils.cpp | 35 void Unpack(uint64_t Val, uint32_t *LowBits, uint32_t *HighBits); 43 void Unpack(uint64_t Val, uint32_t *LowBits, uint32_t *HighBits) { in Unpack() function 61 void Unpack(uint64_t Val, uint32_t *LowBits, uint32_t *HighBits) { in Unpack() function 128 impl::Unpack(Val, &LowBits, &HighBits); in unpack()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | arm64-opt-remarks-lazy-bfi.ll | 41 ; HOTNESS-NEXT: Executing Pass 'Unpack machine instruction bundles' 42 ; HOTNESS-NEXT: Freeing Pass 'Unpack machine instruction bundles' 66 ; NO_HOTNESS-NEXT: Executing Pass 'Unpack machine instruction bundles' 67 ; NO_HOTNESS-NEXT: Freeing Pass 'Unpack machine instruction bundles'
|
| H A D | O0-pipeline.ll | 71 ; CHECK-NEXT: Unpack machine instruction bundles
|
| H A D | O3-pipeline.ll | 225 ; CHECK-NEXT: Unpack machine instruction bundles
|
| /llvm-project-15.0.7/flang/include/flang/Runtime/ |
| H A D | transformational.h | 57 void RTNAME(Unpack)(Descriptor &result, const Descriptor &vector,
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/scripts/ |
| H A D | sancov.py | 133 def Unpack(files): function 245 Unpack(file_list)
|
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | Transformational.cpp | 278 TEST(Transformational, Unpack) { in TEST() argument 291 RTNAME(Unpack)(result, *vector, *mask, *field, __FILE__, __LINE__); in TEST() 307 RTNAME(Unpack)(result, *vector, *mask, *scalarField, __FILE__, __LINE__); in TEST()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | mul.i16.ll | 56 ; FIXME: Unpack garbage on gfx9
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/ |
| H A D | Transformational.cpp | 167 auto unpackFunc = fir::runtime::getRuntimeFunc<mkRTKey(Unpack)>(loc, builder); in genUnpack()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | O3-pipeline.ll | 182 ; CHECK-NEXT: Unpack machine instruction bundles
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | avx-unpack.ll | 85 ;;;; Unpack versions using the fp unit for int unpacking
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | TargetLLVMIR.md | 412 // Unpack the memref descriptor. 470 // Unpack the memref descriptor. 698 // Unpack the descriptor as per calling convention.
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | transformational.cpp | 549 void RTNAME(Unpack)(Descriptor &result, const Descriptor &vector, in RTNAME() argument
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrVector.td | 420 // Unpack high. 426 // Unpack logical high. 432 // Unpack low. 438 // Unpack logical low.
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrMMX.td | 440 // -- Unpack Instructions
|
| H A D | X86ISelLowering.cpp | 14823 if (SDValue Unpack = TryUnpack(ScalarSize, ScalarSize / OrigScalarSize)) in lowerShuffleAsPermuteAndUnpack() local 14824 return Unpack; in lowerShuffleAsPermuteAndUnpack() 15337 if (SDValue Unpack = lowerShuffleAsPermuteAndUnpack(DL, MVT::v4i32, V1, V2, in lowerV4I32Shuffle() local 15339 return Unpack; in lowerV4I32Shuffle() 16097 if (SDValue Unpack = lowerShuffleAsPermuteAndUnpack(DL, MVT::v8i16, V1, V2, in lowerV8I16Shuffle() local 16099 return Unpack; in lowerV8I16Shuffle() 16406 if (SDValue Unpack = lowerShuffleAsPermuteAndUnpack( in lowerV16I8Shuffle() local 16408 return Unpack; in lowerV16I8Shuffle() 17722 SDValue Unpack = DAG.getVectorShuffle(MVT::v16i8, DL, V1, V2, in lowerShuffleAsVTRUNCAndUnpack() local 17727 DAG.getConstant(0, DL, MVT::v32i8), Unpack, in lowerShuffleAsVTRUNCAndUnpack()
|
| H A D | X86InstrSSE.td | 2092 // SSE 1 & 2 - Unpack FP Instructions 3858 // SSE2 - Packed Integer Unpack Instructions
|
| H A D | X86InstrAVX512.td | 11510 // AVX-512 - Unpack Instructions
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrAltivec.td | 770 // Vector Unpack.
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedNeoverseN2.td | 1880 // Unpack and extend
|