/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | PDBFileBuilder.cpp | 146 Expected<uint32_t> SN = allocateNamedStream("/LinkInfo", 0); in finalizeMsfLayout() 147 if (!SN) in finalizeMsfLayout() 148 return SN.takeError(); in finalizeMsfLayout() 167 SN = allocateNamedStream("/names", StringsLen); in finalizeMsfLayout() 168 if (!SN) in finalizeMsfLayout() 169 return SN.takeError(); in finalizeMsfLayout() 207 SN = allocateNamedStream("/src/headerblock", SrcHeaderBlockSize); in finalizeMsfLayout() 208 if (!SN) in finalizeMsfLayout() 209 return SN.takeError(); in finalizeMsfLayout() 211 SN in finalizeMsfLayout() 144 Expected<uint32_t> SN = allocateNamedStream("/LinkInfo", 0); finalizeMsfLayout() local 226 uint32_t SN = 0; getNamedStreamIndex() local 236 uint32_t SN = cantFail(getNamedStreamIndex("/src/headerblock")); commitSrcHeaderBlock() local 260 uint32_t SN = cantFail(getNamedStreamIndex(IS.StreamName)); commitInjectedSources() local [all...] |
H A D | PDBFile.cpp | 237 PDBFile::createIndexedStream(uint16_t SN) const { in createIndexedStream() 238 if (SN == kInvalidStreamIndex) in createIndexedStream() 240 return MappedBlockStream::createIndexedStream(ContainerLayout, *Buffer, SN, in createIndexedStream()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/ |
H A D | CtxInstrProfilingTest.cpp | 198 const auto &SN = *Node.subContexts()[2]; in TEST_F() local 199 EXPECT_EQ(SN.guid(), 2U); in TEST_F() 200 EXPECT_EQ(SN.counters()[0], Entries); in TEST_F() 201 EXPECT_EQ(SN.counters_size(), 3U); in TEST_F() 202 EXPECT_EQ(SN.callsites_size(), 1U); in TEST_F() 203 EXPECT_EQ(SN.subContexts()[0], nullptr); in TEST_F()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | YAMLTraits.cpp | 219 if (ScalarHNode *SN = dyn_cast<ScalarHNode>(CurrentNode)) { in beginSequence() local 220 if (isNull(SN->value())) in beginSequence() 273 if (ScalarHNode *SN = dyn_cast<ScalarHNode>(CurrentNode)) { in matchEnumScalar() local 274 if (SN->value() == Str) { in matchEnumScalar() 312 if (ScalarHNode *SN = dyn_cast<ScalarHNode>(N)) { in bitSetMatch() local 313 if (SN->value() == Str) { in bitSetMatch() 343 if (ScalarHNode *SN = dyn_cast<ScalarHNode>(CurrentNode)) { in scalarString() local 344 S = SN->value(); in scalarString() 405 ScalarNode *SN = dyn_cast<ScalarNode>(N); in createHNodes() local 406 StringRef KeyStr = SN->getValue(StringStorage); in createHNodes() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonOptAddrMode.cpp | 104 bool isSafeToExtLR(NodeAddr<StmtNode *> SN, MachineInstr *MI, 106 void getAllRealUses(NodeAddr<StmtNode *> SN, NodeList &UNodeList); 288 bool HexagonOptAddrMode::isSafeToExtLR(NodeAddr<StmtNode *> SN, in isSafeToExtLR() argument 295 for (NodeAddr<UseNode *> UA : SN.Addr->members_if(DFG->IsUse, *DFG)) { in isSafeToExtLR() 425 NodeAddr<StmtNode *> SN = UN.Addr->getOwner(*DFG); in processAddUses() local 426 MachineInstr *MI = SN.Addr->getCode(); in processAddUses() 520 NodeAddr<StmtNode *> SN = UN.Addr->getOwner(*DFG); in analyzeUses() local 521 MachineInstr &MI = *SN.Addr->getCode(); in analyzeUses() 534 getAllRealUses(SN, AddaslUseList); in analyzeUses() 536 if (allValidCandidates(SN, AddaslUseList) && in analyzeUses() [all …]
|
H A D | HexagonISelLowering.cpp | 3142 StoreSDNode *SN = cast<StoreSDNode>(Op.getNode()); in LowerStore() local 3143 SDValue Val = SN->getValue(); in LowerStore() 3149 SDValue NS = DAG.getTruncStore(SN->getChain(), dl, TR, SN->getBasePtr(), in LowerStore() 3150 MVT::i8, SN->getMemOperand()); in LowerStore() 3151 if (SN->isIndexed()) { in LowerStore() 3152 NS = DAG.getIndexedStore(NS, dl, SN->getBasePtr(), SN->getOffset(), in LowerStore() 3153 SN->getAddressingMode()); in LowerStore() 3155 SN in LowerStore() [all...] |
H A D | HexagonISelDAGToDAGHVX.cpp | 2599 auto *SN = cast<ShuffleVectorSDNode>(N); in selectShuffle() 2600 std::vector<int> Mask(SN->getMask().begin(), SN->getMask().end()); in selectShuffle() 2632 ISel.ReplaceNode(N, ISel.selectUndef(SDLoc(SN), ResTy).getNode()); in selectShuffle() 2640 ResultStack Results(SN); in selectShuffle() 2668 SN->dumpr(&DAG); in selectShuffle() 2602 auto *SN = cast<ShuffleVectorSDNode>(N); selectShuffle() local
|
H A D | HexagonISelDAGToDAG.cpp | 1251 ConstantSDNode *SN = dyn_cast<ConstantSDNode>(S.getOperand(1).getNode()); in ppAddrRewriteAndSrl() local 1252 if (SN == nullptr) in ppAddrRewriteAndSrl() 1254 if (SN->getAPIntValue().getBitWidth() != 32) in ppAddrRewriteAndSrl() 1256 uint32_t CV = SN->getZExtValue(); in ppAddrRewriteAndSrl()
|
H A D | HexagonConstPropagation.cpp | 953 unsigned SN = SB->getNumber(); in propagate() 954 if (!EdgeExec.count(CFGEdge(BN, SN))) in propagate()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | StreamUtil.cpp | 84 uint16_t SN = IMD.Descriptor.getModuleStreamIndex(); in discoverStreamPurposes() 85 if (SN != kInvalidStreamIndex) in discoverStreamPurposes() local 86 ModStreams[SN] = IMD; in discoverStreamPurposes()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DDG.h | 358 auto *SN = new SimpleDDGNode(I); in createFineGrainedNode() local 359 assert(SN && "Failed to allocate memory for simple DDG node."); in createFineGrainedNode() 360 Graph.addNode(*SN); in createFineGrainedNode() 361 return *SN; in createFineGrainedNode()
|
/freebsd/crypto/openssl/test/certs/ |
H A D | badalt5-key.pem | 25 +SN+cG5tLH7HjbI9C4XBYVbxXHIvg/nSzFRxBbC2ZFetJ27xvweM1J/Clk7d1Lvq
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GraphWriter.h | 120 GraphWriter(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) { in GraphWriter() argument 121 DTraits = DOTTraits(SN); in GraphWriter()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | PDBFile.h | 86 createIndexedStream(uint16_t SN) const;
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | BuildTree.cpp | 1707 auto *SN = Mapping.find(N); in markChild() local 1708 assert(SN != nullptr); in markChild() 1709 setRole(SN, R); in markChild() 1712 auto *SN = Mapping.find(NNSLoc); in markChild() local 1713 assert(SN != nullptr); in markChild() 1714 setRole(SN, R); in markChild()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 7042 auto *SN = cast<StoreSDNode>(N); in combineSTORE() local 7044 EVT MemVT = SN->getMemoryVT(); in combineSTORE() 7049 if (MemVT.isInteger() && SN->isTruncatingStore()) { in combineSTORE() 7051 combineTruncateExtract(SDLoc(N), MemVT, SN->getValue(), DCI)) { in combineSTORE() 7055 return DAG.getTruncStore(SN->getChain(), SDLoc(SN), Value, in combineSTORE() 7056 SN->getBasePtr(), SN->getMemoryVT(), in combineSTORE() 7057 SN->getMemOperand()); in combineSTORE() 7061 if (!SN->isTruncatingStore() && in combineSTORE() 7077 Ops, MemVT, SN->getMemOperand()); in combineSTORE() 7080 if (!SN->isTruncatingStore() && in combineSTORE() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 681 const Node *SN = SoFar.second->getSyntaxNode(OB); in collapse() local 682 if (SN->getKind() != KReferenceType) in collapse() 684 auto *RT = static_cast<const ReferenceType *>(SN); in collapse() 3372 Node *SN = getDerived().parseSourceName(State); in parseOperatorName() local 3373 if (SN == nullptr) in parseOperatorName() 3375 return make<LiteralOperator>(SN); in parseOperatorName() 3382 Node *SN = getDerived().parseSourceName(State); in parseOperatorName() local 3383 if (SN == nullptr) in parseOperatorName() 3385 return make<ConversionOperatorType>(SN); in parseOperatorName() 3565 Node *SN = getDerived().parseSourceName(/*NameState=*/nullptr); in parseSimpleId() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 1533 StoreSDNode *SN = cast<StoreSDNode>(Op.getNode()); in LowerStore() local 1534 const SDValue &Value = SN->getValue(); in LowerStore() 1535 const SDValue &Base = SN->getBasePtr(); in LowerStore() 1536 const SDValue &Offset = SN->getOffset(); in LowerStore() 1544 SDValue Ops[] = {SN->getChain(), Value, Base}; in LowerStore() 1546 SN->getMemoryVT(), SN->getMemOperand()); in LowerStore() 1556 SDValue Ops[] = {SN->getChain(), Idx, Value}; in LowerStore() 1560 if (WebAssembly::isWasmVarAddressSpace(SN->getAddressSpace())) in LowerStore()
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq.c | 129 #define SN 10 /* signed number: must display +/- sign */ 154 { "offset", SN }, 155 { "frequency", SN } 3783 case SN: in cookedprint() 133 #define SN global() macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 3855 StoreSDNode *SN = cast<StoreSDNode>(N); in performStoreCombine() local 3856 if (!SN->isSimple() || !ISD::isNormalStore(SN)) in performStoreCombine() 3859 EVT VT = SN->getMemoryVT(); in performStoreCombine() 3864 Align Alignment = SN->getAlign(); in performStoreCombine() 3867 unsigned AS = SN->getAddressSpace(); in performStoreCombine() 3874 VT, AS, Alignment, SN->getMemOperand()->getFlags(), &IsFast)) { in performStoreCombine() 3876 return SplitVectorStore(SDValue(SN, 0), DAG); in performStoreCombine() 3878 return expandUnalignedStore(SN, DAG); in performStoreCombine() 3889 SDValue Val = SN->getValue(); in performStoreCombine() 3900 return DAG.getStore(SN->getChain(), SL, CastVal, in performStoreCombine() [all …]
|
/freebsd/share/misc/ |
H A D | iso3166 | 216 SN SEN 686 Senegal
|
/freebsd/usr.sbin/tzsetup/ |
H A D | baseline | 529 SN:Senegal
|
/freebsd/contrib/tzdata/ |
H A D | zone1970.tab | 125 CI,BF,GH,GM,GN,IS,ML,MR,SH,SL,SN,TG +0519-00402 Africa/Abidjan
|
H A D | zone.tab | 373 SN +1440-01726 Africa/Dakar
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 210 void selectFrameIndex(SDNode *SN, SDNode *N, uint64_t Offset = 0); 642 void PPCDAGToDAGISel::selectFrameIndex(SDNode *SN, SDNode *N, uint64_t Offset) { in selectFrameIndex() argument 643 SDLoc dl(SN); in selectFrameIndex() 647 if (SN->hasOneUse()) in selectFrameIndex() 648 CurDAG->SelectNodeTo(SN, Opc, N->getValueType(0), TFI, in selectFrameIndex() 651 ReplaceNode(SN, CurDAG->getMachineNode(Opc, dl, N->getValueType(0), TFI, in selectFrameIndex()
|