Searched refs:SubI (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/sys/arch/m68k/fpsp/ |
| H A D | srem_mod.sa | 154 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 D | SubtargetEmitter.cpp | 963 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 D | SemaExceptionSpec.cpp | 834 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 D | ARMInstructionSelector.cpp | 885 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 D | HexagonLoopIdiomRecognition.cpp | 497 Instruction *SubI = dyn_cast<Instruction>(Sub); in find() local 508 if (SubI && equal(SubI, U)) in find()
|