/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVFrameLowering.h | 77 isStackIdSafeForLocalArea(unsigned StackId) isStackIdSafeForLocalArea() argument
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FrameLowering.h | 115 isStackIdSafeForLocalArea(unsigned StackId) isStackIdSafeForLocalArea() argument
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | MemoryProfileInfoTest.cpp | 134 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 D | MemoryProfileInfo.cpp | 131 for (auto StackId : StackIds) { addCallStack() local 166 auto *StackId = mdconst::dyn_extract<ConstantInt>(MIBStackIter); addCallStack() local
|
H A D | ModuleSummaryAnalysis.cpp | 543 for (auto StackId : InstCallsite) computeFunctionSummary() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemProfiler.cpp | 732 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 D | nsan_stats.cpp | 35 static uptr Key(CheckTypeT CheckType, u32 StackId) { in Key() argument
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetFrameLowering.h | 136 isStackIdSafeForLocalArea(unsigned StackId) isStackIdSafeForLocalArea() argument
|
/llvm-project/llvm/lib/ProfileData/ |
H A D | MemProfReader.cpp | 174 const uint64_t StackId = readStackInfo() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MemProfContextDisambiguation.cpp | 1033 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 D | LLParser.cpp | 10490 uint64_t StackId = 0; parseMemProfs() local 10588 uint64_t StackId = 0; parseOptionalCallsites() local [all...] |