Home
last modified time | relevance | path

Searched refs:UIs (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86CmovConversion.cpp553 auto UIs = MRI->use_instructions(MI->defs().begin()->getReg()); in checkForProfitableCmovCandidates() local
554 if (!UIs.empty() && ++UIs.begin() == UIs.end()) { in checkForProfitableCmovCandidates()
555 unsigned Op = UIs.begin()->getOpcode(); in checkForProfitableCmovCandidates()
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp1286 InstrSet UIs; in selectCandidates() local
1291 UIs.insert(I->getParent()); in selectCandidates()
1292 unsigned C = UIs.size(); in selectCandidates()
/openbsd/src/gnu/usr.bin/binutils/gdb/
DChangeLog-19997676 intervals and call ui_loop_hook so that other UIs can
7686 the command line from other UIs.
8768 memory_changed_hook to inform UIs that the user has changed
DChangeLog-20013254 (gdbarch_update_p): Notify UIs when architecture changes.