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

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp197 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes(); local
199 for (RSExportForEach::InTypeIter BI = InTypes.begin(),
200 EI = InTypes.end(); BI != EI; BI++) {
352 const RSExportForEach::InTypeVec &InTypes = ef->getInTypes(); local
356 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/
H A DRSKernelExpand.cpp630 // InTypes[] - this function saves input type, they will be used in ExpandInputsBody().
643 llvm::SmallVectorImpl<llvm::Type *> &InTypes,
697 InTypes.push_back(InType);
712 // InTypes[] - this function uses the saved input types in ExpandInputsLoopInvariant()
724 const llvm::SmallVectorImpl<llvm::Type *> &InTypes,
742 llvm::Type *InTy = InTypes[Index];
1021 llvm::SmallVector<llvm::Type*, 8> InTypes; local
1046 InTypes, InBufPtrs, InStructTempSlots);
1081 InTypes, InBufPtrs, InStructTempSlots, IV, RootArgs);
1195 llvm::SmallVector<llvm::Type*, 8> InTypes; local
638 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
720 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 3426 milliseconds