/freebsd/crypto/openssl/test/ |
H A D | simpledynamic.h | 28 typedef void *SD; typedef 39 typedef HINSTANCE SD; typedef
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SymbolManager.cpp | 171 SymExpr *SD = DataSet.FindNodeOrInsertPos(profile, InsertPos); in getRegionValueSymbol() local 189 SymExpr *SD = DataSet.FindNodeOrInsertPos(profile, InsertPos); in conjureSymbol() local 205 SymExpr *SD = DataSet.FindNodeOrInsertPos(profile, InsertPos); in getDerivedSymbol() local 220 SymExpr *SD = DataSet.FindNodeOrInsertPos(profile, InsertPos); in getExtentSymbol() local 237 SymExpr *SD = DataSet.FindNodeOrInsertPos(profile, InsertPos); in getMetadataSymbol() local
|
H A D | ExprEngineCXX.cpp | 288 StorageDuration SD = MTE->getStorageDuration(); in computeObjectUnderConstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 612 const ConstantSDNode *SD = cast<ConstantSDNode>(N0); in EmitSubregNode() local 705 InstrEmitter::EmitDbgValue(SDDbgValue *SD, in EmitDbgValue() 788 InstrEmitter::EmitDbgInstrRef(SDDbgValue *SD, in EmitDbgInstrRef() 917 MachineInstr *InstrEmitter::EmitDbgNoLocation(SDDbgValue *SD) { in EmitDbgNoLocation() 930 InstrEmitter::EmitDbgValueList(SDDbgValue *SD, in EmitDbgValueList() 946 InstrEmitter::EmitDbgValueFromSingleOp(SDDbgValue *SD, in EmitDbgValueFromSingleOp() 981 InstrEmitter::EmitDbgLabel(SDDbgLabel *SD) { in EmitDbgLabel()
|
H A D | StatepointLowering.cpp | 569 auto canPassGCPtrOnVReg = [&](SDValue SD) { in lowerStatepointMetaArgs() 853 for (auto SD : LoweredGCArgs) { in LowerAsSTATEPOINT() local 874 SDValue SD = getValue(Derived); in LowerAsSTATEPOINT() local 1156 auto SD = parseStatepointDirectivesFromAttrs(Call->getAttributes()); in LowerCallSiteWithDeoptBundleImpl() local 1288 SDValue SD = getValue(DerivedPtr); in visitGCRelocate() local
|
H A D | ScheduleDAGRRList.cpp | 3153 ScheduleDAGRRList *SD = new ScheduleDAGRRList(*IS->MF, false, PQ, OptLevel); in createBURRListDAGScheduler() local 3167 ScheduleDAGRRList *SD = new ScheduleDAGRRList(*IS->MF, false, PQ, OptLevel); in createSourceListDAGScheduler() local 3183 ScheduleDAGRRList *SD = new ScheduleDAGRRList(*IS->MF, true, PQ, OptLevel); in createHybridListDAGScheduler() local 3197 ScheduleDAGRRList *SD = new ScheduleDAGRRList(*IS->MF, true, PQ, OptLevel); in createILPListDAGScheduler() local
|
H A D | ScheduleDAGSDNodes.cpp | 584 const ScheduleDAGSDNodes *SD) in RegDefIter()
|
H A D | DAGCombiner.cpp | 2749 if (SDValue SD = in visitADDLike() local 4560 if (SDValue SD = in visitMUL() local 5747 if (SDValue SD = reassociateReduction(ReductionOpcode(Opcode), Opcode, in visitIMINMAX() local 7026 if (SDValue SD = in visitAND() local 7962 if (SDValue SD = in visitOR() local 9433 if (SDValue SD = in visitXOR() local 16712 if (SDValue SD = reassociateReduction(ISD::VECREDUCE_FADD, ISD::FADD, DL, in visitFADD() local 16998 if (SDValue SD = reassociateReduction(ISD::VECREDUCE_FMUL, ISD::FMUL, DL, in visitFMUL() local 18153 if (SDValue SD = reassociateReduction( in visitFMinMax() local 26770 if (SDValue SD = visitVPGATHER(N)) in visitVPOp() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ScheduleDAG.cpp | 624 for (const SDep &SD : llvm::reverse(SU->Succs)) { in GetSubGraph() local 658 for (const SDep &SD : llvm::reverse(SU->Preds)) { in GetSubGraph() local
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
H A D | COFFReader.cpp | 137 const coff_aux_section_definition *SD = SymRef.getSectionDefinition(); in readSymbols() local
|
H A D | COFFWriter.cpp | 57 coff_aux_section_definition *SD = in finalizeSymbolContents() local
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConstraintManager.h | 119 if (const SymbolData *SD = dyn_cast<SymbolData>(Sym)) { in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
|
H A D | SMTConv.h | 426 if (const SymbolData *SD = dyn_cast<SymbolData>(Sym)) { in getSymExpr() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | JSONNodeDumper.h | 379 void writeTemplateDeclSpecialization(const SpecializationDecl *SD, in writeTemplateDeclSpecialization()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCXXScopeSpec.cpp | 319 bool Sema::isAcceptableNestedNameSpecifier(const NamedDecl *SD, in isAcceptableNestedNameSpecifier() 576 NamedDecl *SD = in BuildCXXNestedNameSpecifier() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | SymbolizableObjectFile.cpp | 237 SymbolDesc SD{Address, UINT64_C(-1), StringRef(), 0}; in getNameFromSymbolTable() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | Taint.cpp | 279 if (const auto *SD = dyn_cast<SymbolDerived>(SubSym)) { in getTaintedSymbolsImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | MachOPlatform.cpp | 1493 auto AddSection = [&](SecDesc &SD, jitlink::Section &GraphSec) { in populateObjCRuntimeObject() 1507 auto &SD = DataSections.back(); in populateObjCRuntimeObject() local 1622 for (auto &SD : Secs) { in populateObjCRuntimeObject() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | AMDGPUEmitPrintf.cpp | 310 static void processConstantStringArg(StringData *SD, IRBuilder<> &Builder, in processConstantStringArg()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Descriptor.cpp | 95 auto *SD = D->ElemDesc; in ctorArrayDesc() local
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 1181 const StoredDiagnostic &SD) { in operator <<()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 2768 static SDValue createStoreLR(unsigned Opc, SelectionDAG &DAG, StoreSDNode *SD, in createStoreLR() 2785 static SDValue lowerUnalignedIntStore(StoreSDNode *SD, SelectionDAG &DAG, in lowerUnalignedIntStore() 2814 static SDValue lowerFP_TO_SINT_STORE(StoreSDNode *SD, SelectionDAG &DAG, in lowerFP_TO_SINT_STORE() 2831 StoreSDNode *SD = cast<StoreSDNode>(Op); in lowerSTORE() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 3560 ScheduleData *SD = NextInBundle; in dump() local 3627 const BoUpSLP::ScheduleData &SD) { in operator <<() argument 3680 ScheduleData *SD = ScheduleDataMap.lookup(I); in getScheduleData() local 3697 ScheduleData *SD = I->second.lookup(Key); getScheduleData() local 3814 auto *SD = getScheduleData(I); verify() local 3822 __anon07b2d7742002(ScheduleData *SD) verify() argument 3825 for (auto *SD : ReadyInsts) { verify() local 3834 if (ScheduleData *SD = getScheduleData(V)) doForAllOpcodes() local 3847 __anon07b2d7742102(ScheduleData *SD) initialFillReadyList() argument 14503 __anon07b2d77411502(ScheduleData *SD) tryScheduleBundle() argument 14638 ScheduleData *SD = allocateScheduleDataChunks(); extendSchedulingRegion() local 14721 ScheduleData *SD = ScheduleDataMap.lookup(I); initScheduleData() local 14757 calculateDependencies(ScheduleData * SD,bool InsertInReadyList,BoUpSLP * SLP) calculateDependencies() argument 14766 ScheduleData *SD = WorkList.pop_back_val(); calculateDependencies() local 14946 __anon07b2d77411902(ScheduleData *SD) resetSchedule() argument 14986 __anon07b2d77411a02(ScheduleData *SD) scheduleBlock() argument 15029 __anon07b2d77411b02(ScheduleData *SD) scheduleBlock() argument [all...] |
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 1130 for (auto &SD : StoredDiagnostics) { in checkAndSanitizeDiags() local 2390 for (const auto &SD : Diags) { in TranslateStoredDiagnostics() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ItaniumMangle.cpp | 6801 const ClassTemplateSpecializationDecl *SD = in isSpecializedAs() local 6826 const ClassTemplateSpecializationDecl *SD, llvm::StringRef Name, in isStdCharSpecialization() 6887 if (const ClassTemplateSpecializationDecl *SD = in mangleStandardSubstitution() local
|