Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DMemoryProfileInfoTest.cpp86 auto *StackId = mdconst::dyn_extract<ConstantInt>(Op); in TEST_F() local
174 auto *StackId = mdconst::dyn_extract<ConstantInt>(StackMD->getOperand(0)); in TEST_F() local
230 auto *StackId = mdconst::dyn_extract<ConstantInt>(StackMD->getOperand(0)); in TEST_F() local
350 auto *StackId = mdconst::dyn_extract<ConstantInt>(StackMD->getOperand(0)); in TEST_F() local
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h118 bool isStackIdSafeForLocalArea(unsigned StackId) const override { in isStackIdSafeForLocalArea()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp104 for (auto StackId : StackIds) { in addCallStack() local
139 auto *StackId = mdconst::dyn_extract<ConstantInt>(MIBStackIter); in addCallStack() local
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DRawMemProfReader.cpp115 const uint64_t StackId = endian::readNext<uint64_t, little, unaligned>(Ptr); in readStackInfo() local
319 const uint64_t StackId = Entry.first; in mapRawProfileToRecords() local
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h133 virtual bool isStackIdSafeForLocalArea(unsigned StackId) const { in isStackIdSafeForLocalArea()