Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/m68k/fpsp/
H A Dsrem_mod.sa154 SubI.L #32,D3
199 SubI.L #32,D0
298 SubI.L #32,D0
339 SubI.L #$3FFE,D0
343 SubI.L #$3FFE,D6
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp963 RecIter SubI = SubResources.begin(), SubE = SubResources.end(); in ExpandProcResources() local
964 for( ; SubI != SubE; ++SubI) { in ExpandProcResources()
965 if (!is_contained(SuperResources, *SubI)) { in ExpandProcResources()
969 if (SubI == SubE) { in ExpandProcResources()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp834 for (QualType SubI : Subset->exceptions()) { in CheckExceptionSpecSubset() local
835 if (const ReferenceType *RefTy = SubI->getAs<ReferenceType>()) in CheckExceptionSpecSubset()
836 SubI = RefTy->getPointeeType(); in CheckExceptionSpecSubset()
847 if (handlerCanCatch(SuperI, SubI)) { in CheckExceptionSpecSubset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp885 auto SubI = in select() local
892 if (!constrainSelectedInstRegOperands(*SubI, TII, TRI, RBI)) in select()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp497 Instruction *SubI = dyn_cast<Instruction>(Sub); in find() local
508 if (SubI && equal(SubI, U)) in find()