Searched refs:UpdateFlags (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 913 bool UpdateFlags; member in LiveIntervals::HMEditor 918 SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags) in HMEditor() argument 920 UpdateFlags(UpdateFlags) {} in HMEditor() 927 if (UpdateFlags) in getRegUnitLI() 1368 void LiveIntervals::handleMove(MachineInstr &MI, bool UpdateFlags) { in handleMove() argument 1377 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMove() 1383 bool UpdateFlags) { in handleMoveIntoBundle() argument 1386 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMoveIntoBundle()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveIntervals.cpp | 953 bool UpdateFlags; member in LiveIntervals::HMEditor 958 SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags) in HMEditor() argument 960 UpdateFlags(UpdateFlags) {} in HMEditor() 967 if (UpdateFlags && !MRI.isReservedRegUnit(Unit)) in getRegUnitLI() 1444 void LiveIntervals::handleMove(MachineInstr &MI, bool UpdateFlags) { in handleMove() argument 1453 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMove() 1459 bool UpdateFlags) { in handleMoveIntoBundle() argument 1462 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMoveIntoBundle()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveIntervalAnalysis.h | 290 void handleMove(MachineInstr &MI, bool UpdateFlags = false); 301 bool UpdateFlags = false);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | LiveIntervals.h | 311 void handleMove(MachineInstr &MI, bool UpdateFlags = false); 322 bool UpdateFlags = false);
|