Searched defs:Top (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp40 ResetStackCleanup(llvm::CrashRecoveryContext *Context, const void *Top) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DState.cpp128 Frame *Top = getCurrentFrame(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCFG.cpp39 std::pair<const BasicBlock *, const_succ_iterator> &Top = VisitStack.back(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyDivergentExitNodes.cpp108 BasicBlock *Top = Stack.pop_back_val(); local
H A DGCNIterativeScheduler.cpp385 auto Top = R.Begin; local
H A DR600ControlFlowFinalizer.cpp203 CFStack::StackItem Top = BranchStack.back(); local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h110 const uptr Top = Min(To + 1, N); local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h433 const auto &Top = ShadowStack.back(); variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp356 auto Top = TSD.back(); local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.cpp156 const auto &Top = ThreadStack.back(); local
H A Dxray-stacks.cpp382 auto &Top = TS.back(); local
447 void printStack(raw_ostream &OS, const StackTrieNode *Top, argument
569 auto *Top = S.pop_back_val(); local
622 auto *Top = S.pop_back_val(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.h156 Top, // Bit not yet defined. enumerator in enum:llvm::BitTracker::BitValue::ValueType
193 BitValue(ValueType T = Top) : Type(T) {} argument
H A DHexagonMachineScheduler.h221 VLIWSchedBoundary Top; member in class:llvm::ConvergingVLIWScheduler
H A DHexagonConstPropagation.cpp110 enum { Normal, Top, Bottom }; enumerator in enum:__anon4110::LatticeCell::__anon4112
250 LatticeCell Top, Bottom; member in class:__anon4110::MachineConstPropagator::CellMap
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DPrettyStackTrace.cpp306 void llvm::RestorePrettyStackState(const void *Top) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp276 auto *Top = getTopLevelModule(); local
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h490 lldb::IOHandlerSP Top() { function in class:lldb_private::IOHandlerStack
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp1749 PMDataManager *Top = this->top(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp793 Value *Top = IRB.CreateLShr(WideLoad, ShiftVal); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h990 SchedBoundary Top; member in class:llvm::GenericScheduler
1025 SchedBoundary Top; member in class:llvm::PostGenericScheduler
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp664 Iterator(const DataFlowGraph::DefStack &S, bool Top) argument
H A DMachineBlockPlacement.cpp1875 TopFallThroughFreq( const MachineBasicBlock *Top, const BlockFilterSet &LoopBlockSet) argument
2242 hasViableTopFallthrough( const MachineBasicBlock *Top, const BlockFilterSet &LoopBlockSet) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp548 SDValue Top = DAG.getNode(ISD::EXTRACT_ELEMENT, DL, MVT::i8, LHShi, local
586 SDValue Top = DAG.getNode(ISD::EXTRACT_ELEMENT, DL, MVT::i8, LHS3, local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1672 uint64_t Top = (Mask >> First) + 1; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp858 collectSubRegionBindings(SmallVectorImpl<BindingPair> &Bindings, SValBuilder &SVB, const ClusterBindings &Cluster, const SubRegion *Top, BindingKey TopKey, bool IncludeAllDefaultBindings) argument
930 collectSubRegionBindings(SmallVectorImpl<BindingPair> &Bindings, SValBuilder &SVB, const ClusterBindings &Cluster, const SubRegion *Top, bool IncludeAllDefaultBindings) argument
939 removeSubRegionBindings(RegionBindingsConstRef B, const SubRegion *Top) argument
[all...]

Completed in 376 milliseconds

12