Home
last modified time | relevance | path

Searched refs:STN (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/ubsan/
H A Dubsan_type_hash.h29 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 DMCSymbolXCOFF.h58 void setSymbolTableName(StringRef STN) { SymbolTableName = STN; } in setSymbolTableName() argument
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64SchedTSV110.td447 def : InstRW<[TSV110Wr_1cyc_1LdSt], (instregex "^STN?P(W|X)i$")>;
517 def : InstRW<[TSV110Wr_2cyc_2LdSt], (instregex "^STN?P[SDQ]i")>;
H A DAArch64SchedAmpere1.td847 def : InstRW<[Ampere1Write_3cyc_2S_2Z], (instregex "^STN?PQ")>;
849 def : InstRW<[Ampere1Write_3cyc_1S_2Z], (instregex "^STN?P[SD]")>;
H A DAArch64SchedExynosM4.td722 def : InstRW<[WriteVST], (instregex "^STN?P[SD]i")>;
723 def : InstRW<[M4WriteVSTJ], (instregex "^STN?PQi")>;
H A DAArch64SchedExynosM5.td770 def : InstRW<[WriteVST], (instregex "^STN?P[SD]i")>;
771 def : InstRW<[M5WriteVSTH], (instregex "^STN?PQi")>;
H A DAArch64SchedExynosM3.td601 def : InstRW<[WriteVST], (instregex "^STN?P[DSQ]i")>;
H A DAArch64SchedNeoverseN2.td908 def : InstRW<[N2Write_2cyc_1L01_1V], (instregex "^STN?P[SD]i$")>;
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp881 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()