Home
last modified time | relevance | path

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

12

/freebsd-src/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 in isIdenticalStmt() local
471 llvm::APInt I2 = IntLit2->getValue(); isIdenticalStmt() local
[all...]
/freebsd-src/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()
H A DAPInt.h531 isSameValue(const APInt & I1,const APInt & I2) isSameValue() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp259 MachineInstr &I2, in isSafeToMoveTogether() argument
504 MachineInstr *I2 = findPairable(I1, DoInsertAtI1, OptForSize); runOnMachineFunction() local
522 MachineBasicBlock::iterator I2 = std::next(MachineBasicBlock::iterator(I1)); findPairable() local
568 combine(MachineInstr & I1,MachineInstr & I2,MachineBasicBlock::iterator & MI,bool DoInsertAtI1,bool OptForSize) combine() argument
[all...]
H A DHexagonVectorLoopCarriedReuse.cpp324 Instruction *I2) { in isEquivalentOperation()
638 Instruction *I2, in getDepChainBtwn()
/freebsd-src/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-src/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 in runInternal() local
[all...]
H A DInlineOrder.cpp205 const auto I2 = Priorities.find(R); hasLowerPriority() local
H A DAliasAnalysis.cpp714 /// I1 and I2 must be in the same basic block. in canInstructionRangeModRef() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DTLSVariableHoist.cpp186 Instruction *I2) { in getDomInst()
H A DReassociate.cpp1153 if (Instruction *I2 = dyn_cast<Instruction>(X)) FindInOperandList() local
1162 if (Instruction *I2 = dyn_cast<Instruction>(X)) FindInOperandList() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp238 I2 = NF->arg_begin(); in deleteDeadVarargs() local
1021 I2 = NF->arg_begin(); removeDeadStuffFromFunction() local
H A DArgumentPromotion.cpp309 Function::arg_iterator I2 = NF->arg_begin(); doPromotion() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp272 const IntervalInfo &I2) { in lowestStartPoint() argument
279 const IntervalInfo &I2) { in lowestEndPoint() argument
H A DBranchFolding.cpp328 ComputeCommonTailLength(MachineBasicBlock * MBB1,MachineBasicBlock * MBB2,MachineBasicBlock::iterator & I1,MachineBasicBlock::iterator & I2) ComputeCommonTailLength() argument
541 ProfitableToMerge(MachineBasicBlock * MBB1,MachineBasicBlock * MBB2,unsigned MinCommonTailLength,unsigned & CommonTailLen,MachineBasicBlock::iterator & I1,MachineBasicBlock::iterator & I2,MachineBasicBlock * SuccBB,MachineBasicBlock * PredBB,DenseMap<const MachineBasicBlock *,int> & EHScopeMembership,bool AfterPlacement,MBFIWrapper & MBBFreqInfo,ProfileSummaryInfo * PSI) ProfitableToMerge() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp221 auto *I2 = dyn_cast<VPInstruction>(V2); in getLAScore() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp
/freebsd-src/libexec/getty/
H A Dgettytab.h121 #define I2 gettynums[18].value macro
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp633 auto I2 = std::next(I1); in removeRedundantLEAs() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1425 Instruction *I1, Instruction *I2) { in isSafeToHoistInvoke() argument
1500 static bool shouldHoistCommonInstructions(Instruction *I1, Instruction *I2, in shouldHoistCommonInstructions() argument
1605 Instruction *I2 = &*Iter; hoistCommonCodeFromSuccessors() local
1612 Instruction *I2 = &*SuccIter; hoistCommonCodeFromSuccessors() local
1621 Instruction *I2 = &*SuccIter; hoistCommonCodeFromSuccessors() local
1646 Instruction *I2 = &*Pair.first; hoistCommonCodeFromSuccessors() local
1665 auto *I2 = &*SuccIter++; hoistCommonCodeFromSuccessors() local
1676 Instruction *I2 = &*SuccIter++; hoistCommonCodeFromSuccessors() local
1718 auto *I2 = *OtherSuccTIs.begin(); hoistSuccIdenticalTerminatorToSwitchOrIf() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp38 static Interval intersect(const Interval &I1, const Interval &I2) { in intersect()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp217 auto I2 = Out.find(Offset + 8); generate() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp87 auto I2 = RHS.Ranges.begin(), E2 = RHS.Ranges.end(); contains() local
111 auto I2 = RHS.Ranges.begin(), E2 = RHS.Ranges.end(); intersects() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp1143 MachineInstr *I2 = getDefIgnoringCopies(MI.getOperand(2).getReg(), MRI); matchExtMulToMULL() local
1173 MachineInstr *I2 = getDefIgnoringCopies(MI.getOperand(2).getReg(), MRI); applyExtMulToMULL() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp695 hasSameSpecialState(const Instruction * I2,bool IgnoreAlignment) const hasSameSpecialState() argument
[all...]

12