Home
last modified time | relevance | path

Searched refs:L2SEHRegs (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCRegisterInfo.h149 DenseMap<unsigned, int> L2SEHRegs; // LLVM to SEH regs mapping variable
189 L2SEHRegs[LLVMReg] = SEHReg; in mapLLVMRegToSEHReg()
285 const DenseMap<unsigned, int>::const_iterator I = L2SEHRegs.find(RegNum); in getSEHRegNum()
286 if (I == L2SEHRegs.end()) return (int)RegNum; in getSEHRegNum()
/external/llvm/lib/MC/
DMCRegisterInfo.cpp83 const DenseMap<unsigned, int>::const_iterator I = L2SEHRegs.find(RegNum); in getSEHRegNum()
84 if (I == L2SEHRegs.end()) return (int)RegNum; in getSEHRegNum()
/external/llvm/include/llvm/MC/
DMCRegisterInfo.h184 DenseMap<unsigned, int> L2SEHRegs; // LLVM to SEH regs mapping variable
310 L2SEHRegs[LLVMReg] = SEHReg; in mapLLVMRegToSEHReg()