Home
last modified time | relevance | path

Searched defs:TE (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.cpp162 auto ObservePC = [&](const PCTableEntry *TE) { in UpdateObservedPCs()
170 auto Observe = [&](const PCTableEntry *TE) { in UpdateObservedPCs()
202 uintptr_t TracePC::PCTableEntryIdx(const PCTableEntry *TE) { in PCTableEntryIdx()
306 for (auto TE = First; TE < Last; TE++) in PrintCoverage() local
H A DFuzzerTracePC.h129 bool PcIsFuncEntry(const PCTableEntry *TE) { return TE->PCFlags & 1; } in PcIsFuncEntry()
H A DFuzzerMerge.cpp263 TPC.ForEachObservedPC([&](const TracePC::PCTableEntry *TE) { in CrashResistantMergeInternalStep()
H A DFuzzerFork.cpp256 if (auto *TE = TPC.PCTableEntryByIdx(Idx)) in RunOneMergeJob() local
H A DFuzzerLoop.cpp394 auto HandlePC = [&](const TracePC::PCTableEntry *TE) { in CheckExitOnSrcPosOrItem() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86EvexToVex.cpp
H A DX86FloatingPoint.cpp585 friend bool operator<(const TableEntry &TE, unsigned V) { in operator <()
589 const TableEntry &TE) { in operator <()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2667 TreeEntry *TE = nullptr; in getVectorizedOperand() local
3247 const TreeEntry *TE = getTreeEntry(V); in newTreeEntry() local
3577 TreeEntry *TE = nullptr; member
3743 if (TreeEntry *TE = BundleMember->TE) { in schedule() local
4222 BoUpSLP::findReusedOrderedScalars(const BoUpSLP::TreeEntry &TE) { in findReusedOrderedScalars()
4856 BoUpSLP::findPartiallyOrderedLoads(const BoUpSLP::TreeEntry &TE) { in findPartiallyOrderedLoads()
4928 BoUpSLP::getReorderingData(const TreeEntry &TE, bool TopToBottom) { in getReorderingData()
5187 void BoUpSLP::reorderNodeWithReuses(TreeEntry &TE, ArrayRef<int> Mask) const { in reorderNodeWithReuses()
5257 const std::unique_ptr<TreeEntry> &TE) { in reorderTopToBottom()
5509 if (TreeEntry *TE = getVectorizedOperand(UserTE, I)) { in canReorderOperands() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h108 TE = 0b1100, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp709 TypoExpr *&TE) { in LookupMemberExprInRecord()
762 [=](Sema &SemaRef, TypoExpr *TE, TypoCorrection TC) mutable { in LookupMemberExprInRecord()
795 TypoExpr *TE = nullptr; in BuildMemberReferenceExpr() local
1356 TypoExpr *TE = nullptr; in LookupMemberExpr() local
H A DSemaExprCXX.cpp8697 bool VisitTypoExpr(TypoExpr *TE) { in VisitTypoExpr()
8761 for (auto *TE : TypoExprs) { in CheckAndAdvanceTypoExprCorrectionStreams() local
8828 for (auto *TE : TypoExprs) { in CheckForRecursiveTypos() local
8888 auto TE = AmbiguousTypoExprs.back(); in RecursiveTransformLoop() local
8929 auto TE = *Iterator; in RecursiveTransformLoop() local
H A DSemaCoroutine.cpp316 if (auto *TE = dyn_cast<TypoExpr>(Result.get())) { in buildMemberCall() local
H A DSemaLookup.cpp5721 auto TE = new (Context) TypoExpr(Context.DependentTy, TypoLoc); in createDelayedTypo() local
5738 void Sema::clearDelayedTypo(TypoExpr *TE) { in clearDelayedTypo()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp59 if (const auto *TE = OP->getTrueExpr()->IgnoreParens()) in canExprResolveTo() local
71 if (const auto *TE = OP->getTrueExpr()->IgnoreParens()) in canExprResolveTo() local
H A DThreadSafetyCommon.cpp343 til::SExpr *SExprBuilder::translateCXXThisExpr(const CXXThisExpr *TE, in translateCXXThisExpr()
/freebsd/sys/dev/iavf/
H A Diavf_common.c574 #define IAVF_PTT(PTYPE, OUTER_IP, OUTER_IP_VER, OUTER_FRAG, T, TE, TEF, I, PL)\ argument
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp118 if (auto *TE = dyn_cast<CXXThisExpr>(S)) { in TraverseStmt() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h266 Ensemble &TE; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp160 friend bool operator<(const NEONLdStTableEntry &TE, unsigned PseudoOpc) { in operator <()
164 const NEONLdStTableEntry &TE) { in operator <()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp1167 void ExprEngine::VisitCXXThisExpr(const CXXThisExpr *TE, ExplodedNode *Pred, in VisitCXXThisExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp157 if (const auto *TE = dyn_cast<CXXBindTemporaryExpr>(S)) { in StmtCanThrow() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp749 if (const PPCMCExpr *TE = dyn_cast<PPCMCExpr>(Val)) { in CreateFromMCExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1418 void JSONNodeDumper::VisitCXXThisExpr(const CXXThisExpr *TE) { in VisitCXXThisExpr()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1167 for (auto TI = TCRange.first, TE = TCRange.second; TI != TE; ++TI) in addOpenMPDeviceLibC() local
/freebsd/sys/dev/sym/
H A Dsym_defs.h457 #define TE 0x80 /* c: tolerAnt enable */ macro

12