Home
last modified time | relevance | path

Searched defs:Scatter (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/src/Reactor/
DEmulatedIntrinsics.cpp144 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
DLLVMReactor.cpp1241 void Scatter(RValue<Pointer<Float>> base, RValue<Float4> val, RValue<Int4> offsets, RValue<Int4> ma… in Scatter() function
1246 void Scatter(RValue<Pointer<Int>> base, RValue<Int4> val, RValue<Int4> offsets, RValue<Int4> mask, … in Scatter() function
DSubzeroReactor.cpp4305 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
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md2384 ## Scatter section in Operation Semantics
/external/tensorflow/tensorflow/core/kernels/
Dlist_kernels.h694 Status Scatter(OpKernelContext* c, const Tensor& value, const Tensor& indices, in Scatter() function
/external/llvm-project/polly/lib/Transform/
DZoneAlgo.cpp551 isl::map Scatter = getScatterFor(MA); in computePerPHI() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis_test.cc999 TEST_F(HloCostAnalysisTest, Scatter) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2302 XlaOp XlaBuilder::Scatter(XlaOp input, XlaOp scatter_indices, XlaOp updates, in Scatter() function in xla::XlaBuilder
4882 XlaOp Scatter(const XlaOp input, const XlaOp scatter_indices, in Scatter() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3809 SDValue Scatter = DAG.getMaskedScatter(DAG.getVTList(MVT::Other), VT, sdl, in visitMaskedScatter() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4312 SDValue Scatter = DAG.getMaskedScatter(DAG.getVTList(MVT::Other), VT, sdl, in visitMaskedScatter() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4487 SDValue Scatter = DAG.getMaskedScatter(DAG.getVTList(MVT::Other), VT, sdl, in visitMaskedScatter() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp44039 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
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp47444 auto *Scatter = cast<MaskedScatterSDNode>(GorS); in rebuildGatherScatter() local