Home
last modified time | relevance | path

Searched full:gws (Results 1 – 19 of 19) sorted by relevance

/freebsd/tests/sys/net/routing/
H A Dtest_rtsock_multipath.py27 "gws",
53 def test_rtm_multipath4(self, gws): argument
55 self._test_rtm_multipath(gws, "192.0.2")
58 "gws",
85 def test_rtm_multipath6(self, gws): argument
87 self._test_rtm_multipath(gws, "2001:db8:")
89 def _test_rtm_multipath(self, gws, gw_prefix: str): argument
91 for gw_act in gws:
135 gws = ["192.0.2.10", "192.0.2.11", "192.0.2.11"]
136 self._test_rtm_multipath_add_same_eexist(gws)
[all …]
/freebsd/sys/dev/agp/
H A Dagp_sis.c194 int gws; in agp_sis_get_aperture() local
197 * The aperture size is equal to 4M<<gws. in agp_sis_get_aperture()
199 gws = (pci_read_config(dev, AGP_SIS_WINCTRL, 1) & 0x70) >> 4; in agp_sis_get_aperture()
200 return (4*1024*1024) << gws; in agp_sis_get_aperture()
206 int gws; in agp_sis_set_aperture() local
217 gws = ffs(aperture / 4*1024*1024) - 1; in agp_sis_set_aperture()
221 | gws << 4), 1); in agp_sis_set_aperture()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTargetParser.cpp416 Features["gws"] = true; in fillAMDGPUFeatureMap()
514 Features["gws"] = true; in fillAMDGPUFeatureMap()
541 Features["gws"] = true; in fillAMDGPUFeatureMap()
566 Features["gws"] = true; in fillAMDGPUFeatureMap()
617 Features["gws"] = true; in fillAMDGPUFeatureMap()
671 Features["gws"] = true; in fillAMDGPUFeatureMap()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsAMDGPU.def190 // GWS builtins.
192 TARGET_BUILTIN(__builtin_amdgcn_ds_gws_init, "vUiUi", "n", "gws")
193 TARGET_BUILTIN(__builtin_amdgcn_ds_gws_barrier, "vUiUi", "n", "gws")
194 TARGET_BUILTIN(__builtin_amdgcn_ds_gws_sema_v, "vUi", "n", "gws")
195 TARGET_BUILTIN(__builtin_amdgcn_ds_gws_sema_br, "vUiUi", "n", "gws")
196 TARGET_BUILTIN(__builtin_amdgcn_ds_gws_sema_p, "vUi", "n", "gws")
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrFormats.td157 field bit GWS = 0;
255 let TSFlags{62} = GWS;
H A DDSInstructions.td15 let GWS = 0;
64 let GWS = ps.GWS;
408 let GWS = 1;
H A DGCNSubtarget.h740 // True if the hardware rewinds and replays GWS operations if a wave is
743 // If this is false, a GWS operation requires testing if a nack set the
H A DSIInstrInfo.h590 return MI.getDesc().TSFlags & SIInstrFlags::GWS; in isGWS()
594 return get(Opcode).TSFlags & SIInstrFlags::GWS; in isGWS()
H A DSIDefines.h176 GWS = UINT64_C(1) << 62, enumerator
H A DAMDGPU.td1295 def FeatureGWS : SubtargetFeature<"gws",
H A DAMDGPUInstructionSelector.cpp1848 llvm_unreachable("not a gws intrinsic"); in gwsIntrinToOpcode()
1952 // TODO: Should this try to look through readfirstlane like GWS? in selectDSAppendConsume()
H A DAMDGPUISelDAGToDAG.cpp2730 llvm_unreachable("not a gws intrinsic"); in gwsIntrinToOpcode()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/
H A DAMDGPUCustomBehaviour.cpp327 return MCID.TSFlags & SIInstrFlags::GWS; in isGWS()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.cpp269 for (auto F : {"image-insts", "gws", "vmem-to-lds-load-insts"}) in AMDGPUTargetInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAMDGPU.td2420 // llvm.amdgcn.ds.gws.init(i32 bar_val, i32 resource_id)
2433 // llvm.amdgcn.ds.gws.barrier(i32 vsrc0, i32 resource_id)
2444 // llvm.amdgcn.ds.gws.sema.v(i32 resource_id)
2453 // llvm.amdgcn.ds.gws.sema.br(i32 vsrc, i32 resource_id)
2462 // llvm.amdgcn.ds.gws.sema.p(i32 resource_id)
2471 // llvm.amdgcn.ds.gws.sema.release.all(i32 resource_id)
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td760 def OpBuildNDRange: Op<304, (outs ID:$res), (ins TYPE:$type, ID:$GWS, ID:$LWS, ID:$GWO),
761 "$res = OpBuildNDRange $type $GWS $LWS $GWO">;
/freebsd/sys/net/route/
H A Droute_ctl.c249 * Currently (2020-09) IPv6 gws in kernel have their in match_nhop_gw()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5227 if (TSFlags & SIInstrFlags::GWS) in validateDS()
5229 // Only validate GDS for non-GWS instructions. in validateDS()
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in23859 @Article{Denning:1978:GWS,
23872GWS) keeps as its resident set those segments whose retention costs do not exceed their retrieval …