Home
last modified time | relevance | path

Searched refs:Subvector (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Davx512-vbroadcasti128.ll7 ; 128-bit Subvector Broadcast to 256-bit
83 ; 128-bit Subvector Broadcast to 512-bit
H A Dsubvector-broadcast.ll14 ; Subvector Load + Broadcast
506 ; Subvector Load + Broadcast + Store
714 ; Subvector Load + Broadcast with Separate Store
1127 ; Subvector Broadcast from register
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrVecCompiler.td61 // Subvector tricks
/llvm-project-15.0.7/mlir/test/Conversion/VectorToLLVM/
H A Dvector-to-llvm.mlir1049 // Subvector vector<2xf32> @0 into vector<4xf32> @2
1057 // Subvector vector<2xf32> @1 into vector<4xf32> @3
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dsve-insert-vector.ll433 ;; Check that the Subvector is not widen so it does not crash.
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp6698 auto Subvector = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, VT, WidenedOp, in lowerSBuffer() local
6700 return Subvector; in lowerSBuffer()