Searched refs:SST (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | single_ast_print.cpp | 29 struct SST { struct 31 SST() : a(T()) { in SST() argument 46 SST<T> sst; in tmain()
|
| H A D | teams_private_codegen.cpp | 61 struct SST { struct 63 SST() : a(T()) { in SST() argument 81 SST<T> sst; in tmain()
|
| H A D | single_codegen.cpp | 58 struct SST { struct 60 SST() : a(T()) { in SST() argument 78 SST<double> sst; in main()
|
| H A D | parallel_private_codegen.cpp | 68 struct SST { struct 70 SST() : a(T()) { in SST() argument 97 SST<T> sst; in tmain()
|
| H A D | parallel_reduction_codegen.cpp | 56 struct SST { struct 58 SST() : a(T()) { in SST() argument 92 SST<T> sst; in tmain()
|
| H A D | for_linear_codegen.cpp | 78 struct SST { struct 80 SST() : a(T()) { in SST() argument 113 SST<T> sst; in tmain()
|
| H A D | parallel_firstprivate_codegen.cpp | 84 struct SST { struct 86 SST() : a(T()) { in SST() argument 124 SST<T> sst; in tmain()
|
| H A D | for_lastprivate_codegen.cpp | 103 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 D | RISCVVEmitter.cpp | 114 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 D | SelectionDAG.cpp | 750 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 …]
|