| /freebsd/tests/sys/net/routing/ |
| H A D | test_rtsock_multipath.py | 27 "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 D | agp_sis.c | 194 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 D | TargetParser.cpp | 416 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 D | BuiltinsAMDGPU.def | 190 // 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 D | SIInstrFormats.td | 157 field bit GWS = 0; 255 let TSFlags{62} = GWS;
|
| H A D | DSInstructions.td | 15 let GWS = 0; 64 let GWS = ps.GWS; 408 let GWS = 1;
|
| H A D | GCNSubtarget.h | 740 // 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 D | SIInstrInfo.h | 590 return MI.getDesc().TSFlags & SIInstrFlags::GWS; in isGWS() 594 return get(Opcode).TSFlags & SIInstrFlags::GWS; in isGWS()
|
| H A D | SIDefines.h | 176 GWS = UINT64_C(1) << 62, enumerator
|
| H A D | AMDGPU.td | 1295 def FeatureGWS : SubtargetFeature<"gws",
|
| H A D | AMDGPUInstructionSelector.cpp | 1848 llvm_unreachable("not a gws intrinsic"); in gwsIntrinToOpcode() 1952 // TODO: Should this try to look through readfirstlane like GWS? in selectDSAppendConsume()
|
| H A D | AMDGPUISelDAGToDAG.cpp | 2730 llvm_unreachable("not a gws intrinsic"); in gwsIntrinToOpcode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/ |
| H A D | AMDGPUCustomBehaviour.cpp | 327 return MCID.TSFlags & SIInstrFlags::GWS; in isGWS()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | AMDGPU.cpp | 269 for (auto F : {"image-insts", "gws", "vmem-to-lds-load-insts"}) in AMDGPUTargetInfo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAMDGPU.td | 2420 // 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 D | SPIRVInstrInfo.td | 760 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 D | route_ctl.c | 249 * Currently (2020-09) IPv6 gws in kernel have their in match_nhop_gw()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 5227 if (TSFlags & SIInstrFlags::GWS) in validateDS() 5229 // Only validate GDS for non-GWS instructions. in validateDS()
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | funstack.in | 23859 @Article{Denning:1978:GWS, 23872 …GWS) keeps as its resident set those segments whose retention costs do not exceed their retrieval …
|