Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp672 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers()
757 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers()
932 const AllocaInst *From = MFI->getObjectAllocation(SI.first); in remapInstructions()
933 const AllocaInst *To = MFI->getObjectAllocation(SI.second); in remapInstructions()
H A DStackProtector.cpp93 const AllocaInst *AI = MFI.getObjectAllocation(I); in copyToMachineFrameInfo()
H A DMIRPrinter.cpp443 if (const auto *Alloca = MFI.getObjectAllocation(I)) in convertStackObjects()
H A DMachineOperand.cpp569 if (const AllocaInst *Alloca = MFI->getObjectAllocation(FrameIndex)) in printFrameIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp62 const AllocaInst *AI = MFI.getObjectAllocation(FrameIndex); in getLocalForStackObject()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h514 const AllocaInst* getObjectAllocation(int ObjectIdx) const { in getObjectAllocation() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2146 MF.getFrameInfo().getObjectAllocation(ObjectInfo->second)) in parseStackFrameIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3851 if (MFI.getObjectAllocation(FI) == Al) in getMMOFrameID()