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

  /external/llvm/lib/Target/X86/
X86RegisterInfo.h 63 /// getCompactUnwindRegNum - This function maps the register to the number for
65 int getCompactUnwindRegNum(unsigned RegNum, bool isEH) const;
X86FrameLowering.cpp 369 /// getCompactUnwindRegNum - Get the compact unwind number for a given
372 static int getCompactUnwindRegNum(const unsigned *CURegs, unsigned Reg) {
410 int CUReg = getCompactUnwindRegNum(CURegs, SavedRegs[i]);
484 int CURegNum = getCompactUnwindRegNum(CURegs, Reg);
    [all...]
X86RegisterInfo.cpp 78 /// getCompactUnwindRegNum - This function maps the register to the number for
80 int X86RegisterInfo::getCompactUnwindRegNum(unsigned RegNum, bool isEH) const {
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 703 /// getCompactUnwindRegNum - This function maps the register to the number for
705 virtual int getCompactUnwindRegNum(unsigned, bool) const {

Completed in 48 milliseconds