Searched refs:TE (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFoldTables.h79 friend bool operator<(const X86MemoryFoldTableEntry &TE, unsigned Opcode) { argument
80 return TE.KeyOp < Opcode;
H A DX86EvexToVex.cpp48 friend bool operator<(const X86EvexToVexCompressTableEntry &TE, argument
50 return TE.EvexOpcode < Opc;
H A DX86FloatingPoint.cpp588 bool operator<(const TableEntry &TE) const { return from < TE.from; }
589 friend bool operator<(const TableEntry &TE, unsigned V) { argument
590 return TE.from < V;
593 const TableEntry &TE) {
594 return V < TE.from;
592 operator <(unsigned V, const TableEntry &TE) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DARMBuildAttrs.cpp79 for (unsigned TI = 0, TE = sizeof(ARMAttributeTags) / sizeof(*ARMAttributeTags);
80 TI != TE; ++TI)
91 TE = sizeof(ARMAttributeTags) / sizeof(*ARMAttributeTags);
92 TI != TE; ++TI) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp1183 const MachineBasicBlock *MBB = TE.MTM.MF->getBlockNumbered(getBlockNum());
1185 getPHIDeps(PHI, Deps, MBB, TE.MTM.MRI);
1191 DepCycle += TE.MTM.SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp,
1201 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum());
1203 ArrayRef<unsigned> PRCycles = TE.MTM.getProcResourceCycles(getBlockNum());
1211 PRMax = TE.MTM.getCycles(PRMax);
1217 Instrs += TE.MTM.BlockInfo[getBlockNum()].InstrCount;
1218 if (unsigned IW = TE.MTM.SchedModel.getIssueWidth())
1229 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum());
1230 ArrayRef<unsigned> PRHeights = TE
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.cpp151 auto ObservePC = [&](const PCTableEntry *TE) {
152 if (ObservedPCs.insert(TE).second && DoPrintNewPCs) {
154 GetNextInstructionPc(TE->PC));
159 auto Observe = [&](const PCTableEntry *TE) {
160 if (PcIsFuncEntry(TE))
161 if (++ObservedFuncs[TE->PC] == 1 && NumPrintNewFuncs)
162 CoveredFuncs.push_back(TE->PC);
163 ObservePC(TE);
191 uintptr_t TracePC::PCTableEntryIdx(const PCTableEntry *TE) {
195 if (TE >
[all...]
H A DFuzzerTracePC.h126 uintptr_t PCTableEntryIdx(const PCTableEntry *TE);
129 bool PcIsFuncEntry(const PCTableEntry *TE) { return TE->PCFlags & 1; } argument
H A DFuzzerFork.cpp225 if (auto *TE = TPC.PCTableEntryByIdx(Idx))
226 if (TPC.PcIsFuncEntry(TE))
228 TPC.GetNextInstructionPc(TE->PC));
H A DFuzzerMerge.cpp254 TPC.ForEachObservedPC([&](const TracePC::PCTableEntry *TE) {
255 if (AllPCs.insert(TE).second)
256 OF << " " << TPC.PCTableEntryIdx(TE);
H A DFuzzerLoop.cpp389 auto HandlePC = [&](const TracePC::PCTableEntry *TE) {
390 if (!PCsSet->insert(TE->PC).second)
392 std::string Descr = DescribePC("%F %L", TE->PC + 1);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h256 Ensemble &TE; member in class:llvm::MachineTraceMetrics::Trace
259 unsigned getBlockNum() const { return &TBI - &TE.BlockInfo[0]; }
262 explicit Trace(Ensemble &te, TraceBlockInfo &tbi) : TE(te), TBI(tbi) {}
299 return TE.Cycles.lookup(&MI);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1661 BundleMember->TE = Last;
1806 TE = nullptr;
1916 TreeEntry *TE = nullptr; member in struct:llvm::slpvectorizer::ScheduleData
2016 if (TreeEntry *TE = BundleMember->TE) {
2019 for (unsigned OpIdx = 0, NumOperands = TE->getNumOperands();
2021 if (auto *I = dyn_cast<Instruction>(TE->getOperand(OpIdx)[Lane]))
2586 TreeEntry *TE =
2598 TE->setOperand(i, Operands);
2602 buildTree_rec(OperandsVec[OpIdx], Depth + 1, {TE, OpId
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h98 TE = 12, // 0b1100 enumerator in enum:llvm::ARMVCC::VPTMaskValue
/freebsd-11-stable/contrib/ntp/scripts/deprecated/
H A Dhtml2man.in218 print MANOUT ".TE\n";
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp647 TypoExpr *&TE) {
704 TE = SemaRef.CorrectTypoDelayed(
720 [=](Sema &SemaRef, TypoExpr *TE, TypoCorrection TC) mutable {
764 TypoExpr *TE = nullptr; local
769 SS, TemplateArgs != nullptr, TemplateKWLoc, TE))
771 if (TE)
772 return TE;
1310 TypoExpr *TE = nullptr; local
1312 HasTemplateArgs, TemplateKWLoc, TE))
1319 return ExprResult(TE);
641 LookupMemberExprInRecord(Sema &SemaRef, LookupResult &R, Expr *BaseExpr, const RecordType *RTy, SourceLocation OpLoc, bool IsArrow, CXXScopeSpec &SS, bool HasTemplateArgs, SourceLocation TemplateKWLoc, TypoExpr *&TE) argument
[all...]
H A DSemaExprCXX.cpp7843 bool VisitTypoExpr(TypoExpr *TE) {
7844 TypoExprs.insert(TE);
7870 for (TypoExpr *TE : TypoExprs) {
7871 auto &State = SemaRef.getTypoExprState(TE);
7875 ExprResult Replacement = IsAmbiguous ? ExprError() : TransformCache[TE];
7888 SemaRef.clearDelayedTypo(TE);
7902 for (auto TE : TypoExprs) {
7903 auto &State = SemaRef.getTypoExprState(TE);
7904 TransformCache.erase(TE);
7967 for (auto TE
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h442 typename TreeTy::iterator& TE) {
445 if (TI == TE || !I->isElementEqual(&*TI))
622 typename TreeTy::iterator TI = T->begin(), TE = T->end(); local
623 if (!compareTreeWithSection(TNew, TI, TE))
625 if (TI != TE)
440 compareTreeWithSection(TreeTy* T, typename TreeTy::iterator& TI, typename TreeTy::iterator& TE) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp319 const auto *TE = cast<TypeTraitExpr>(E); local
320 return makeTruthVal(TE->getValue(), TE->getType());
H A DExprEngineCXX.cpp873 void ExprEngine::VisitCXXThisExpr(const CXXThisExpr *TE, ExplodedNode *Pred, argument
881 getContext().getCanonicalType(TE->getType()),
886 Bldr.generateNode(TE, Pred, state->BindExpr(TE, LCtx, V));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp118 if (auto *TE = dyn_cast<CXXThisExpr>(S)) {
119 if (TE->isImplicit())
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp712 for (TypeRetPredMap::const_iterator TI = TM.begin(), TE = TM.end();
713 TI != TE; ++TI) {
788 for (TypeRetPredMap::const_iterator TI = TM.begin(), TE = TM.end();
789 TI != TE; ++TI) {
/freebsd-11-stable/sys/dev/ncr/
H A Dncrreg.h228 #define TE 0x80 /* c: tolerAnt enable */ macro
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-debug.c928 const int BE = 1, TE = 4; local
951 context->hw_ibp.control[num] = BE | TE;
956 uint64_t dbc = 0xff0 | BE | TE;
970 /* Set DBC[BE,TE,BLM]. */
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h397 til::SExpr *translateCXXThisExpr(const CXXThisExpr *TE, CallingContext *Ctx);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h269 void VisitCXXThisExpr(const CXXThisExpr *TE);

Completed in 428 milliseconds

123