Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp259 MachineInstr &I2, in isSafeToMoveTogether()
505 MachineInstr *I2 = findPairable(I1, DoInsertAtI1, OptForSize); in runOnMachineFunction() local
523 MachineBasicBlock::iterator I2 = std::next(MachineBasicBlock::iterator(I1)); in findPairable() local
569 void HexagonCopyToCombine::combine(MachineInstr &I1, MachineInstr &I2, in combine()
H A DHexagonVectorLoopCarriedReuse.cpp324 Instruction *I2) { in isEquivalentOperation() argument
638 Instruction *I2, in getDepChainBtwn() argument
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DInstructionTables.cpp53 for (unsigned I2 = 0, E2 = SubUnit.NumUnits; I2 < E2; ++I2) { in execute() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp131 for (auto I2 = Pointers.begin(); I2 != I1; ++I2) { in runInternal() local
186 for (SetVector<Value *>::iterator I2 = Stores.begin(); I2 != I1; ++I2) { in runInternal() local
H A DInlineOrder.cpp208 const auto I2 = Priorities.find(R); in hasLowerPriority() local
H A DAliasAnalysis.cpp716 const Instruction &I2, in canInstructionRangeModRef()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DTLSVariableHoist.cpp187 getDomInst(Instruction * I1,Instruction * I2) getDomInst() argument
H A DReassociate.cpp1070 if (Instruction *I2 = dyn_cast<Instruction>(X)) in FindInOperandList() local
1079 if (Instruction *I2 = dyn_cast<Instruction>(X)) in FindInOperandList() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp238 I2 = NF->arg_begin(); in deleteDeadVarargs() local
1019 I2 = NF->arg_begin(); in removeDeadStuffFromFunction() local
H A DArgumentPromotion.cpp311 Function::arg_iterator I2 = NF->arg_begin(); in doPromotion() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp272 const IntervalInfo &I2) { in lowestStartPoint()
279 const IntervalInfo &I2) { in lowestEndPoint()
H A DBranchFolding.cpp332 MachineBasicBlock::iterator &I2) { in ComputeCommonTailLength()
547 MachineBasicBlock::iterator &I2, MachineBasicBlock *SuccBB, in ProfitableToMerge()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp221 auto *I2 = dyn_cast<VPInstruction>(V2); in getLAScore() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp1018 for (auto I2 = I.base(), E2 = RegClasses.end(); I2 != E2; ++I2) { in computeSubClasses() local
1030 for (auto I2 = std::next(I); I2 != E && testSubClass(&RC, &*I2); ++I2) in computeSubClasses() local
1532 for (auto I2 : SRM2) { in computeComposites() local
2443 for (auto I2 = RegClasses.begin(), E2 = std::next(FirstNewRC); I2 != E2; in computeInferredRegisterClasses() local
/freebsd/libexec/getty/
H A Dgettytab.h121 #define I2 gettynums[18].value macro
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp633 auto I2 = std::next(I1); in removeRedundantLEAs() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1425 Instruction *I1, Instruction *I2) { in isSafeToHoistInvoke()
1500 static bool shouldHoistCommonInstructions(Instruction *I1, Instruction *I2, in shouldHoistCommonInstructions()
1661 Instruction *I2 = &*Iter; in hoistCommonCodeFromSuccessors() local
1668 Instruction *I2 = &*SuccIter; in hoistCommonCodeFromSuccessors() local
1677 Instruction *I2 = &*SuccIter; in hoistCommonCodeFromSuccessors() local
1708 Instruction *I2 = &*Pair.first; in hoistCommonCodeFromSuccessors() local
1731 auto *I2 = &*SuccIter++; in hoistCommonCodeFromSuccessors() local
1745 Instruction *I2 = &*SuccIter++; in hoistCommonCodeFromSuccessors() local
1789 auto *I2 = *OtherSuccTIs.begin(); in hoistSuccIdenticalTerminatorToSwitchOrIf() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Daarch32.cpp75 uint32_t I2 = ~((Lo ^ (Hi << 1)) << 11) & 0x00400000; decodeImmBT4BlT1BlxT2_J1J2() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp39 return std::make_pair(std::max(I1.first, I2.first), in intersect() argument
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp389 [](auto *I1, auto *I2) { return I1->comesBefore(I2); }) && in moveBefore()
400 [](auto *I1, auto *I2) { return I1->comesBefore(I2); }) && in insertBefore()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp1144 MachineInstr *I2 = getDefIgnoringCopies(MI.getOperand(2).getReg(), MRI); in matchExtMulToMULL() local
1174 MachineInstr *I2 = getDefIgnoringCopies(MI.getOperand(2).getReg(), MRI); in applyExtMulToMULL() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp238 auto I2 = Out.find(Offset + 8); in generate() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp89 auto I2 = RHS.Ranges.begin(), E2 = RHS.Ranges.end(); in contains() local
113 auto I2 = RHS.Ranges.begin(), E2 = RHS.Ranges.end(); in intersects() local

12