Home
last modified time | relevance | path

Searched refs:getObjectAllocation (Results 1 – 8 of 8) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp667 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers()
752 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers()
927 const AllocaInst *From = MFI->getObjectAllocation(SI.first); in remapInstructions()
928 const AllocaInst *To = MFI->getObjectAllocation(SI.second); in remapInstructions()
H A DStackProtector.cpp93 const AllocaInst *AI = MFI.getObjectAllocation(I); in copyToMachineFrameInfo()
H A DMIRPrinter.cpp447 if (const auto *Alloca = MFI.getObjectAllocation(I)) in convertStackObjects()
H A DMachineOperand.cpp560 if (const AllocaInst *Alloca = MFI->getObjectAllocation(FrameIndex)) in printFrameIndex()
/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp64 const AllocaInst *AI = MFI.getObjectAllocation(FrameIndex); in getLocalForStackObject()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h512 const AllocaInst* getObjectAllocation(int ObjectIdx) const { in getObjectAllocation() function
/src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2137 MF.getFrameInfo().getObjectAllocation(ObjectInfo->second)) in parseStackFrameIndex()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3554 if (MFI.getObjectAllocation(FI) == Al) in getMMOFrameID()