Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackColoring.cpp703 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers()
785 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers()
955 const AllocaInst *From = MFI->getObjectAllocation(SI.first); in remapInstructions()
956 const AllocaInst *To = MFI->getObjectAllocation(SI.second); in remapInstructions()
H A DStackProtector.cpp622 const AllocaInst *AI = MFI.getObjectAllocation(I); in copyToMachineFrameInfo()
H A DMIRPrinter.cpp426 if (const auto *Alloca = MFI.getObjectAllocation(I)) in convertStackObjects()
H A DMachineOperand.cpp542 if (const AllocaInst *Alloca = MFI->getObjectAllocation(FrameIndex)) in printFrameIndex()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp111 SrcMFI.getObjectAllocation(i)); in cloneFrameInfo()
115 SrcMFI.isSpillSlotObjectIndex(i), SrcMFI.getObjectAllocation(i), in cloneFrameInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp64 const AllocaInst *AI = MFI.getObjectAllocation(FrameIndex); in getLocalForStackObject()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h530 const AllocaInst* getObjectAllocation(int ObjectIdx) const { in getObjectAllocation() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2085 MF.getFrameInfo().getObjectAllocation(ObjectInfo->second)) in parseStackFrameIndex()