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

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DMachineFunction.h90 MachineFrameInfo *FrameInfo; member in class:llvm::MachineFunction
174 MachineFrameInfo *getFrameInfo() { return FrameInfo; }
175 const MachineFrameInfo *getFrameInfo() const { return FrameInfo; }
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp63 FrameInfo =
68 FrameInfo->ensureMaxAlignment(Fn->getAttributes().
104 FrameInfo->~MachineFrameInfo();
105 Allocator.Deallocate(FrameInfo);
332 FrameInfo->print(*this, OS);
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp521 const MachineFrameInfo *FrameInfo = MF->getFrameInfo(); local
527 if (FrameInfo->isSpillSlotObjectIndex(FI)) {
532 if (FrameInfo->isSpillSlotObjectIndex(FI))
535 if (FrameInfo->isSpillSlotObjectIndex(FI)) {
540 if (FrameInfo->isSpillSlotObjectIndex(FI))
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4938 MachineFrameInfo *FrameInfo = MF.getFrameInfo(); local
4943 int FrameIdx = FrameInfo->CreateStackObject(4, 4, false);
4964 int FrameIdx = FrameInfo->CreateStackObject(8, 8, false);
5692 MachineFrameInfo *FrameInfo = DAG.getMachineFunction().getFrameInfo(); local
5693 int FrameIdx = FrameInfo->CreateStackObject(16, 16, false);
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1605 MachineFrameInfo *FrameInfo = getMachineFunction().getFrameInfo(); local
1612 int FrameIdx = FrameInfo->CreateStackObject(ByteSize, StackAlign, false);
1628 MachineFrameInfo *FrameInfo = getMachineFunction().getFrameInfo(); local
1629 int FrameIdx = FrameInfo->CreateStackObject(Bytes, Align, false);
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5975 MachineFrameInfo *FrameInfo = DAG.getMachineFunction().getFrameInfo(); local
5984 int FrameIdx = FrameInfo->CreateStackObject(ByteSize, StackAlign, false);

Completed in 423 milliseconds