Home
last modified time | relevance | path

Searched refs:L2CVRegs (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCRegisterInfo.cpp116 if (L2CVRegs.empty()) in getCodeViewRegNum()
118 const DenseMap<MCRegister, int>::const_iterator I = L2CVRegs.find(RegNum); in getCodeViewRegNum()
119 if (I == L2CVRegs.end()) in getCodeViewRegNum()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCRegisterInfo.h179 DenseMap<MCRegister, int> L2CVRegs; // LLVM to CV regs mapping variable
425 L2CVRegs[LLVMReg] = CVReg; in mapLLVMRegToCVReg()