Searched refs:SmallGEPIndices (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSKernelExpand.cpp493 // to IRBuilder::CreateGEP(), and SmallGEPIndices is a typedef for
497 typedef llvm::SmallVector<llvm::Value *, 3> SmallGEPIndices; typedef in class:__anon1181::RSKernelExpandPass
509 SmallGEPIndices GEPHelper(const std::initializer_list<int32_t> I32Args) {
510 SmallGEPIndices Out(I32Args.size());
576 SmallGEPIndices YValueGEP(GEPHelper({0, RsExpandKernelDriverInfoPfxFieldCurrent,
584 SmallGEPIndices ZValueGEP(GEPHelper({0, RsExpandKernelDriverInfoPfxFieldCurrent,
652 SmallGEPIndices InBufPtrGEP(GEPHelper({0, RsExpandKernelDriverInfoPfxFieldInPtr,
803 SmallGEPIndices InStepGEP(GEPHelper({0, RsExpandKernelDriverInfoPfxFieldInStride, 0}));
812 SmallGEPIndices InputAddrGEP(GEPHelper({0, RsExpandKernelDriverInfoPfxFieldInPtr, 0}));
823 SmallGEPIndices OutBaseGE
[all...]

Completed in 820 milliseconds