Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp830 for (QualType SubI : Subset->exceptions()) { in CheckExceptionSpecSubset() local
831 if (const ReferenceType *RefTy = SubI->getAs<ReferenceType>()) in CheckExceptionSpecSubset()
832 SubI = RefTy->getPointeeType(); in CheckExceptionSpecSubset()
843 if (handlerCanCatch(SuperI, SubI)) { in CheckExceptionSpecSubset()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1033 RecIter SubI = SubResources.begin(), SubE = SubResources.end(); in ExpandProcResources() local
1034 for (; SubI != SubE; ++SubI) { in ExpandProcResources()
1035 if (!is_contained(SuperResources, *SubI)) { in ExpandProcResources()
1039 if (SubI == SubE) { in ExpandProcResources()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp896 auto SubI = in select() local
903 if (!constrainSelectedInstRegOperands(*SubI, TII, TRI, RBI)) in select()
/freebsd/contrib/llvm-project/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()