Searched refs:OpenRanges (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveDebugValues.cpp | 241 void insertTransferDebugPair(MachineInstr &MI, OpenRangesSet &OpenRanges, 245 void transferDebugValue(const MachineInstr &MI, OpenRangesSet &OpenRanges, 247 void transferSpillInst(MachineInstr &MI, OpenRangesSet &OpenRanges, 249 void transferRegisterCopy(MachineInstr &MI, OpenRangesSet &OpenRanges, 251 void transferRegisterDef(MachineInstr &MI, OpenRangesSet &OpenRanges, 253 bool transferTerminatorInst(MachineInstr &MI, OpenRangesSet &OpenRanges, 255 bool process(MachineInstr &MI, OpenRangesSet &OpenRanges, 357 OpenRangesSet &OpenRanges, in transferDebugValue() argument 369 OpenRanges.erase(V); in transferDebugValue() 376 OpenRanges.insert(ID, VL.Var); in transferDebugValue() [all …]
|
/external/llvm/lib/CodeGen/ |
D | LiveDebugValues.cpp | 194 void transferDebugValue(const MachineInstr &MI, OpenRangesSet &OpenRanges, 196 void transferRegisterDef(MachineInstr &MI, OpenRangesSet &OpenRanges, 198 bool transferTerminatorInst(MachineInstr &MI, OpenRangesSet &OpenRanges, 200 bool transfer(MachineInstr &MI, OpenRangesSet &OpenRanges, 280 OpenRangesSet &OpenRanges, in transferDebugValue() argument 292 OpenRanges.erase(V); in transferDebugValue() 299 OpenRanges.insert(ID, VL.Var); in transferDebugValue() 305 OpenRangesSet &OpenRanges, in transferRegisterDef() argument 316 for (unsigned ID : OpenRanges.getVarLocs()) in transferRegisterDef() 324 for (unsigned ID : OpenRanges.getVarLocs()) { in transferRegisterDef() [all …]
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 831 SmallVector<DebugLocEntry::Value, 4> OpenRanges; in buildLocationList() local 841 OpenRanges.clear(); in buildLocationList() 847 auto Last = std::remove_if(OpenRanges.begin(), OpenRanges.end(), in buildLocationList() 851 OpenRanges.erase(Last, OpenRanges.end()); in buildLocationList() 874 OpenRanges.push_back(Value); in buildLocationList() 885 if (OpenRanges.size()) in buildLocationList() 886 Loc.addValues(OpenRanges); in buildLocationList()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 1054 SmallVector<DebugLocEntry::Value, 4> OpenRanges; in buildLocationList() local 1064 OpenRanges.clear(); in buildLocationList() 1070 auto Last = remove_if(OpenRanges, [&](DebugLocEntry::Value R) { in buildLocationList() 1073 OpenRanges.erase(Last, OpenRanges.end()); in buildLocationList() 1096 OpenRanges.push_back(Value); in buildLocationList() 1107 if (OpenRanges.size()) in buildLocationList() 1108 Loc.addValues(OpenRanges); in buildLocationList()
|