/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/llvm/include/llvm/CodeGen/ |
D | LiveIntervalAnalysis.h | 290 void handleMove(MachineInstr &MI, bool UpdateFlags = false); 301 bool UpdateFlags = false);
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | LiveIntervals.cpp | 967 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/ |
D | LiveIntervals.cpp | 962 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/ |
D | LiveIntervals.h | 311 void handleMove(MachineInstr &MI, bool UpdateFlags = false); 322 bool UpdateFlags = false);
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | LiveIntervals.h | 312 void handleMove(MachineInstr &MI, bool UpdateFlags = false); 323 bool UpdateFlags = false);
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_sync.h | 94 void UpdateFlags(u32 flagz) { in UpdateFlags() function
|
D | tsan_rtl_mutex.cpp | 146 s->UpdateFlags(flagz); in MutexPreLock() 168 s->UpdateFlags(flagz); in MutexPostLock() 260 s->UpdateFlags(flagz); in MutexPreReadLock() 274 s->UpdateFlags(flagz); in MutexPostReadLock()
|