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 368 /// getCompactUnwindRegNum - Get the compact unwind number for a given
371 static int getCompactUnwindRegNum(unsigned Reg, bool is64Bit) {
408 int CUReg = getCompactUnwindRegNum(SavedRegs[i], Is64Bit);
474 int CURegNum = getCompactUnwindRegNum(Reg, Is64Bit);
    [all...]
X86RegisterInfo.cpp 87 /// getCompactUnwindRegNum - This function maps the register to the number for
89 int X86RegisterInfo::getCompactUnwindRegNum(unsigned RegNum, bool isEH) const {
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h     [all...]

Completed in 58 milliseconds