Home
last modified time | relevance | path

Searched refs:gather1 (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/test/Dialect/Vector/
Dvector-mem-transforms.mlir72 // CHECK-LABEL: func @gather1(
80 func @gather1(%base: memref<16xf32>, %indices: vector<16xi32>, %pass_thru: vector<16xf32>) -> vecto…
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp653 Value* gather1 = in VGATHER_EMU() local
655 v32Gather = B->VSHUFFLE(gather0, gather1, B->C({0, 1, 2, 3, 4, 5, 6, 7})); in VGATHER_EMU()
674 Value* gather1 = in VGATHER_EMU() local
677 v32Gather = B->JOIN_16(gather0, gather1); in VGATHER_EMU()