Home
last modified time | relevance | path

Searched refs:IVec (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/sksl/
DSkSLCompiler.cpp176 TYPE(Vec), TYPE(IVec), TYPE(UVec),
/third_party/flutter/skia/src/sksl/
DSkSLCompiler.cpp162 ADD_TYPE(IVec); in Compiler()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2333 Value *IVec = Builder.CreateShuffleVector(WideVec, UndefVec, IMask, in vectorizeInterleaveGroup() local
2344 IVec, AddrParts[Part], Group->getAlignment(), ShuffledMask); in vectorizeInterleaveGroup()
2347 NewStoreInstr = Builder.CreateAlignedStore(IVec, AddrParts[Part], in vectorizeInterleaveGroup()