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 448 bool X86RegisterInfo::hasReservedSpillSlot(const MachineFunction &MF,
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.h 77 bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg,
PPCRegisterInfo.cpp 506 PPCRegisterInfo::hasReservedSpillSlot(const MachineFunction &MF,
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 701 /// hasReservedSpillSlot - Return true if target has reserved a spill slot in
707 virtual bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg,
    [all...]
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 253 if (RegInfo->hasReservedSpillSlot(F, Reg, FrameIdx)) {
    [all...]

Completed in 1966 milliseconds