Searched refs:reassociate (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h44 namespace reassociate { namespace in namespace:llvm
68 } // end namespace reassociate
105 SmallVectorImpl<reassociate::ValueEntry> &Ops);
107 SmallVectorImpl<reassociate::ValueEntry> &Ops);
109 SmallVectorImpl<reassociate::ValueEntry> &Ops);
111 SmallVectorImpl<reassociate::ValueEntry> &Ops);
112 bool CombineXorOpnd(Instruction *I, reassociate::XorOpnd *Opnd1,
114 bool CombineXorOpnd(Instruction *I, reassociate::XorOpnd *Opnd1,
115 reassociate::XorOpnd *Opnd2, APInt &ConstOpnd,
118 SmallVectorImpl<reassociate
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devport.c50 * necessary when large fd's come in. reassociate() takes care of maintaining
233 reassociate(struct evport_data *epdp, struct fd_info *fdip, int fd) function
284 * Before doing anything else, we need to reassociate the events we hit
298 reassociate(epdp, fdi, fd);
388 return reassociate(evpd, fdi, fd);
419 return (reassociate(evpd, fdi, fd));
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c219 wpa_s->reassociate = 1;
1121 wpa_s->reassociate = 1;
3060 wpa_s->reassociate = 0;
3093 wpa_s->reassociate = 1;
3507 * Try to reassociate since there is no current configuration and a new
3511 wpa_s->reassociate = 1;
3620 if (wpa_s->reassociate && !wpa_s->disconnected &&
3765 wpa_s->reassociate = 1;
6853 wpa_s->reassociate = 1;
6861 wpa_s->reassociate
[all...]
H A Dwps_supplicant.c101 wpa_s->reassociate = 1;
135 wpa_s->reassociate = 1;
1135 wpa_s->reassociate = 1;
2415 wpa_s->reassociate = 1;
H A Devents.c1558 "Considering connect request: reassociate: %d selected: "
1561 wpa_s->reassociate, MAC2STR(selected->bssid),
1571 if (wpa_s->reassociate ||
1666 if (wpa_s->reassociate)
1667 return 1; /* explicit request to reassociate */
3097 wpa_s->reassociate = 0;
H A Dwpa_supplicant_i.h528 int reassociate; /* reassociation requested */ member in struct:wpa_supplicant
531 int disconnected; /* all connections disabled; i.e., do no reassociate
H A Dwnm_sta.c1107 wpa_s->reassociate = 1;
H A Dsme.c275 wpa_s->reassociate = 0;
H A Ddpp_supplicant.c152 wpa_s->reassociate = 1;
H A Dp2p_supplicant.c866 wpa_s->reassociate = 0;
1966 wpa_s->reassociate = 1;
9254 wpa_s->reassociate = 1;
H A Dctrl_iface.c222 wpa_s->reassociate = 1;
3081 wpa_s->reassociate = 0;
5296 wpa_s->reassociate = 1;
H A Dinterworking.c85 wpa_s->reassociate = 1;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp65 using namespace reassociate;
68 #define DEBUG_TYPE "reassociate"
96 class llvm::reassociate::XorOpnd {
201 // we can reassociate expressions for code motion! Since we do not recurse
864 // be zapped by reassociate later, so we don't need much finesse here.
1523 // reassociate this to A*(A+B*C)+D, which reduces the number of multiplies.
1819 // The reassociate transformation for FP operations is performed only
2106 // Do not reassociate boolean (i1) expressions. We want to preserve the
2131 // reassociate further.
2157 // reassociate furthe
[all...]

Completed in 212 milliseconds