Searched refs:MaskedLoad (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/Reactor/ |
D | Reactor.hpp | 2258 [[deprecated]] RValue<Float4> MaskedLoad(RValue<Pointer<Float4>> base, RValue<Int4> mask, unsigned … 2259 [[deprecated]] RValue<Int4> MaskedLoad(RValue<Pointer<Int4>> base, RValue<Int4> mask, unsigned int …
|
D | Reactor.cpp | 4502 RValue<Float4> MaskedLoad(RValue<Pointer<Float4>> base, RValue<Int4> mask, unsigned int alignment, … in MaskedLoad() function 4507 RValue<Int4> MaskedLoad(RValue<Pointer<Int4>> base, RValue<Int4> mask, unsigned int alignment, bool… in MaskedLoad() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 10876 std::pair<unsigned, unsigned> MaskedLoad; in ReduceLoadOpStoreWidth() local 10877 MaskedLoad = CheckForMaskedLoad(Value.getOperand(0), Ptr, Chain); in ReduceLoadOpStoreWidth() 10878 if (MaskedLoad.first) in ReduceLoadOpStoreWidth() 10879 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth() 10884 MaskedLoad = CheckForMaskedLoad(Value.getOperand(1), Ptr, Chain); in ReduceLoadOpStoreWidth() 10885 if (MaskedLoad.first) in ReduceLoadOpStoreWidth() 10886 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 15116 std::pair<unsigned, unsigned> MaskedLoad; in ReduceLoadOpStoreWidth() local 15117 MaskedLoad = CheckForMaskedLoad(Value.getOperand(0), Ptr, Chain); in ReduceLoadOpStoreWidth() 15118 if (MaskedLoad.first) in ReduceLoadOpStoreWidth() 15119 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth() 15124 MaskedLoad = CheckForMaskedLoad(Value.getOperand(1), Ptr, Chain); in ReduceLoadOpStoreWidth() 15125 if (MaskedLoad.first) in ReduceLoadOpStoreWidth() 15126 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth()
|