Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp999 RecIter SubI = SubResources.begin(), SubE = SubResources.end(); in ExpandProcResources() local
1000 for( ; SubI != SubE; ++SubI) { in ExpandProcResources()
1001 if (!is_contained(SuperResources, *SubI)) { in ExpandProcResources()
1005 if (SubI == SubE) { in ExpandProcResources()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExceptionSpec.cpp839 for (QualType SubI : Subset->exceptions()) { in CheckExceptionSpecSubset() local
840 if (const ReferenceType *RefTy = SubI->getAs<ReferenceType>()) in CheckExceptionSpecSubset()
841 SubI = RefTy->getPointeeType(); in CheckExceptionSpecSubset()
852 if (handlerCanCatch(SuperI, SubI)) { in CheckExceptionSpecSubset()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp885 auto SubI = in select() local
892 if (!constrainSelectedInstRegOperands(*SubI, TII, TRI, RBI)) in select()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp495 Instruction *SubI = dyn_cast<Instruction>(Sub); in find() local
506 if (SubI && equal(SubI, U)) in find()