Searched refs:elPtrs (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 1159 auto elPtrs = jit->builder->CreatePointerCast(i8Ptrs, elPtrVecTy); in createGather() local 1167 return jit->builder->CreateCall(func, { elPtrs, align, i1Mask, passthrough }); in createGather() 1185 Value *elPtr = Nucleus::createExtractElement(V(elPtrs), T(elPtrTy), i); in createGather() 1227 auto elPtrs = jit->builder->CreatePointerCast(i8Ptrs, elPtrVecTy); in createScatter() local 1234 jit->builder->CreateCall(func, { val, elPtrs, align, i1Mask }); in createScatter() 1252 auto elPtr = jit->builder->CreateExtractElement(elPtrs, idx); in createScatter()
|