Home
last modified time | relevance | path

Searched refs:hasReservedSpillSlot (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/X86/
DX86RegisterInfo.h111 bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg,
DX86RegisterInfo.cpp477 bool X86RegisterInfo::hasReservedSpillSlot(const MachineFunction &MF, in hasReservedSpillSlot() function in X86RegisterInfo
/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.h117 bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg,
DPPCRegisterInfo.cpp673 PPCRegisterInfo::hasReservedSpillSlot(const MachineFunction &MF, in hasReservedSpillSlot() function in PPCRegisterInfo
/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h756 virtual bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg, in hasReservedSpillSlot() function
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp338 if (RegInfo->hasReservedSpillSlot(F, Reg, FrameIdx)) { in calculateCalleeSavedRegisters()