Searched refs:SST (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/gnu/llvm/clang/utils/TableGen/
H A DRISCVVEmitter.cpp123 SemaSignatureTable &SST,
675 SemaSignatureTable &SST,
677 SST.init(SemaRecords);
684 R.PrototypeIndex = SST.getIndex(SR.Prototype);
685 R.SuffixIndex = SST.getIndex(SR.Suffix);
686 R.OverloadedSuffixIndex = SST.getIndex(SR.OverloadedSuffix);
714 SemaSignatureTable SST; local
719 createRVVIntrinsicRecords(RVVIntrinsicRecords, SST, SemaRecords);
723 SST.print(OS);
674 createRVVIntrinsicRecords(std::vector<RVVIntrinsicRecord> &Out, SemaSignatureTable &SST, ArrayRef<SemaRecord> SemaRecords) argument
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dsumod.h247 # define SST(x) ((x) << 0) macro
H A Drv770d.h250 # define SST(x) ((x) << 0) macro
H A Dcikd.h124 # define SST(x) ((x) << 0) macro
H A Dsid.h296 # define SST(x) ((x) << 0) macro
H A Drv770_dpm.c871 WREG32(CG_SSP, (SSTU(R600_SSTU_DFLT) | SST(R600_SST_DFLT)));
H A Dsumo_dpm.c470 WREG32(CG_SSP, SSTU(u) | SST(p));
H A Dci_dpm.c2006 WREG32_SMC(CG_SSP, (SSTU(R600_SSTU_DFLT) | SST(R600_SST_DFLT)));
H A Dsi_dpm.c3775 WREG32(CG_SSP, (SSTU(R600_SSTU_DFLT) | SST(R600_SST_DFLT)));
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp6277 VPStridedStoreSDNode *SST = cast<VPStridedStoreSDNode>(N); local
6278 SDValue Mask = SST->getMask();
6279 SDValue StVal = SST->getValue();
6299 SST->getChain(), DL, StVal, SST->getBasePtr(), SST->getOffset(),
6300 SST->getStride(), Mask, SST->getVectorLength(), SST->getMemoryVT(),
6301 SST
[all...]
H A DSelectionDAG.cpp792 const VPStridedStoreSDNode *SST = cast<VPStridedStoreSDNode>(N);
793 ID.AddInteger(SST->getMemoryVT().getRawBits());
794 ID.AddInteger(SST->getRawSubclassData());
795 ID.AddInteger(SST->getPointerInfo().getAddrSpace());
8751 auto *SST = cast<VPStridedStoreSDNode>(OrigStore);
8752 assert(SST->getOffset().isUndef() &&
8756 SST->getChain(), SST->getValue(), Base, Offset, SST->getStride(),
8757 SST
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/
H A D20010519-1.f524 & BNDBND, BNDTW, EBST, MBST, BBT, SST, GBEnr, GSBP local in subroutine:NMDIMB
549 & MBST = 57, BBT = 58, SST = 59, GBEnr = 60,
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Dsid.h297 # define SST(x) ((x) << 0) macro
/openbsd-current/sys/dev/pci/drm/amd/pm/legacy-dpm/
H A Damdgpu_si_dpm.c4255 WREG32(CG_SSP, (SSTU(R600_SSTU_DFLT) | SST(R600_SST_DFLT)));

Completed in 607 milliseconds