Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DRSKernelExpand.cpp654 llvm::Type *InType = ArgIter->getType(); in ExpandInputsLoopInvariant() local
666 if (auto PtrType = llvm::dyn_cast<llvm::PointerType>(InType)) { in ExpandInputsLoopInvariant()
671 InType = InType->getPointerTo(); in ExpandInputsLoopInvariant()
682 CastInBufPtr = Builder.CreatePointerCast(InBufPtr, InType, "casted_in"); in ExpandInputsLoopInvariant()
697 InTypes.push_back(InType); in ExpandInputsLoopInvariant()
/frameworks/compile/slang/
Dslang_rs_reflection_state.cpp845 for (const auto &InType : InTypes) in declareReduce() local
846 reduce.mAccumIns[InTypesIdx++] = canon(getUniqueTypeName(InType)); in declareReduce()
916 for (const auto &InType : InTypes) { in declareReduce() local
917 const std::string InTypeName = getUniqueTypeName(InType); in declareReduce()
Dslang_rs_reflection.cpp1254 const RSExportType *InType = ER->getAccumulatorInTypes()[InIdx]; in getReduceInputStrings() local
1255 if (InType->getClass() == RSExportType::ExportClassRecord) { in getReduceInputStrings()
1349 const RSExportType *const InType = InTypes[InIdx]; in genExportReduceArrayVariant() local
1350 switch (InType->getClass()) { in genExportReduceArrayVariant()
1375 InType->convertToRTD(&InTypeData); in genExportReduceArrayVariant()