HomeSort by relevance Sort by last modified time
    Searched refs:hasReservedSpillSlot (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/X86/
X86RegisterInfo.h 116 bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg,
X86RegisterInfo.cpp 457 bool X86RegisterInfo::hasReservedSpillSlot(const MachineFunction &MF,
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.h 85 bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg,
PPCRegisterInfo.cpp 649 PPCRegisterInfo::hasReservedSpillSlot(const MachineFunction &MF,
    [all...]
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 723 /// hasReservedSpillSlot - Return true if target has reserved a spill slot in
729 virtual bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg,
    [all...]
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 289 if (RegInfo->hasReservedSpillSlot(F, Reg, FrameIdx)) {
    [all...]

Completed in 277 milliseconds