Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Gather

3296 // Get a uniform base for the Gather/Scatter intrinsic.
3297 // The first argument of the Gather/Scatter intrinsic is a vector of pointers.
3305 // %res = call <8 x i32> @llvm.masked.gather.v8i32(<8 x i32*> %gep.ptr, ..
3435 // @llvm.masked.gather.*(Ptrs, alignment, Mask, Src0)
3476 SDValue Gather = DAG.getMaskedGather(DAG.getVTList(VT, MVT::Other), VT, sdl,
3479 SDValue OutChain = Gather.getValue(1);
3482 setValue(&I, Gather);