Home
last modified time | relevance | path

Searched refs:SST (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/test/OpenMP/
H A Dsingle_ast_print.cpp29 struct SST { struct
31 SST() : a(T()) { in SST() argument
46 SST<T> sst; in tmain()
H A Dteams_private_codegen.cpp61 struct SST { struct
63 SST() : a(T()) { in SST() argument
81 SST<T> sst; in tmain()
H A Dsingle_codegen.cpp58 struct SST { struct
60 SST() : a(T()) { in SST() argument
78 SST<double> sst; in main()
H A Dparallel_private_codegen.cpp68 struct SST { struct
70 SST() : a(T()) { in SST() argument
97 SST<T> sst; in tmain()
H A Dparallel_reduction_codegen.cpp56 struct SST { struct
58 SST() : a(T()) { in SST() argument
92 SST<T> sst; in tmain()
H A Dfor_linear_codegen.cpp78 struct SST { struct
80 SST() : a(T()) { in SST() argument
113 SST<T> sst; in tmain()
H A Dparallel_firstprivate_codegen.cpp84 struct SST { struct
86 SST() : a(T()) { in SST() argument
124 SST<T> sst; in tmain()
H A Dfor_lastprivate_codegen.cpp103 struct SST { struct
105 SST() : a(T()) { in SST() argument
175 SST<T> sst; in tmain()
/llvm-project-15.0.7/clang/utils/TableGen/
H A DRISCVVEmitter.cpp114 SemaSignatureTable &SST,
607 SemaSignatureTable &SST, in createRVVIntrinsicRecords() argument
609 SST.init(SemaRecords); in createRVVIntrinsicRecords()
616 R.PrototypeIndex = SST.getIndex(SR.Prototype); in createRVVIntrinsicRecords()
617 R.SuffixIndex = SST.getIndex(SR.Suffix); in createRVVIntrinsicRecords()
618 R.OverloadedSuffixIndex = SST.getIndex(SR.OverloadedSuffix); in createRVVIntrinsicRecords()
642 SemaSignatureTable SST; in createSema() local
647 createRVVIntrinsicRecords(RVVIntrinsicRecords, SST, SemaRecords); in createSema()
651 SST.print(OS); in createSema()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp750 ID.AddInteger(SST->getMemoryVT().getRawBits()); in AddNodeIDCustom()
751 ID.AddInteger(SST->getRawSubclassData()); in AddNodeIDCustom()
752 ID.AddInteger(SST->getPointerInfo().getAddrSpace()); in AddNodeIDCustom()
8500 auto *SST = cast<VPStridedStoreSDNode>(OrigStore); in getIndexedStridedStoreVP() local
8501 assert(SST->getOffset().isUndef() && in getIndexedStridedStoreVP()
8505 SST->getChain(), SST->getValue(), Base, Offset, SST->getStride(), in getIndexedStridedStoreVP()
8506 SST->getMask(), SST->getVectorLength()}; in getIndexedStridedStoreVP()
8509 ID.AddInteger(SST->getMemoryVT().getRawBits()); in getIndexedStridedStoreVP()
8510 ID.AddInteger(SST->getRawSubclassData()); in getIndexedStridedStoreVP()
8511 ID.AddInteger(SST->getPointerInfo().getAddrSpace()); in getIndexedStridedStoreVP()
[all …]