Searched refs:Top (Results 26 - 50 of 57) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp259 auto *Top = getTopLevelModule(); local
262 if (Requested->isSubModuleOf(Top))
265 for (auto *Use : Top->DirectUses)
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.cpp156 const auto &Top = ThreadStack.back(); local
157 recordLatency(Top.first, diff(Top.second, Record.TSC));
/freebsd-12-stable/crypto/heimdal/lib/asn1/
H A Dasn1parse.c1161 # define YY_STACK_PRINT(Bottom, Top) \
1164 yy_stack_print ((Bottom), (Top)); \
1211 # define YY_STACK_PRINT(Bottom, Top)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp254 auto Top = NestingStack.back();
255 if (Top != NT1 && Top != NT2)
257 nestingString(Top).second + ", instead got: " + Ins);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2996 NodeState &Top = Stack.back(); local
2997 CumulativeString.resize(Top.ParentStringLength);
2998 for (;*Top.Current != 0 && Top.Current < Trie.end(); Top.Current++) {
2999 char C = *Top.Current;
3002 if (Top.Current >= Trie.end()) {
3004 Twine::utohexstr(Top.Start - Trie.begin()) +
3005 " for child #" + Twine((int)Top.NextChildIndex) +
3010 Top
3070 NodeState &Top = Stack.back(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ControlFlowFinalizer.cpp204 CFStack::StackItem Top = BranchStack.back(); local
205 if (Top == CFStack::ENTRY)
208 CurrentSubEntries-= getSubEntrySize(Top);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp791 Value *Top = IRB.CreateLShr(WideLoad, ShiftVal); local
792 Value *Trunc = IRB.CreateTrunc(Top, OffsetTy);
802 << *Top << "\n"
/freebsd-12-stable/contrib/gdb/gdb/
H A Dm2-exp.c967 # define YY_STACK_PRINT(Bottom, Top) \
970 yy_stack_print ((Bottom), (Top)); \
1010 # define YY_STACK_PRINT(Bottom, Top)
H A Dada-exp.c1032 # define YY_STACK_PRINT(Bottom, Top) \
1035 yy_stack_print ((Bottom), (Top)); \
1075 # define YY_STACK_PRINT(Bottom, Top)
H A Df-exp.c847 # define YY_STACK_PRINT(Bottom, Top) \
850 yy_stack_print ((Bottom), (Top)); \
890 # define YY_STACK_PRINT(Bottom, Top)
H A Djv-exp.c906 # define YY_STACK_PRINT(Bottom, Top) \
909 yy_stack_print ((Bottom), (Top)); \
949 # define YY_STACK_PRINT(Bottom, Top)
H A Dobjc-exp.c1011 # define YY_STACK_PRINT(Bottom, Top) \
1014 yy_stack_print ((Bottom), (Top)); \
1054 # define YY_STACK_PRINT(Bottom, Top)
H A Dp-exp.c821 # define YY_STACK_PRINT(Bottom, Top) \
824 yy_stack_print ((Bottom), (Top)); \
864 # define YY_STACK_PRINT(Bottom, Top)
H A Dc-exp.c1029 # define YY_STACK_PRINT(Bottom, Top) \
1032 yy_stack_print ((Bottom), (Top)); \
1072 # define YY_STACK_PRINT(Bottom, Top)
/freebsd-12-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.c743 # define YY_STACK_PRINT(Bottom, Top) \
746 yy_stack_print ((Bottom), (Top)); \
793 # define YY_STACK_PRINT(Bottom, Top)
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c1154 # define YY_STACK_PRINT(Bottom, Top) \
1157 yy_stack_print ((Bottom), (Top)); \
1204 # define YY_STACK_PRINT(Bottom, Top)
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_parser.c1624 # define YY_STACK_PRINT(Bottom, Top) \
1627 yy_stack_print ((Bottom), (Top)); \
1667 # define YY_STACK_PRINT(Bottom, Top)
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h485 lldb::IOHandlerSP Top() { function in class:lldb_private::IOHandlerStack
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1568 uint64_t Top = (Mask >> First) + 1; local
1569 if ((Top & -Top) == Top) {
1571 Length = findFirstSet(Top);
1597 assert(LSB + Length < BitSize && "Top bit must be set");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1511 auto *Top = dyn_cast<yaml::MappingNode>(Root); local
1512 if (!Top) {
1530 for (auto &I : *Top) {
1591 if (!checkMissingKeys(Top, Keys))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp549 SDValue Top = DAG.getNode(ISD::EXTRACT_ELEMENT, DL, MVT::i8, LHShi, local
551 Cmp = DAG.getNode(AVRISD::TST, DL, MVT::Glue, Top);
587 SDValue Top = DAG.getNode(ISD::EXTRACT_ELEMENT, DL, MVT::i8, LHS3, local
589 Cmp = DAG.getNode(AVRISD::TST, DL, MVT::Glue, Top);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp110 enum { Normal, Top, Bottom }; enumerator in enum:__anon5147::LatticeCell::__anon5149
126 LatticeCell() : Kind(Top), Size(0), IsSpecial(false) {
162 bool isTop() const { return Kind == Top; }
213 assert(Top.isTop());
233 return Top;
250 LatticeCell Top, Bottom; member in class:__anon5147::MachineConstPropagator::CellMap
530 // L can be neither Top nor Bottom, so *this must have changed.
534 // Top/bottom cases covered. Need to integrate L's set into ours.
2811 dbgs() << "Top " << printReg(R.Reg, &HRI, R.SubReg)
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp297 const SharingMapTy *Top = getTopOfStackOrNull();
298 return Top && Top->BodyComplete;
527 const SharingMapTy *Top = getTopOfStackOrNull();
528 return Top ? Top->Directive : OMPD_unknown;
693 if (const SharingMapTy *Top = getTopOfStackOrNull())
694 return Top->OrderedRegion.hasValue();
699 if (const SharingMapTy *Top = getTopOfStackOrNull())
700 if (Top
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp1735 PMDataManager *Top = this->top(); local
1736 Top->initializeAnalysisInfo();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h696 Iterator(const DefStack &S, bool Top);

Completed in 606 milliseconds

123