Home
last modified time | relevance | path

Searched defs:E2 (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp173 bool IsStmtEquivalent(const AddrLabelExpr *E1, const AddrLabelExpr *E2) { in IsStmtEquivalent()
177 bool IsStmtEquivalent(const AtomicExpr *E1, const AtomicExpr *E2) { in IsStmtEquivalent()
181 bool IsStmtEquivalent(const BinaryOperator *E1, const BinaryOperator *E2) { in IsStmtEquivalent()
185 bool IsStmtEquivalent(const CallExpr *E1, const CallExpr *E2) { in IsStmtEquivalent()
203 const CharacterLiteral *E2) { in IsStmtEquivalent()
207 bool IsStmtEquivalent(const ChooseExpr *E1, const ChooseExpr *E2) { in IsStmtEquivalent()
211 bool IsStmtEquivalent(const CompoundStmt *E1, const CompoundStmt *E2) { in IsStmtEquivalent()
238 bool IsStmtEquivalent(const Expr *E1, const Expr *E2) { in IsStmtEquivalent()
243 const ExpressionTraitExpr *E2) { in IsStmtEquivalent()
247 bool IsStmtEquivalent(const FloatingLiteral *E1, const FloatingLiteral *E2) { in IsStmtEquivalent()
[all …]
H A DExpr.cpp4193 bool Expr::isSameComparisonOperand(const Expr* E1, const Expr* E2) { in isSameComparisonOperand()
/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/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysis.h98 const TypeErasedLattice &E2) final { in joinTypeErased()
114 const TypeErasedLattice &E2) final { in isEqualTypeErased()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp288 llvm::sort(OffsetLookup, [&](Entry *E1, Entry *E2) { in getFromOffset()
293 auto I = partition_point(OffsetLookup, [&](Entry *E2) { in getFromOffset()
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
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h65 inline bool equals(const til::SExpr *E1, const til::SExpr *E2) { in equals()
69 inline bool matches(const til::SExpr *E1, const til::SExpr *E2) { in matches()
81 inline bool partiallyMatches(const til::SExpr *E1, const til::SExpr *E2) { in partiallyMatches()
H A DThreadSafetyTraverse.h315 bool compareByCase(const SExpr *E1, const SExpr* E2) { in compareByCase()
341 bool compare(const SExpr *E1, const SExpr* E2) { in compare()
355 static bool compareExprs(const SExpr *E1, const SExpr* E2) { in compareExprs()
375 bool compare(const SExpr *E1, const SExpr *E2) { in compare()
393 static bool compareExprs(const SExpr *E1, const SExpr* E2) { in compareExprs()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp430 if (auto E2 = setupJITDylib(PlatformJD)) { in COFFPlatform() local
436 if (auto E2 = this->LoadDynLibrary(PlatformJD, Lib)) { in COFFPlatform() local
442 if (auto E2 = VCRuntimeBootstrap->initializeStaticVCRuntime(PlatformJD)) { in COFFPlatform() local
448 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { in COFFPlatform() local
456 if (auto E2 = bootstrapCOFFRuntime(PlatformJD)) { in COFFPlatform() local
[all...]
H A DELFNixPlatform.cpp261 if (auto E2 = setupJITDylib(PlatformJD)) { ELFNixPlatform() local
270 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { ELFNixPlatform() local
278 if (auto E2 = bootstrapELFNixRuntime(PlatformJD)) { ELFNixPlatform() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp261 __anonf070d25f0402(Error E2) abandonAllocAndBailOut() argument
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DMacroCallReconstructor.cpp533 [](const auto &E1, const auto &E2) { in createUnwrappedLine()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h406 static Error join(Error E1, Error E2) { in join()
438 inline Error joinErrors(Error E1, Error E2) { in joinErrors()
/freebsd/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_proc_ptm.cpp944 uint8_t E2 = m_currPacketData[m_numAddrBytes+1]; in pktBranchAddr() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp101 const Expr *E2 = E->IgnoreParenNoopCasts(S.Context); in CheckAsmLValue() local
H A DSemaChecking.cpp8923 static bool referToTheSameDecl(const Expr *E1, const Expr *E2) { in referToTheSameDecl()
12585 const Expr *E2 = CXXOCE->getArg(1); in VisitCXXOperatorCallExpr() local
H A DSemaExprCXX.cpp7120 Expr *&E1, Expr *&E2, in FindCompositePointerType()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp281 SlotIndex E2 = getEndPoint(I2); in lowestEndPoint() local
H A DIfConversion.cpp834 MachineBasicBlock::reverse_iterator E2 = MBB2->rbegin(); in verifySameBranchInstructions() 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
2443 for (auto I2 = RegClasses.begin(), E2 = std::next(FirstNewRC); I2 != E2; in computeInferredRegisterClasses() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp1105 auto *E2 = cast<Constant>(mapValue(S->getOperand(1))); in mapAppendingVariable() local
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp1467 SMLoc S2, E2; in parseOperand() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp148 static bool areExprTypesCompatible(const Expr *E1, const Expr *E2) { in areExprTypesCompatible()
1090 const Expr *E2) { in checkIncorrectLogicOperator()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8589 void estimateNodesPermuteCost(const TreeEntry &E1, const TreeEntry *E2, in estimateNodesPermuteCost() argument
8735 const TreeEntry *E2 = P2.get<const TreeEntry *>(); in createShuffle() local
8810 const TreeEntry *E2 = P2.get<const TreeEntry *>(); createShuffle() local
9006 add(const TreeEntry & E1,const TreeEntry & E2,ArrayRef<int> Mask) add() argument
12017 add(const TreeEntry & E1,const TreeEntry & E2,ArrayRef<int> Mask) add() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20535 for (auto I2 = (*I)->use_begin(), E2 = (*I)->use_end(); I2 != E2; ++I2) in getStoreMergeCandidates() local

12