Searched refs:LDVImpl (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 107 class LDVImpl; 201 void mapVirtRegs(LDVImpl *LDV); 280 class LDVImpl { class 323 LDVImpl(LiveDebugVariables *ps) : pass(*ps) {} in LDVImpl() function in __anon008224d20311::LDVImpl 371 void LDVImpl::print(raw_ostream &OS) { in print() 405 void UserValue::mapVirtRegs(LDVImpl *LDV) { in mapVirtRegs() 412 UserValue *LDVImpl::getUserValue(const MDNode *Var, unsigned Offset, in getUserValue() 429 void LDVImpl::mapVirtReg(unsigned VirtReg, UserValue *EC) { in mapVirtReg() 435 UserValue *LDVImpl::lookupVirtReg(unsigned VirtReg) { in lookupVirtReg() 441 bool LDVImpl::handleDebugValue(MachineInstr *MI, SlotIndex Idx) { in handleDebugValue() [all …]
|
/external/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 110 class LDVImpl; 211 void mapVirtRegs(LDVImpl *LDV); 281 class LDVImpl { class 330 LDVImpl(LiveDebugVariables *ps) in LDVImpl() function in __anonb2ee42a60311::LDVImpl 419 void LDVImpl::print(raw_ostream &OS) { in print() 453 void UserValue::mapVirtRegs(LDVImpl *LDV) { in mapVirtRegs() 460 UserValue *LDVImpl::getUserValue(const MDNode *Var, const MDNode *Expr, in getUserValue() 479 void LDVImpl::mapVirtReg(unsigned VirtReg, UserValue *EC) { in mapVirtReg() 485 UserValue *LDVImpl::lookupVirtReg(unsigned VirtReg) { in lookupVirtReg() 491 bool LDVImpl::handleDebugValue(MachineInstr &MI, SlotIndex Idx) { in handleDebugValue() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 140 class LDVImpl; 260 void mapVirtRegs(LDVImpl *LDV); 331 class LDVImpl { class 379 LDVImpl(LiveDebugVariables *ps) : pass(*ps) {} in LDVImpl() function in __anon4052aede0211::LDVImpl 470 void LDVImpl::print(raw_ostream &OS) { in print() 477 void UserValue::mapVirtRegs(LDVImpl *LDV) { in mapVirtRegs() 484 UserValue *LDVImpl::getUserValue(const DILocalVariable *Var, in getUserValue() 502 void LDVImpl::mapVirtReg(unsigned VirtReg, UserValue *EC) { in mapVirtReg() 508 UserValue *LDVImpl::lookupVirtReg(unsigned VirtReg) { in lookupVirtReg() 514 bool LDVImpl::handleDebugValue(MachineInstr &MI, SlotIndex Idx) { in handleDebugValue() [all …]
|