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 64 /// getCompactUnwindRegNum - This function maps the register to the number for
66 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 88 /// getCompactUnwindRegNum - This function maps the register to the number for
90 int X86RegisterInfo::getCompactUnwindRegNum(unsigned RegNum, bool isEH) const {
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 768 /// getCompactUnwindRegNum - This function maps the register to the number for
770 virtual int getCompactUnwindRegNum(unsigned, bool) const {
    [all...]

Completed in 508 milliseconds