Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp557 auto UIs = MRI->use_instructions(MI->defs().begin()->getReg()); in checkForProfitableCmovCandidates() local
558 if (!UIs.empty() && ++UIs.begin() == UIs.end()) { in checkForProfitableCmovCandidates()
559 unsigned Op = UIs.begin()->getOpcode(); in checkForProfitableCmovCandidates()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp1078 auto UIs = MRI->use_instructions(ResVReg); in selectAddrSpaceCast() local
1079 if (!UIs.empty() && ++UIs.begin() == UIs.end() && in selectAddrSpaceCast()
1080 (UIs.begin()->getOpcode() == SPIRV::OpConstantComposite || in selectAddrSpaceCast()
1081 UIs.begin()->getOpcode() == SPIRV::OpVariable || in selectAddrSpaceCast()
1082 isSpvIntrinsic(*UIs.begin(), Intrinsic::spv_init_global))) { in selectAddrSpaceCast()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/wpa/hostapd/
H A DChangeLog662 UIs can use this command to process a PIN entered by a user and to
/freebsd/contrib/wpa/wpa_supplicant/
H A DChangeLog1178 UIs can use this command to process a PIN entered by a user and to