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

  /external/llvm/lib/Target/X86/
X86RegisterInfo.h 111 bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg,
X86RegisterInfo.cpp 356 bool X86RegisterInfo::hasReservedSpillSlot(const MachineFunction &MF,
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 601 /// hasReservedSpillSlot - Return true if target has reserved a spill slot in
607 virtual bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg,
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 251 if (RegInfo->hasReservedSpillSlot(Fn, Reg, FrameIdx)) {

Completed in 599 milliseconds