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

  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.h 69 bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg,
PPCRegisterInfo.cpp 357 PPCRegisterInfo::hasReservedSpillSlot(const MachineFunction &MF,
  /external/llvm/lib/Target/X86/
X86RegisterInfo.h 117 bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg,
X86RegisterInfo.cpp 443 bool X86RegisterInfo::hasReservedSpillSlot(const MachineFunction &MF,
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 674 /// hasReservedSpillSlot - Return true if target has reserved a spill slot in
680 virtual bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg,
    [all...]
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 239 if (RegInfo->hasReservedSpillSlot(F, Reg, FrameIdx)) {
    [all...]

Completed in 200 milliseconds