Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp784 RecIter SubI = SubResources.begin(), SubE = SubResources.end(); in ExpandProcResources() local
785 for( ; SubI != SubE; ++SubI) { in ExpandProcResources()
786 if (std::find(SuperResources.begin(), SuperResources.end(), *SubI) in ExpandProcResources()
791 if (SubI == SubE) { in ExpandProcResources()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DSubtargetEmitter.cpp972 RecIter SubI = SubResources.begin(), SubE = SubResources.end(); in ExpandProcResources() local
973 for( ; SubI != SubE; ++SubI) { in ExpandProcResources()
974 if (!is_contained(SuperResources, *SubI)) { in ExpandProcResources()
978 if (SubI == SubE) { in ExpandProcResources()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp676 for (const auto &SubI : Subset->exceptions()) { in CheckExceptionSpecSubset() local
678 QualType CanonicalSubT = Context.getCanonicalType(SubI); in CheckExceptionSpecSubset()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp716 auto SubI = in select() local
723 if (!constrainSelectedInstRegOperands(*SubI, TII, TRI, RBI)) in select()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp478 Instruction *SubI = dyn_cast<Instruction>(Sub); in find() local
489 if (SubI && equal(SubI, U)) in find()