Home
last modified time | relevance | path

Searched defs:I2 (Results 1 – 25 of 53) sorted by relevance

123

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp138 while (const IfStmt *I2 = dyn_cast_or_null<IfStmt>(Else)) { in VisitIfStmt() local
333 Expr::const_child_iterator I2 = Expr2->child_begin(); in isIdenticalStmt() local
440 CompoundStmt::const_body_iterator I2 = CompStmt2->body_begin(); in isIdenticalStmt() local
471 llvm::APInt I2 = IntLit2->getValue(); in isIdenticalStmt() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPSInt.h319 static bool isSameValue(const APSInt &I1, const APSInt &I2) { in isSameValue()
324 static int compareValues(const APSInt &I1, const APSInt &I2) { in compareValues()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dlist_test.cpp30 static void setList(ListT *L, ListItem *I1 = nullptr, ListItem *I2 = nullptr, in setList()
42 static void checkList(ListT *L, ListItem *I1, ListItem *I2 = nullptr, in checkList()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp259 MachineInstr &I2, in isSafeToMoveTogether()
504 MachineInstr *I2 = findPairable(I1, DoInsertAtI1, OptForSize); in runOnMachineFunction() local
522 MachineBasicBlock::iterator I2 = std::next(MachineBasicBlock::iterator(I1)); in findPairable() local
568 void HexagonCopyToCombine::combine(MachineInstr &I1, MachineInstr &I2, in combine()
H A DHexagonVectorLoopCarriedReuse.cpp324 Instruction *I2) { in isEquivalentOperation()
638 Instruction *I2, in getDepChainBtwn()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/
H A Dunify1.C11 unit( const unit<I1,I2>& ) {} in unit() argument
H A Dnon-type1.C10 unit( const unit<I1,I2>& ) {} in unit() argument
/openbsd-src/gnu/llvm/llvm/lib/MCA/Stages/
H A DInstructionTables.cpp53 for (unsigned I2 = 0, E2 = SubUnit.NumUnits; I2 < E2; ++I2) { in execute() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp133 for (auto I2 = Pointers.begin(); I2 != I1; ++I2) { in runInternal() local
188 for (SetVector<Value *>::iterator I2 = Stores.begin(); I2 != I1; ++I2) { in runInternal() local
H A DInlineOrder.cpp206 const auto I2 = Priorities.find(R); in hasLowerPriority() local
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dmips-opc.c83 #define I2 INSN_ISA2 macro
H A Dia64-opc-i.c26 #define I2 IA64_TYPE_I, 2 macro
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp231 I2 = NF->arg_begin(); in deleteDeadVarargs() local
1005 I2 = NF->arg_begin(); in removeDeadStuffFromFunction() local
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmips-opc.c83 #define I2 INSN_ISA2 macro
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DTLSVariableHoist.cpp187 Instruction *I2) { in getDomInst()
/openbsd-src/libexec/getty/
H A Dgettytab.h109 #define I2 gettynums[15].value macro
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp272 const IntervalInfo &I2) { in lowestStartPoint()
279 const IntervalInfo &I2) { in lowestEndPoint()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp989 for (auto I2 = I.base(), E2 = RegClasses.end(); I2 != E2; ++I2) { in computeSubClasses() local
1001 for (auto I2 = std::next(I); I2 != E && testSubClass(&RC, &*I2); ++I2) in computeSubClasses() local
1461 for (auto I2 : SRM2) { in computeComposites() local
2389 for (auto I2 = RegClasses.begin(), E2 = std::next(FirstNewRC); I2 != E2; in computeInferredRegisterClasses() local
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dlocal-alloc.c1500 #define EXCHANGE(I1, I2) \ argument
1549 #define EXCHANGE(I1, I2) \ argument
/openbsd-src/gnu/gcc/gcc/
H A Dlocal-alloc.c1567 #define EXCHANGE(I1, I2) \ in block_alloc() argument
1616 #define EXCHANGE(I1, I2) \ in block_alloc() argument
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp221 auto *I2 = dyn_cast<VPInstruction>(V2); in getLAScore() local
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dsparc-stub.c113 I0, I1, I2, I3, I4, I5, FP, I7, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp634 auto I2 = std::next(I1); in removeRedundantLEAs() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp39 static Interval intersect(const Interval &I1, const Interval &I2) { in intersect()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp86 auto I2 = RHS.Ranges.begin(), E2 = RHS.Ranges.end(); in contains() local
110 auto I2 = RHS.Ranges.begin(), E2 = RHS.Ranges.end(); in intersects() local

123