Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-stacks.cpp286 template <AggregationType AggType>
312 template <AggregationType AggType>
314 static_assert(DependentFalseType<AggType>::value, in GetValueForStack()
489 template <AggregationType AggType>
496 printAll<AggType>(OS, FN, perThreadRoots, threadId, reportThreadId); in printAllPerThread()
544 template <AggregationType AggType>
550 printAll<AggType>(OS, FN, MergedByThreadRoots, in printAllAggregatingThreads()
562 template <AggregationType AggType>
571 printSingleStack<AggType>(OS, FN, ReportThread, ThreadId, Top); in printAll()
583 template <AggregationType AggType>
[all …]
/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp696 Type *AggType = CAZero->getType(); in transConstant() local
697 if (const StructType* ST = dyn_cast<StructType>(AggType)) in transConstant()
699 return BM->addSamplerConstant(transType(AggType), 0,0,0); in transConstant()
701 return BM->addNullConstant(transType(AggType)); in transConstant()