Searched refs:STN (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/ubsan/ |
| H A D | ubsan_type_hash.h | 29 DynamicTypeInfo(const char *MDTN, sptr Offset, const char *STN) in DynamicTypeInfo() argument 30 : MostDerivedTypeName(MDTN), Offset(Offset), SubobjectTypeName(STN) {} in DynamicTypeInfo()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCSymbolXCOFF.h | 58 void setSymbolTableName(StringRef STN) { SymbolTableName = STN; } in setSymbolTableName() argument
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedTSV110.td | 447 def : InstRW<[TSV110Wr_1cyc_1LdSt], (instregex "^STN?P(W|X)i$")>; 517 def : InstRW<[TSV110Wr_2cyc_2LdSt], (instregex "^STN?P[SDQ]i")>;
|
| H A D | AArch64SchedAmpere1.td | 847 def : InstRW<[Ampere1Write_3cyc_2S_2Z], (instregex "^STN?PQ")>; 849 def : InstRW<[Ampere1Write_3cyc_1S_2Z], (instregex "^STN?P[SD]")>;
|
| H A D | AArch64SchedExynosM4.td | 722 def : InstRW<[WriteVST], (instregex "^STN?P[SD]i")>; 723 def : InstRW<[M4WriteVSTJ], (instregex "^STN?PQi")>;
|
| H A D | AArch64SchedExynosM5.td | 770 def : InstRW<[WriteVST], (instregex "^STN?P[SD]i")>; 771 def : InstRW<[M5WriteVSTH], (instregex "^STN?PQi")>;
|
| H A D | AArch64SchedExynosM3.td | 601 def : InstRW<[WriteVST], (instregex "^STN?P[DSQ]i")>;
|
| H A D | AArch64SchedNeoverseN2.td | 908 def : InstRW<[N2Write_2cyc_1L01_1V], (instregex "^STN?P[SD]i$")>;
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 881 StoreSDNode *STN = cast<StoreSDNode>(*Use); in allUsesTruncate() local 882 unsigned MemVTSize = STN->getMemoryVT().getSizeInBits(); in allUsesTruncate() 4466 StoreSDNode *STN = dyn_cast<StoreSDNode>(N); in isOffsetMultipleOf() local 4471 else if (STN) in isOffsetMultipleOf() 4472 AddrOp = STN->getOperand(2); in isOffsetMultipleOf()
|