Searched defs:Scatter (Results 1 – 5 of 5) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| D | EmulatedIntrinsics.cpp | 144 void Scatter(RValue<Pointer<Float>> base, RValue<Float4> val, RValue<Int4> offsets, RValue<Int4> ma… in Scatter() function 149 void Scatter(RValue<Pointer<Int>> base, RValue<Int4> val, RValue<Int4> offsets, RValue<Int4> mask, … in Scatter() function
|
| D | LLVMReactor.cpp | 1261 void Scatter(RValue<Pointer<Float>> base, RValue<Float4> val, RValue<Int4> offsets, RValue<Int4> ma… in Scatter() function 1266 void Scatter(RValue<Pointer<Int>> base, RValue<Int4> val, RValue<Int4> offsets, RValue<Int4> mask, … in Scatter() function
|
| D | SubzeroReactor.cpp | 4305 void Scatter(RValue<Pointer<Float>> base, RValue<Float4> val, RValue<Int4> offsets, RValue<Int4> ma… in Scatter() function 4311 void Scatter(RValue<Pointer<Int>> base, RValue<Int4> val, RValue<Int4> offsets, RValue<Int4> mask, … in Scatter() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGBuilder.cpp | 4487 SDValue Scatter = DAG.getMaskedScatter(DAG.getVTList(MVT::Other), VT, sdl, in visitMaskedScatter() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 44039 auto *Scatter = cast<MaskedScatterSDNode>(GorS); in combineGatherScatter() local 44068 auto *Scatter = cast<MaskedScatterSDNode>(GorS); in combineGatherScatter() local 44095 auto *Scatter = cast<MaskedScatterSDNode>(GorS); in combineGatherScatter() local
|