Searched refs:FrameInfo (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DMachineFunction.h89 MachineFrameInfo *FrameInfo; member in class:llvm::MachineFunction
167 MachineFrameInfo *getFrameInfo() { return FrameInfo; }
168 const MachineFrameInfo *getFrameInfo() const { return FrameInfo; }
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DMachineFunction.cpp61 FrameInfo = new (Allocator) MachineFrameInfo(*TM.getFrameLowering());
63 FrameInfo->ensureMaxAlignment(Fn->getAttributes().
88 FrameInfo->~MachineFrameInfo();
89 Allocator.Deallocate(FrameInfo);
308 FrameInfo->print(*this, OS);
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp493 const MachineFrameInfo *FrameInfo = MF->getFrameInfo(); local
499 if (FrameInfo->isSpillSlotObjectIndex(FI)) {
504 if (FrameInfo->isSpillSlotObjectIndex(FI))
507 if (FrameInfo->isSpillSlotObjectIndex(FI)) {
512 if (FrameInfo->isSpillSlotObjectIndex(FI))
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1543 MachineFrameInfo *FrameInfo = getMachineFunction().getFrameInfo(); local
1549 int FrameIdx = FrameInfo->CreateStackObject(ByteSize, StackAlign, false);
1564 MachineFrameInfo *FrameInfo = getMachineFunction().getFrameInfo(); local
1565 int FrameIdx = FrameInfo->CreateStackObject(Bytes, Align, false);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3931 MachineFrameInfo *FrameInfo = MF.getFrameInfo(); local
3932 int FrameIdx = FrameInfo->CreateStackObject(8, 8, false);
4660 MachineFrameInfo *FrameInfo = DAG.getMachineFunction().getFrameInfo(); local
4661 int FrameIdx = FrameInfo->CreateStackObject(16, 16, false);

Completed in 220 milliseconds