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.cpp831 for (QualType SubI : Subset->exceptions()) { in CheckExceptionSpecSubset() local
832 if (const ReferenceType *RefTy = SubI->getAs<ReferenceType>()) in CheckExceptionSpecSubset()
833 SubI = RefTy->getPointeeType(); in CheckExceptionSpecSubset()
844 if (handlerCanCatch(SuperI, SubI)) { in CheckExceptionSpecSubset()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp2380 auto SubI = SubRC.getMembers().begin(), SubE = SubRC.getMembers().end(); in inferMatchingSuperRegClass() local
2382 while (SubI != SubE && **SubI < *Sub) in inferMatchingSuperRegClass()
2383 ++SubI; in inferMatchingSuperRegClass()
2384 if (SubI == SubE) in inferMatchingSuperRegClass()
2386 if (**SubI == *Sub) in inferMatchingSuperRegClass()
/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.cpp485 Instruction *SubI = dyn_cast<Instruction>(Sub); in find() local
496 if (SubI && equal(SubI, U)) in find()