Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSKernelExpand.cpp497 typedef llvm::SmallVector<llvm::Value *, 3> SmallGEPIndices; typedef in __anon9d3741820111::RSKernelExpandPass
509 SmallGEPIndices GEPHelper(const std::initializer_list<int32_t> I32Args) { in GEPHelper()
510 SmallGEPIndices Out(I32Args.size()); in GEPHelper()
576 SmallGEPIndices YValueGEP(GEPHelper({0, RsExpandKernelDriverInfoPfxFieldCurrent, in ExpandSpecialArguments()
584 SmallGEPIndices ZValueGEP(GEPHelper({0, RsExpandKernelDriverInfoPfxFieldCurrent, in ExpandSpecialArguments()
652 SmallGEPIndices InBufPtrGEP(GEPHelper({0, RsExpandKernelDriverInfoPfxFieldInPtr, in ExpandInputsLoopInvariant()
803 SmallGEPIndices InStepGEP(GEPHelper({0, RsExpandKernelDriverInfoPfxFieldInStride, 0})); in ExpandOldStyleForEach()
812 SmallGEPIndices InputAddrGEP(GEPHelper({0, RsExpandKernelDriverInfoPfxFieldInPtr, 0})); in ExpandOldStyleForEach()
823 SmallGEPIndices OutBaseGEP(GEPHelper({0, RsExpandKernelDriverInfoPfxFieldOutPtr, 0})); in ExpandOldStyleForEach()
978 SmallGEPIndices OutBaseGEP(GEPHelper({0, RsExpandKernelDriverInfoPfxFieldOutPtr, 0})); in ExpandForEach()