Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DRSKernelExpand.cpp520 typedef llvm::SmallVector<llvm::Value *, 3> SmallGEPIndices; typedef in __anonb1d91f920111::RSKernelExpandPass
532 SmallGEPIndices GEPHelper(const std::initializer_list<int32_t> I32Args) { in GEPHelper()
533 SmallGEPIndices Out(I32Args.size()); in GEPHelper()
599 SmallGEPIndices YValueGEP(GEPHelper({0, RsExpandKernelDriverInfoPfxFieldCurrent, in ExpandSpecialArguments()
607 SmallGEPIndices ZValueGEP(GEPHelper({0, RsExpandKernelDriverInfoPfxFieldCurrent, in ExpandSpecialArguments()
675 SmallGEPIndices InBufPtrGEP(GEPHelper({0, RsExpandKernelDriverInfoPfxFieldInPtr, in ExpandInputsLoopInvariant()
826 SmallGEPIndices InStepGEP(GEPHelper({0, RsExpandKernelDriverInfoPfxFieldInStride, 0})); in ExpandOldStyleForEach()
835 SmallGEPIndices InputAddrGEP(GEPHelper({0, RsExpandKernelDriverInfoPfxFieldInPtr, 0})); in ExpandOldStyleForEach()
846 SmallGEPIndices OutBaseGEP(GEPHelper({0, RsExpandKernelDriverInfoPfxFieldOutPtr, 0})); in ExpandOldStyleForEach()
1001 SmallGEPIndices OutBaseGEP(GEPHelper({0, RsExpandKernelDriverInfoPfxFieldOutPtr, 0})); in ExpandForEach()