| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmTypeCheck.h | 31 SmallVector<wasm::ValType, 8> Stack; variable
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUMemoryUtils.cpp | 37 SmallVector<User *> Stack{U}; in collectFunctionUses() local 72 SmallVector<const User *, 16> Stack(GV.users()); in shouldLowerLDSToStruct() local
|
| /llvm-project-15.0.7/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag.h | 22 SymbolizedStack *Stack; variable 31 : Stack(Stack) {} in Stack() argument 72 Location(const SymbolizedStackHolder &Stack) : in Location()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | PhiValues.cpp | 50 SmallVectorImpl<const PHINode *> &Stack) { in processPhi() 128 SmallVector<const PHINode *, 8> Stack; in getValuesForPhi() local
|
| H A D | SyncDependenceAnalysis.cpp | 159 static void computeStackPO(BlockStack &Stack, const LoopInfo &LI, Loop *Loop, in computeStackPO() 215 BlockStack Stack; in computeTopLevelPO() local 224 std::vector<const BasicBlock *> Stack; in computeLoopPO() local
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | HardwareAssistedAddressSanitizerDesign.rst | 135 Stack section in Instrumentation
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyDebugFixup.cpp | 74 std::vector<StackElem> Stack; in runOnMachineFunction() local
|
| H A D | WebAssemblyCFGStackify.cpp | 1566 const SmallVectorImpl<EndMarkerInfo> &Stack, const MachineBasicBlock *MBB) { in getBranchDepth() 1578 const SmallVectorImpl<EndMarkerInfo> &Stack, const MachineBasicBlock *MBB) { in getDelegateDepth() 1613 const SmallVectorImpl<EndMarkerInfo> &Stack, in getRethrowDepth() 1652 SmallVector<EndMarkerInfo, 8> Stack; in rewriteDepthImmediates() local
|
| /llvm-project-15.0.7/llvm/lib/BinaryFormat/ |
| H A D | MsgPackDocument.cpp | 132 SmallVector<StackLevel, 4> Stack; in readFromBlob() local 251 SmallVector<WriterStackLevel, 4> Stack; in writeToBlob() local
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/unittests/ |
| H A D | BracketTest.cpp | 44 std::vector<const Token *> Stack; in verifyNesting() local
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | WorkList.cpp | 37 SmallVector<WorkListUnit, 20> Stack; member in __anon24f49dde0111::DFS 93 SmallVector<WorkListUnit, 20> Stack; member in __anon24f49dde0211::BFSBlockDFSContents
|
| /llvm-project-15.0.7/llvm/tools/llvm-xray/ |
| H A D | xray-account.h | 38 llvm::SmallVector<std::pair<int32_t, uint64_t>, 32> Stack; member
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAlwaysInlinePass.cpp | 58 SmallVector<User *, 16> Stack(GV.users()); in recursivelyVisitUsers() local
|
| H A D | AMDGPUUnifyDivergentExitNodes.cpp | 119 SmallVector<BasicBlock *, 8> Stack(predecessors(&BB)); in isUniformlyReached() local
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | ReplaceConstant.cpp | 110 std::vector<std::vector<ConstantExpr *>> Stack{Path}; in collectConstantExprPaths() local
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/ |
| H A D | unpoison-alternate-stack.cpp | 67 stack_t Stack; in isOnSignalStack() local
|
| /llvm-project-15.0.7/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | TruncInstCombine.cpp | 90 SmallVector<Instruction *, 8> Stack; in buildTruncExpressionGraph() local 177 SmallVector<Instruction *, 8> Stack; in getMinBitWidth() local
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/include/clang-pseudo/ |
| H A D | Forest.h | 208 std::vector<StackFrame> Stack; variable
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/lib/ |
| H A D | Bracket.cpp | 129 std::vector<unsigned> Stack; in simplePairBrackets() local
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | PseudoSourceValue.h | 38 Stack, enumerator
|
| /llvm-project-15.0.7/llvm/tools/llvm-profgen/ |
| H A D | PerfReader.cpp | 180 T &Stack) { in collectSamplesFromFrame() 204 UnwindState::ProfiledFrame *Cur, T &Stack) { in collectSamplesFromFrameTrie() 238 AddressStack Stack(Binary); in collectSamplesFromFrameTrie() local 241 FrameStack Stack(Binary); in collectSamplesFromFrameTrie() local
|
| /llvm-project-15.0.7/clang/include/clang/Serialization/ |
| H A D | ModuleManager.h | 110 SmallVector<ModuleFile *, 4> Stack; member
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | RedundantPreprocessorCheck.cpp | 75 SmallVector<PreprocessorEntry, 4> &Stack, in checkMacroRedundancy()
|
| /llvm-project-15.0.7/compiler-rt/lib/xray/ |
| H A D | xray_function_call_trie.h | 489 using Stack = Array<NodeAndParent>; in deepCopyInto() local 548 using Stack = Array<NodeAndTarget>; in mergeInto() local
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaAttr.cpp | 756 PragmaStack<StringLiteral *> *Stack = in ActOnPragmaMSSeg() local 1233 VisStack *Stack = static_cast<VisStack*>(VisContext); in AddPushedVisibilityAttribute() local 1255 VisStack *Stack = static_cast<VisStack*>(S.VisContext); in PushPragmaVisibility() local 1369 VisStack *Stack = static_cast<VisStack*>(VisContext); in PopPragmaVisibility() local
|