Searched refs:SubI (Results 1 – 9 of 9) sorted by relevance
/external/llvm/utils/TableGen/ |
D | SubtargetEmitter.cpp | 801 RecIter SubI = SubResources.begin(), SubE = SubResources.end(); in ExpandProcResources() local 802 for( ; SubI != SubE; ++SubI) { in ExpandProcResources() 803 if (std::find(SuperResources.begin(), SuperResources.end(), *SubI) in ExpandProcResources() 808 if (SubI == SubE) { in ExpandProcResources()
|
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 645 for (const auto &SubI : Subset->exceptions()) { in CheckExceptionSpecSubset() local 647 QualType CanonicalSubT = Context.getCanonicalType(SubI); in CheckExceptionSpecSubset()
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 156 V(SubI) \ 1321 DECLARE_CONCRETE_INSTRUCTION(SubI, "sub-i")
|
/external/v8/src/x87/ |
D | lithium-x87.h | 157 V(SubI) \ 1335 DECLARE_CONCRETE_INSTRUCTION(SubI, "sub-i")
|
/external/v8/src/x64/ |
D | lithium-x64.h | 152 V(SubI) \ 1308 DECLARE_CONCRETE_INSTRUCTION(SubI, "sub-i")
|
/external/v8/src/mips64/ |
D | lithium-mips64.h | 152 V(SubI) \ 1304 DECLARE_CONCRETE_INSTRUCTION(SubI, "sub-i")
|
/external/v8/src/mips/ |
D | lithium-mips.h | 153 V(SubI) \ 1305 DECLARE_CONCRETE_INSTRUCTION(SubI, "sub-i")
|
/external/v8/src/arm/ |
D | lithium-arm.h | 154 V(SubI) \ 1324 DECLARE_CONCRETE_INSTRUCTION(SubI, "sub-i")
|
/external/v8/src/arm64/ |
D | lithium-arm64.h | 165 V(SubI) \ 2854 DECLARE_CONCRETE_INSTRUCTION(SubI, "sub-i")
|