Searched defs:InTypes (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp195 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes(); local
197 for (RSExportForEach::InTypeIter BI = InTypes.begin(),
198 EI = InTypes.end(); BI != EI; BI++) {
350 const RSExportForEach::InTypeVec &InTypes = ef->getInTypes(); local
354 genTypeCheck(InTypes[0], "ain");
H A Dslang_rs_reflection.cpp543 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes(); local
544 for (RSExportForEach::InTypeIter BI = InTypes.begin(), EI = InTypes.end();
569 const RSExportReduce::InTypeVec &InTypes = ER->getAccumulatorInTypes(); local
570 for (RSExportReduce::InTypeIter BI = InTypes.begin(), EI = InTypes.end();
862 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes(); local
944 if (InTypes.size() == 1) {
945 if (InTypes.front() != nullptr) {
946 genTypeCheck(InTypes
1139 const auto &InTypes = ER->getAccumulatorInTypes(); local
1255 const auto &InTypes = ER->getAccumulatorInTypes(); local
[all...]
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSKernelExpand.cpp607 // InTypes[] - this function saves input type, they will be used in ExpandInputsBody().
620 llvm::SmallVectorImpl<llvm::Type *> &InTypes,
674 InTypes.push_back(InType);
689 // InTypes[] - this function uses the saved input types in ExpandInputsLoopInvariant()
701 const llvm::SmallVectorImpl<llvm::Type *> &InTypes,
719 llvm::Type *InTy = InTypes[Index];
998 llvm::SmallVector<llvm::Type*, 8> InTypes; local
1023 InTypes, InBufPtrs, InStructTempSlots);
1058 InTypes, InBufPtrs, InStructTempSlots, IV, RootArgs);
1172 llvm::SmallVector<llvm::Type*, 8> InTypes; local
615 ExpandInputsLoopInvariant(llvm::IRBuilder< &Builder, llvm::BasicBlock *LoopHeader, llvm::Value *Arg_p, llvm::MDNode *TBAAPointer, llvm::Function::arg_iterator ArgIter, const size_t NumInputs, llvm::SmallVectorImpl<llvm::Type *> &InTypes, llvm::SmallVectorImpl<llvm::Value *> &InBufPtrs, llvm::SmallVectorImpl<llvm::Value *> &InStructTempSlots) argument
697 ExpandInputsBody(llvm::IRBuilder< &Builder, llvm::Value *Arg_x1, llvm::MDNode *TBAAAllocation, const size_t NumInputs, const llvm::SmallVectorImpl<llvm::Type *> &InTypes, const llvm::SmallVectorImpl<llvm::Value *> &InBufPtrs, const llvm::SmallVectorImpl<llvm::Value *> &InStructTempSlots, llvm::Value *IndVar, llvm::SmallVectorImpl<llvm::Value *> &RootArgs) argument
[all...]

Completed in 2151 milliseconds