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 68 /// getCompactUnwindRegNum - This function maps the register to the number for
70 int getCompactUnwindRegNum(unsigned RegNum, bool isEH) const;
X86FrameLowering.cpp 369 /// getCompactUnwindRegNum - Get the compact unwind number for a given
372 static int getCompactUnwindRegNum(const uint16_t *CURegs, unsigned Reg) {
410 int CUReg = getCompactUnwindRegNum(CURegs, SavedRegs[i]);
484 int CURegNum = getCompactUnwindRegNum(CURegs, Reg);
    [all...]
X86RegisterInfo.cpp 86 /// getCompactUnwindRegNum - This function maps the register to the number for
88 int X86RegisterInfo::getCompactUnwindRegNum(unsigned RegNum, bool isEH) const {
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 763 /// getCompactUnwindRegNum - This function maps the register to the number for
765 virtual int getCompactUnwindRegNum(unsigned, bool) const {
    [all...]

Completed in 121 milliseconds