Searched refs:mapVirtReg (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 335 void mapVirtReg(unsigned VirtReg, UserValue *EC); 409 LDV->mapVirtReg(locations[i].getReg(), this); in mapVirtRegs() 429 void LDVImpl::mapVirtReg(unsigned VirtReg, UserValue *EC) { in mapVirtReg() function in LDVImpl 723 mapVirtReg(NewReg, UV); in renameRegister() 866 mapVirtReg(NewRegs[i]->reg, UV); in splitRegister()
|
/external/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 349 void mapVirtReg(unsigned VirtReg, UserValue *EC); 457 LDV->mapVirtReg(locations[i].getReg(), this); in mapVirtRegs() 479 void LDVImpl::mapVirtReg(unsigned VirtReg, UserValue *EC) { in mapVirtReg() function in LDVImpl 904 mapVirtReg(NewRegs[i], UV); in splitRegister()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 397 void mapVirtReg(unsigned VirtReg, UserValue *EC); 481 LDV->mapVirtReg(locations[i].getReg(), this); in mapVirtRegs() 502 void LDVImpl::mapVirtReg(unsigned VirtReg, UserValue *EC) { in mapVirtReg() function in LDVImpl 1033 mapVirtReg(NewRegs[i], UV); in splitRegister()
|