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

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 677 int getCompactUnwindRegNum(unsigned Reg) const {
703 int CURegNum = getCompactUnwindRegNum(Reg);
734 int CUReg = getCompactUnwindRegNum(SavedRegs[i]);
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86RegisterInfo.cpp 78 /// getCompactUnwindRegNum - This function maps the register to the number for
80 int X86RegisterInfo::getCompactUnwindRegNum(unsigned RegNum, bool isEH) const {
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetRegisterInfo.h 673 /// getCompactUnwindRegNum - This function maps the register to the number for
675 virtual int getCompactUnwindRegNum(unsigned, bool) const {

Completed in 413 milliseconds