Home
last modified time | relevance | path

Searched defs:StackId (Results 1 – 11 of 11) sorted by relevance

/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.h77 isStackIdSafeForLocalArea(unsigned StackId) isStackIdSafeForLocalArea() argument
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h115 isStackIdSafeForLocalArea(unsigned StackId) isStackIdSafeForLocalArea() argument
/llvm-project/llvm/unittests/Analysis/
H A DMemoryProfileInfoTest.cpp134 auto *StackId = mdconst::dyn_extract<ConstantInt>(Op); TEST_F() local
235 auto *StackId = mdconst::dyn_extract<ConstantInt>(StackMD->getOperand(0)); TEST_F() local
284 auto *StackId = mdconst::dyn_extract<ConstantInt>(StackMD->getOperand(0)); TEST_F() local
333 auto *StackId = mdconst::dyn_extract<ConstantInt>(StackMD->getOperand(0)); TEST_F() local
384 auto *StackId = mdconst::dyn_extract<ConstantInt>(StackMD->getOperand(0)); TEST_F() local
446 auto *StackId = mdconst::dyn_extract<ConstantInt>(StackMD->getOperand(0)); TEST_F() local
589 auto *StackId = mdconst::dyn_extract<ConstantInt>(StackMD->getOperand(0)); TEST_F() local
[all...]
/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp131 for (auto StackId : StackIds) { addCallStack() local
166 auto *StackId = mdconst::dyn_extract<ConstantInt>(MIBStackIter); addCallStack() local
H A DModuleSummaryAnalysis.cpp543 for (auto StackId : InstCallsite) computeFunctionSummary() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp732 uint64_t StackId = computeStackId(*StackFrame); stackFrameIncludesInlinedCallStack() local
847 uint64_t StackId = computeStackId(AI.CallStack[0]); readMemprof() local
857 uint64_t StackId = computeStackId(StackFrame); readMemprof() local
908 auto StackId = computeStackId(CalleeGUID, GetOffset(DIL), readMemprof() local
[all...]
/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_stats.cpp35 static uptr Key(CheckTypeT CheckType, u32 StackId) { in Key() argument
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h136 isStackIdSafeForLocalArea(unsigned StackId) isStackIdSafeForLocalArea() argument
/llvm-project/llvm/lib/ProfileData/
H A DMemProfReader.cpp174 const uint64_t StackId = readStackInfo() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp1033 auto StackEntryNode = StackEntryIdToContextNodeMap.find(StackId); in addStackNodesForMIB() local
866 getNodeForStackId(uint64_t StackId) getNodeForStackId() argument
1633 auto StackId = getStackId(IdOrIndex); getStackIdsWithContextNodes() local
3735 for (auto StackId : CallsiteContext) { applyImport() local
[all...]
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp10490 uint64_t StackId = 0; parseMemProfs() local
10588 uint64_t StackId = 0; parseOptionalCallsites() local
[all...]