Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A 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/SPIRV/
H A DSPIRVInstructionSelector.cpp805 auto UIs = MRI->use_instructions(ResVReg); in selectAddrSpaceCast() local
806 if (!UIs.empty() && ++UIs.begin() == UIs.end() && in selectAddrSpaceCast()
807 (UIs.begin()->getOpcode() == SPIRV::OpConstantComposite || in selectAddrSpaceCast()
808 UIs.begin()->getOpcode() == SPIRV::OpVariable || in selectAddrSpaceCast()
809 isSpvIntrinsic(*UIs.begin(), Intrinsic::spv_init_global))) { in selectAddrSpaceCast()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A 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/
H A 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
H A DChangeLog-20013254 (gdbarch_update_p): Notify UIs when architecture changes.