Searched refs:UpdateFlags (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/ui/events/ozone/evdev/ |
D | event_modifiers.cc | 48 UpdateFlags(modifier); in UpdateModifier() 59 UpdateFlags(modifier); in UpdateModifierLock() 62 void EventModifiersEvdev::UpdateFlags(unsigned int modifier) { in UpdateFlags() function in ui::EventModifiersEvdev
|
D | event_modifiers.h | 67 void UpdateFlags(unsigned int modifier);
|
/external/llvm/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 715 bool UpdateFlags; member in LiveIntervals::HMEditor 720 SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags) in HMEditor() argument 722 UpdateFlags(UpdateFlags) {} in HMEditor() 729 if (UpdateFlags) in getRegUnitLI() 1025 void LiveIntervals::handleMove(MachineInstr* MI, bool UpdateFlags) { in handleMove() argument 1034 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMove() 1040 bool UpdateFlags) { in handleMoveIntoBundle() argument 1043 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMoveIntoBundle()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveIntervalAnalysis.h | 271 void handleMove(MachineInstr* MI, bool UpdateFlags = false); 282 bool UpdateFlags = false);
|