Searched refs:UIs (Results 1 – 5 of 5) sorted by relevance
553 auto UIs = MRI->use_instructions(MI->defs().begin()->getReg()); in checkForProfitableCmovCandidates() local554 if (!UIs.empty() && ++UIs.begin() == UIs.end()) { in checkForProfitableCmovCandidates()555 unsigned Op = UIs.begin()->getOpcode(); in checkForProfitableCmovCandidates()
805 auto UIs = MRI->use_instructions(ResVReg); in selectAddrSpaceCast() local806 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()
1286 InstrSet UIs; in selectCandidates() local1291 UIs.insert(I->getParent()); in selectCandidates()1292 unsigned C = UIs.size(); in selectCandidates()
7676 intervals and call ui_loop_hook so that other UIs can7686 the command line from other UIs.8768 memory_changed_hook to inform UIs that the user has changed
3254 (gdbarch_update_p): Notify UIs when architecture changes.