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

/frameworks/compile/libbcc/lib/
H A DRSKernelExpand.cpp516 // to IRBuilder::CreateGEP(), and SmallGEPIndices is a typedef for
520 typedef llvm::SmallVector<llvm::Value *, 3> SmallGEPIndices; typedef in class:__anon1380::RSKernelExpandPass
532 SmallGEPIndices GEPHelper(const std::initializer_list<int32_t> I32Args) {
533 SmallGEPIndices Out(I32Args.size());
599 SmallGEPIndices YValueGEP(GEPHelper({0, RsExpandKernelDriverInfoPfxFieldCurrent,
607 SmallGEPIndices ZValueGEP(GEPHelper({0, RsExpandKernelDriverInfoPfxFieldCurrent,
675 SmallGEPIndices InBufPtrGEP(GEPHelper({0, RsExpandKernelDriverInfoPfxFieldInPtr,
826 SmallGEPIndices InStepGEP(GEPHelper({0, RsExpandKernelDriverInfoPfxFieldInStride, 0}));
835 SmallGEPIndices InputAddrGEP(GEPHelper({0, RsExpandKernelDriverInfoPfxFieldInPtr, 0}));
846 SmallGEPIndices OutBaseGE
[all...]

Completed in 174 milliseconds