Home
last modified time | relevance | path

Searched defs:E1 (Results 1 – 25 of 31) 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()
202 bool IsStmtEquivalent(const CharacterLiteral *E1, 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()
242 bool IsStmtEquivalent(const ExpressionTraitExpr *E1, in IsStmtEquivalent()
247 bool IsStmtEquivalent(const FloatingLiteral *E1, const FloatingLiteral *E2) { in IsStmtEquivalent()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h208 R_SExpr reduceCode(Code &Orig, R_SExpr E0, R_SExpr E1) { in reduceCode()
212 R_SExpr reduceField(Field &Orig, R_SExpr E0, R_SExpr E1) { in reduceField()
216 R_SExpr reduceApply(Apply &Orig, R_SExpr E0, R_SExpr E1) { in reduceApply()
220 R_SExpr reduceSApply(SApply &Orig, R_SExpr E0, R_SExpr E1) { in reduceSApply()
228 R_SExpr reduceStore(Store &Orig, R_SExpr E0, R_SExpr E1) { return E0 && E1; } in reduceStore()
230 R_SExpr reduceArrayIndex(Store &Orig, R_SExpr E0, R_SExpr E1) { in reduceArrayIndex()
234 R_SExpr reduceArrayAdd(Store &Orig, R_SExpr E0, R_SExpr E1) { in reduceArrayAdd()
240 R_SExpr reduceBinaryOp(BinaryOp &Orig, R_SExpr E0, R_SExpr E1) { in reduceBinaryOp()
315 bool compareByCase(const SExpr *E1, const SExpr* E2) { in compareByCase()
341 bool compare(const SExpr *E1, const SExpr* E2) { in compare()
[all …]
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 DThreadSafetyTIL.h699 auto E1 = Vs.traverse(Body, Vs.declCtx(Ctx)); in traverse() local
754 auto E1 = Vs.traverse(Body, Vs.declCtx(Ctx)); in traverse() local
1215 BinaryOp(TIL_BinaryOpcode Op, SExpr *E0, SExpr *E1) in BinaryOp()
1220 BinaryOp(const BinaryOp &B, SExpr *E0, SExpr *E1) in BinaryOp()
1888 auto E1 = Vs.traverse(Body, Ctx); in traverse() local
/freebsd/crypto/openssl/crypto/des/
H A Ddes_local.h125 # define LOAD_DATA_tmp(R,S,u,t,E0,E1) \ argument
128 # define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument
135 # define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument
H A Dfcrypt_b.c37 register DES_LONG E0, E1; in fcrypt_body() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysis.h97 TypeErasedLattice joinTypeErased(const TypeErasedLattice &E1, in joinTypeErased()
113 bool isEqualTypeErased(const TypeErasedLattice &E1, in isEqualTypeErased()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp528 til::SExpr *E1 = translate(BO->getRHS(), Ctx); in translateBinOp() local
542 til::SExpr *E1 = translate(RHS, Ctx); in translateBinAssign() local
644 til::SExpr *E1 = translate(E->getIdx(), Ctx); in translateArraySubscriptExpr() local
H A DUnsafeBufferUsage.cpp360 auto HaveEqualConstantValues = [&Finder](const Expr *E0, const Expr *E1) { in AST_MATCHER()
367 auto AreSameDRE = [](const Expr *E0, const Expr *E1) { in AST_MATCHER()
H A DCFG.cpp148 static bool areExprTypesCompatible(const Expr *E1, const Expr *E2) { in areExprTypesCompatible()
1090 const Expr *E2) { in checkIncorrectLogicOperator()
/freebsd/sys/crypto/des/
H A Ddes_locl.h126 #define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp288 llvm::sort(OffsetLookup, [&](Entry *E1, Entry *E2) { in getFromOffset()
H A DDWARFVerifier.cpp88 auto I1 = Ranges.begin(), E1 = Ranges.end(); in contains() local
112 auto I1 = Ranges.begin(), E1 = Ranges.end(); in intersects() local
/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.cpp937 uint8_t E1 = m_currPacketData[m_numAddrBytes]; in pktBranchAddr() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp280 SlotIndex E1 = getEndPoint(I1); in lowestEndPoint() local
H A DIfConversion.cpp833 MachineBasicBlock::reverse_iterator E1 = MBB1->rbegin(); in verifySameBranchInstructions() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp484 Value *E1 = Builder.CreateExtractElement(Y, Index); in visitExtractElementInst() local
494 Value *E1 = Builder.CreateExtractElement(Y, Index); in visitExtractElementInst() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2373 SDValue E1 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, EltVT, Vector, in LowerEXTRACT_VECTOR_ELT() local
3059 SDValue E1 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, EltVT, Val, in LowerSTOREVector() local
6174 SDValue E1 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, EltVT, SubVector, in ReplaceLoadVector() local
H A DNVPTXISelDAGToDAG.cpp662 SmallVector<SDNode *, 4> E0, E1; in tryEXTRACT_VECTOR_ELEMENT() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp1104 auto *E1 = cast<Constant>(mapValue(S->getOperand(0))); in mapAppendingVariable() local
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp1456 SMLoc S1, E1; in parseOperand() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1906 LinearExpression E1 = in constantOffsetHeuristic() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8589 void estimateNodesPermuteCost(const TreeEntry &E1, const TreeEntry *E2, in estimateNodesPermuteCost() argument
8836 const TreeEntry *E1 = P1.get<const TreeEntry *>(); in createShuffle() local
9006 add(const TreeEntry & E1,const TreeEntry & E2,ArrayRef<int> Mask) add() argument
9032 add(const TreeEntry & E1,ArrayRef<int> Mask) add() argument
12017 add(const TreeEntry & E1,const TreeEntry & E2,ArrayRef<int> Mask) add() argument
12034 add(const TreeEntry & E1,ArrayRef<int> Mask) add() argument
[all...]

12