Home
last modified time | relevance | path

Searched defs:MaskedLoad (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.cpp4373 RValue<Float4> MaskedLoad(RValue<Pointer<Float4>> base, RValue<Int4> mask, unsigned int alignment, … in MaskedLoad() function
4378 RValue<Int4> MaskedLoad(RValue<Pointer<Int4>> base, RValue<Int4> mask, unsigned int alignment, bool… in MaskedLoad() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp15116 std::pair<unsigned, unsigned> MaskedLoad; in ReduceLoadOpStoreWidth() local