Searched refs:SD (Results 1 - 25 of 59) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp172 SymExpr *SD = DataSet.FindNodeOrInsertPos(profile, InsertPos); local
173 if (!SD) {
174 SD = (SymExpr*) BPAlloc.Allocate<SymbolRegionValue>();
175 new (SD) SymbolRegionValue(SymbolCounter, R);
176 DataSet.InsertNode(SD, InsertPos);
180 return cast<SymbolRegionValue>(SD);
191 SymExpr *SD = DataSet.FindNodeOrInsertPos(profile, InsertPos); local
192 if (!SD) {
193 SD = (SymExpr*) BPAlloc.Allocate<SymbolConjured>();
194 new (SD) SymbolConjure
208 SymExpr *SD = DataSet.FindNodeOrInsertPos(profile, InsertPos); local
224 SymExpr *SD = DataSet.FindNodeOrInsertPos(profile, InsertPos); local
242 SymExpr *SD = DataSet.FindNodeOrInsertPos(profile, InsertPos); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp311 /// \param SD Declaration checked for nested-name-specifier.
314 bool Sema::isAcceptableNestedNameSpecifier(const NamedDecl *SD, argument
316 if (!SD)
319 SD = SD->getUnderlyingDecl();
322 if (isa<NamespaceDecl>(SD))
325 if (!isa<TypeDecl>(SD))
330 QualType T = Context.getTypeDeclType(cast<TypeDecl>(SD));
333 if (const TypedefNameDecl *TD = dyn_cast<TypedefNameDecl>(SD)) {
342 } else if (isa<RecordDecl>(SD)) {
651 NamedDecl *SD = local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h107 MachineInstr *EmitDbgValue(SDDbgValue *SD,
111 MachineInstr *EmitDbgLabel(SDDbgLabel *SD);
H A DInstrEmitter.cpp584 const ConstantSDNode *SD = cast<ConstantSDNode>(N0);
585 MIB.addImm(SD->getZExtValue());
677 InstrEmitter::EmitDbgValue(SDDbgValue *SD,
679 MDNode *Var = SD->getVariable();
680 MDNode *Expr = SD->getExpression();
681 DebugLoc DL = SD->getDebugLoc();
685 SD->setIsEmitted();
687 if (SD->isInvalidated()) {
699 if (SD->getKind() == SDDbgValue::FRAMEIX) {
703 .addFrameIndex(SD
[all...]
H A DScheduleDAGSDNodes.h146 RegDefIter(const SUnit *SU, const ScheduleDAGSDNodes *SD);
H A DStatepointLowering.cpp286 SDValue SD = Builder.getValue(Ptrs[i]); local
287 auto SeenIt = Seen.find(SD);
294 Seen[SD] = Ptrs[i];
942 auto SD = parseStatepointDirectivesFromAttrs(Call->getAttributes()); local
943 SI.ID = SD.StatepointID.getValueOr(DefaultID);
944 SI.NumPatchBytes = SD.NumPatchBytes.getValueOr(0);
1006 SDValue SD = getValue(DerivedPtr); local
1016 setValue(&Relocate, SD);
H A DScheduleDAGRRList.cpp3140 ScheduleDAGRRList *SD = new ScheduleDAGRRList(*IS->MF, false, PQ, OptLevel);
3141 PQ->setScheduleDAG(SD);
3142 return SD;
3154 ScheduleDAGRRList *SD = new ScheduleDAGRRList(*IS->MF, false, PQ, OptLevel);
3155 PQ->setScheduleDAG(SD);
3156 return SD;
3170 ScheduleDAGRRList *SD = new ScheduleDAGRRList(*IS->MF, true, PQ, OptLevel);
3171 PQ->setScheduleDAG(SD);
3172 return SD;
3185 ScheduleDAGRRList *SD
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiELFObjectWriter.cpp29 bool needsRelocateWithSymbol(const MCSymbol &SD,
75 bool LanaiELFObjectWriter::needsRelocateWithSymbol(const MCSymbol & /*SD*/,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp194 if (const auto *SD = dyn_cast<SymbolDerived>(*SI)) {
196 if (isTainted(State, SD->getParentSymbol(), Kind))
203 State->get<DerivedSymTaint>(SD->getParentSymbol())) {
204 const TypedValueRegion *R = SD->getRegion();
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DReader.cpp134 const coff_aux_section_definition *SD = SymRef.getSectionDefinition(); local
136 if (SD && SD->Selection == IMAGE_COMDAT_SELECT_ASSOCIATIVE) {
137 int32_t Index = SD->getNumber(IsBigObj);
H A DWriter.cpp56 coff_aux_section_definition *SD = local
74 SD->NumberLowPart = static_cast<uint16_t>(SDSectionNumber);
75 SD->NumberHighPart = static_cast<uint16_t>(SDSectionNumber >> 16);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp154 SymbolDesc SD = {SymbolStart, SymbolSize}; local
155 Functions.emplace_back(SD, Export.Name);
205 SymbolDesc SD = { SymbolAddress, SymbolSize }; local
206 M.emplace_back(SD, SymbolName);
228 std::pair<SymbolDesc, StringRef> SD{{Address, UINT64_C(-1)}, StringRef()};
229 auto SymbolIterator = llvm::upper_bound(Symbols, SD);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1856 ScheduleData *SD = NextInBundle; local
1857 while (SD) {
1858 os << ';' << *SD->Inst;
1859 SD = SD->NextInBundle;
1924 const BoUpSLP::ScheduleData &SD) {
1925 SD.dump(os);
1958 ScheduleData *SD = ScheduleDataMap[V]; local
1959 if (SD && SD
1923 operator <<(raw_ostream &os, const BoUpSLP::ScheduleData &SD) argument
1969 ScheduleData *SD = I->second[Key]; local
1983 schedule(ScheduleData *SD, ReadyListType &ReadyList) argument
2127 insert(ScheduleData *SD) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp153 SD = dyn_cast<ClassTemplateSpecializationDecl>(D)) {
154 TKind = SD->getSpecializationKind();
208 SD = dyn_cast<ClassTemplateSpecializationDecl>(D)) {
209 return SD->getTemplateInstantiationPattern();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h350 void writeTemplateDeclSpecialization(const SpecializationDecl *SD, argument
354 for (const auto *RedeclWithBadType : SD->redecls()) {
389 NodeDumper.AddChild([=] { NodeDumper.writeBareDeclRef(SD); });
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1086 for (auto &SD : StoredDiagnostics) {
1087 if (SD.getLocation().isValid()) {
1088 FullSourceLoc Loc(SD.getLocation(), SM);
1089 SD.setLocation(Loc);
2364 for (const auto &SD : Diags) {
2366 if (SD.Filename.empty())
2368 auto FE = FileMgr.getFile(SD.Filename);
2372 auto ItFileID = PreambleSrcLocCache.find(SD.Filename);
2376 PreambleSrcLocCache[SD.Filename] = FileLoc;
2383 SourceLocation L = FileLoc.getLocWithOffset(SD
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h113 if (const SymbolData *SD = dyn_cast<SymbolData>(Sym)) {
124 SMTConv::fromData(Solver, SD->getSymbolID(), Ty, Ctx.getTypeSize(Ty));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstComments.cpp183 CASE_AVX_INS_COMMON(Inst##SD, , r) \
185 CASE_AVX_INS_COMMON(Inst##SD, , r_Int) \
187 CASE_AVX_INS_COMMON(Inst##SD, Z, r) \
189 CASE_AVX512_INS_COMMON(Inst##SD, Z, r_Int) \
193 CASE_AVX_INS_COMMON(Inst##SD, , m) \
195 CASE_AVX_INS_COMMON(Inst##SD, , m_Int) \
197 CASE_AVX_INS_COMMON(Inst##SD, Z, m) \
199 CASE_AVX512_INS_COMMON(Inst##SD, Z, m_Int) \
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp67 auto *SD = D->ElemDesc; local
70 Desc->Desc = SD;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFMA3Info.cpp58 FMA3GROUP_SCALAR_WIDTHS(Name, SD, Attrs) \
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h159 uint64_t getPaddingSize(const MCSection *SD, const MCAsmLayout &Layout) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp234 case RISCV::SD:
H A DRISCVMergeBaseOffset.cpp224 case RISCV::SD:
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp860 size_t SD = NumDigits(UdtStats.Totals.Size);
861 SD += (SD - 1) / 3;
862 SD = std::max(SD, SizeHeader.size());
864 uint32_t TableWidth = FieldWidth + 3 + CD + 2 + SD + 1;
869 fmt_align(SizeHeader, AlignStyle::Right, SD));
877 fmt_align(Stat.second.Size, AlignStyle::Right, SD));
883 fmt_align(UdtStats.Totals.Size, AlignStyle::Right, SD));
903 fmt_align(Stat.Stat.Size, AlignStyle::Right, SD));
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2733 static SDValue createStoreLR(unsigned Opc, SelectionDAG &DAG, StoreSDNode *SD, argument
2735 SDValue Ptr = SD->getBasePtr(), Value = SD->getValue();
2736 EVT MemVT = SD->getMemoryVT(), BasePtrVT = Ptr.getValueType();
2737 SDLoc DL(SD);
2746 SD->getMemOperand());
2750 static SDValue lowerUnalignedIntStore(StoreSDNode *SD, SelectionDAG &DAG, argument
2752 SDValue Value = SD->getValue(), Chain = SD->getChain();
2761 if ((VT == MVT::i32) || SD
2779 lowerFP_TO_SINT_STORE(StoreSDNode *SD, SelectionDAG &DAG, bool SingleFloat) argument
2796 StoreSDNode *SD = cast<StoreSDNode>(Op); local
[all...]

Completed in 195 milliseconds

123