Home
last modified time | relevance | path

Searched refs:DBS (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp56 StringMap<ExecutorAddr> DBS; in defaultBootstrapSymbols() local
57 rt_bootstrap::addTo(DBS); in defaultBootstrapSymbols()
58 return DBS; in defaultBootstrapSymbols()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dhw.c157 config->num_peers = TARGET_NUM_PEERS(ab, DBS); in ath11k_init_wmi_config_ipq8074()
158 config->num_tids = TARGET_NUM_TIDS(ab, DBS); in ath11k_init_wmi_config_ipq8074()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZScheduleZ17.td1504 def : InstRW<[WLat3, WLat3, VecXsPm, NormalGr], (instregex "VFC(E|H|HE)DBS$")>;
1505 def : InstRW<[WLat3, WLat3, VecXsPm, NormalGr], (instregex "VFK(E|H|HE)DBS$")>;
1507 (instregex "WF(C|K)(E|H|HE)DBS$")>;
H A DSystemZScheduleZ15.td1475 def : InstRW<[WLat3, WLat3, VecXsPm, NormalGr], (instregex "VFC(E|H|HE)DBS$")>;
1476 def : InstRW<[WLat3, WLat3, VecXsPm, NormalGr], (instregex "VFK(E|H|HE)DBS$")>;
1478 (instregex "WF(C|K)(E|H|HE)DBS$")>;
H A DSystemZScheduleZ14.td1432 def : InstRW<[WLat3, WLat3, VecXsPm, NormalGr], (instregex "VFC(E|H|HE)DBS$")>;
1433 def : InstRW<[WLat3, WLat3, VecXsPm, NormalGr], (instregex "VFK(E|H|HE)DBS$")>;
1435 (instregex "WF(C|K)(E|H|HE)DBS$")>;
H A DSystemZScheduleZ16.td1483 def : InstRW<[WLat3, WLat3, VecXsPm, NormalGr], (instregex "VFC(E|H|HE)DBS$")>;
1484 def : InstRW<[WLat3, WLat3, VecXsPm, NormalGr], (instregex "VFK(E|H|HE)DBS$")>;
1486 (instregex "WF(C|K)(E|H|HE)DBS$")>;
H A DSystemZScheduleZ13.td1370 def : InstRW<[WLat3, WLat3, VecXsPm, NormalGr], (instregex "VFC(E|H|HE)DBS$")>;
1371 def : InstRW<[WLat3, WLat3, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)DBS$")>;
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.c651 return TARGET_NUM_STATIONS(ab, DBS); in ath12k_core_get_max_station_per_radio()