Searched refs:ClobberingInstr (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DbgEntityHistoryCalculator.cpp | 137 const MachineInstr &ClobberingInstr, in clobberRegEntries() argument 140 EntryIndex ClobberIndex = HistMap.startClobber(Var, ClobberingInstr); in clobberRegEntries() 211 const MachineInstr &ClobberingInstr) { in clobberRegisterUses() argument 215 clobberRegEntries(Var, I->first, ClobberingInstr, LiveEntries, HistMap); in clobberRegisterUses() 224 const MachineInstr &ClobberingInstr) { in clobberRegisterUses() argument 228 clobberRegisterUses(RegVars, I, HistMap, LiveEntries, ClobberingInstr); in clobberRegisterUses()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DbgValueHistoryCalculator.cpp | 108 const MachineInstr &ClobberingInstr) { in clobberRegisterUses() argument 112 HistMap.endInstrRange(Var, ClobberingInstr); in clobberRegisterUses() 120 const MachineInstr &ClobberingInstr) { in clobberRegisterUses() argument 124 clobberRegisterUses(RegVars, I, HistMap, ClobberingInstr); in clobberRegisterUses()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DbgEntityHistoryCalculator.cpp | 321 const MachineInstr &ClobberingInstr, in clobberRegEntries() argument 324 EntryIndex ClobberIndex = HistMap.startClobber(Var, ClobberingInstr); in clobberRegEntries() 395 const MachineInstr &ClobberingInstr) { in clobberRegisterUses() argument 399 clobberRegEntries(Var, I->first, ClobberingInstr, LiveEntries, HistMap); in clobberRegisterUses() 408 const MachineInstr &ClobberingInstr) { in clobberRegisterUses() argument 412 clobberRegisterUses(RegVars, I, HistMap, LiveEntries, ClobberingInstr); in clobberRegisterUses()
|