Searched refs:STN (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| HD | 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()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/ |
| HD | MCSymbolXCOFF.h | 63 void setSymbolTableName(StringRef STN) { in setSymbolTableName() argument 64 SymbolTableName = STN; in setSymbolTableName()
|
| HD | MCSectionXCOFF.h | 123 void setSymbolTableName(StringRef STN) { SymbolTableName = STN; } in setSymbolTableName() argument
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64SchedTSV110.td | 471 def : InstRW<[TSV110Wr_1cyc_1LdSt], (instregex "^STN?P(W|X)i$")>; 541 def : InstRW<[TSV110Wr_2cyc_2LdSt], (instregex "^STN?P[SDQ]i")>;
|
| HD | AArch64SchedAmpere1B.td | 813 def : InstRW<[Ampere1BWrite_3cyc_2S_2Z], (instregex "^STN?PQ")>; 815 def : InstRW<[Ampere1BWrite_3cyc_2S_2Z], (instregex "^STN?P[SD]")>;
|
| HD | AArch64SchedAmpere1.td | 847 def : InstRW<[Ampere1Write_3cyc_2S_2Z], (instregex "^STN?PQ")>; 849 def : InstRW<[Ampere1Write_3cyc_1S_2Z], (instregex "^STN?P[SD]")>;
|
| HD | AArch64SchedExynosM4.td | 720 def : InstRW<[WriteVST], (instregex "^STN?P[SD]i")>; 721 def : InstRW<[M4WriteVSTJ], (instregex "^STN?PQi")>;
|
| HD | AArch64SchedExynosM5.td | 768 def : InstRW<[WriteVST], (instregex "^STN?P[SD]i")>; 769 def : InstRW<[M5WriteVSTH], (instregex "^STN?PQi")>;
|
| HD | AArch64SchedExynosM3.td | 601 def : InstRW<[WriteVST], (instregex "^STN?P[DSQ]i")>;
|
| HD | AArch64SchedNeoverseV1.td | 798 def : InstRW<[V1Write_2c_1L01_1V01], (instregex "^STN?P[SDQ]i$")>;
|
| HD | AArch64SchedNeoverseN2.td | 930 def : InstRW<[N2Write_2cyc_1L01_1V], (instregex "^STN?P[SD]i$")>;
|
| HD | AArch64SchedNeoverseV2.td | 1424 def : InstRW<[V2Write_2cyc_1L01_1V01], (instregex "^STN?P[SD]i$")>;
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| HD | PPCISelDAGToDAG.cpp | 972 StoreSDNode *STN = cast<StoreSDNode>(*Use); in allUsesTruncate() local 973 unsigned MemVTSize = STN->getMemoryVT().getSizeInBits(); in allUsesTruncate() 4637 StoreSDNode *STN = dyn_cast<StoreSDNode>(N); in isOffsetMultipleOf() local 4642 else if (STN) in isOffsetMultipleOf() 4643 AddrOp = STN->getOperand(2); in isOffsetMultipleOf()
|