Home
last modified time | relevance | path

Searched refs:UpdateFlags (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp913 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/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h290 void handleMove(MachineInstr &MI, bool UpdateFlags = false);
301 bool UpdateFlags = false);
/external/llvm-project/llvm/lib/CodeGen/
DLiveIntervals.cpp967 bool UpdateFlags; member in LiveIntervals::HMEditor
972 SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags) in HMEditor() argument
974 UpdateFlags(UpdateFlags) {} in HMEditor()
981 if (UpdateFlags && !MRI.isReservedRegUnit(Unit)) in getRegUnitLI()
1487 void LiveIntervals::handleMove(MachineInstr &MI, bool UpdateFlags) { in handleMove() argument
1499 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMove()
1504 bool UpdateFlags) { in handleMoveIntoNewBundle() argument
1522 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMoveIntoNewBundle()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveIntervals.cpp962 bool UpdateFlags; member in LiveIntervals::HMEditor
967 SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags) in HMEditor() argument
969 UpdateFlags(UpdateFlags) {} in HMEditor()
976 if (UpdateFlags && !MRI.isReservedRegUnit(Unit)) in getRegUnitLI()
1467 void LiveIntervals::handleMove(MachineInstr &MI, bool UpdateFlags) { in handleMove() argument
1479 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMove()
1485 bool UpdateFlags) { in handleMoveIntoBundle() argument
1488 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMoveIntoBundle()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveIntervals.h311 void handleMove(MachineInstr &MI, bool UpdateFlags = false);
322 bool UpdateFlags = false);
/external/llvm-project/llvm/include/llvm/CodeGen/
DLiveIntervals.h312 void handleMove(MachineInstr &MI, bool UpdateFlags = false);
323 bool UpdateFlags = false);
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_sync.h94 void UpdateFlags(u32 flagz) { in UpdateFlags() function
Dtsan_rtl_mutex.cpp146 s->UpdateFlags(flagz); in MutexPreLock()
168 s->UpdateFlags(flagz); in MutexPostLock()
260 s->UpdateFlags(flagz); in MutexPreReadLock()
274 s->UpdateFlags(flagz); in MutexPostReadLock()