Home
last modified time | relevance | path

Searched defs:SD (Results 1 – 25 of 46) sorted by relevance

12

/freebsd-src/crypto/openssl/test/
H A Dsimpledynamic.h28 typedef void *SD; typedef
39 typedef HINSTANCE SD; typedef
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp171 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 DExprEngineCXX.cpp288 StorageDuration SD = MTE->getStorageDuration(); in computeObjectUnderConstruction() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp585 const ConstantSDNode *SD = cast<ConstantSDNode>(N0); EmitSubregNode() local
678 EmitDbgValue(SDDbgValue * SD,DenseMap<SDValue,Register> & VRBaseMap) EmitDbgValue() argument
761 EmitDbgInstrRef(SDDbgValue * SD,DenseMap<SDValue,Register> & VRBaseMap) EmitDbgInstrRef() argument
890 EmitDbgNoLocation(SDDbgValue * SD) EmitDbgNoLocation() argument
903 EmitDbgValueList(SDDbgValue * SD,DenseMap<SDValue,Register> & VRBaseMap) EmitDbgValueList() argument
919 EmitDbgValueFromSingleOp(SDDbgValue * SD,DenseMap<SDValue,Register> & VRBaseMap) EmitDbgValueFromSingleOp() argument
954 EmitDbgLabel(SDDbgLabel * SD) EmitDbgLabel() argument
[all...]
H A DStatepointLowering.cpp566 __anonf6d7ddd90102(SDValue SD) lowerStatepointMetaArgs() argument
850 for (auto SD : LoweredGCArgs) { LowerAsSTATEPOINT() local
871 SDValue SD = getValue(Derived); LowerAsSTATEPOINT() local
1153 auto SD = parseStatepointDirectivesFromAttrs(Call->getAttributes()); LowerCallSiteWithDeoptBundleImpl() local
1285 SDValue SD = getValue(DerivedPtr); visitGCRelocate() local
[all...]
H A DScheduleDAGRRList.cpp3153 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 in createILPListDAGScheduler() local
[all...]
H A DScheduleDAGSDNodes.cpp583 RegDefIter(const SUnit * SU,const ScheduleDAGSDNodes * SD) RegDefIter() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp622 for (const SDep &SD : llvm::reverse(SU->Succs)) { GetSubGraph() local
656 for (const SDep &SD : llvm::reverse(SU->Preds)) { GetSubGraph() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.cpp137 const coff_aux_section_definition *SD = SymRef.getSectionDefinition(); in readSymbols() local
H A DCOFFWriter.cpp57 coff_aux_section_definition *SD = in finalizeSymbolContents() local
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp151 SD = dyn_cast<ClassTemplateSpecializationDecl>(D)) { in isTemplateImplicitInstantiation() local
210 SD = dyn_cast<ClassTemplateSpecializationDecl>(D)) { in adjustTemplateImplicitInstantiation() local
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h116 if (const SymbolData *SD = dyn_cast<SymbolData>(Sym)) { REGISTER_TRAIT_WITH_PROGRAMSTATE() local
H A DSMTConv.h426 if (const SymbolData *SD = dyn_cast<SymbolData>(Sym)) { in getSymExpr() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h374 writeTemplateDeclSpecialization(const SpecializationDecl * SD,bool DumpExplicitInst,bool DumpRefOnly) writeTemplateDeclSpecialization() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp349 } else if (isa<EnumDecl>(SD)) { in isAcceptableNestedNameSpecifier() argument
641 NamedDecl *SD = BuildCXXNestedNameSpecifier() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp237 SymbolDesc SD{Address, UINT64_C(-1), StringRef(), 0}; in getNameFromSymbolTable() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp272 if (const auto *SD = dyn_cast<SymbolDerived>(SubSym)) { getTaintedSymbolsImpl() local
H A DMacOSKeychainAPIChecker.cpp602 if (const auto *SD = dyn_cast<SymbolDerived>(Sym)) { in checkPointerEscape() local
H A DFuchsiaHandleChecker.cpp600 if (const auto *SD = dyn_cast<SymbolDerived>(I.first)) { in checkPointerEscape() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1447 __anon2c142cbb1502(SecDesc &SD, jitlink::Section &GraphSec) populateObjCRuntimeObject() argument
1461 auto &SD = DataSections.back(); populateObjCRuntimeObject() local
1576 for (auto &SD : Secs) { populateObjCRuntimeObject() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp310 static void processConstantStringArg(StringData *SD, IRBuilder<> &Builder, in processConstantStringArg() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp84 auto *SD = D->ElemDesc; ctorArrayDesc() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3143 ScheduleData *SD = NextInBundle; dump() local
3210 operator <<(raw_ostream & os,const BoUpSLP::ScheduleData & SD) operator <<() argument
3263 ScheduleData *SD = ScheduleDataMap.lookup(I); getScheduleData() local
3280 ScheduleData *SD = I->second.lookup(Key); getScheduleData() local
3396 auto *SD = getScheduleData(I); verify() local
3404 __anon1d05f9c61802(ScheduleData *SD) verify() argument
3407 for (auto *SD : ReadyInsts) { verify() local
3416 if (ScheduleData *SD = getScheduleData(V)) doForAllOpcodes() local
3429 __anon1d05f9c61902(ScheduleData *SD) initialFillReadyList() argument
12491 __anon1d05f9c6eb02(ScheduleData *SD) tryScheduleBundle() argument
12626 ScheduleData *SD = allocateScheduleDataChunks(); extendSchedulingRegion() local
12709 ScheduleData *SD = ScheduleDataMap.lookup(I); initScheduleData() local
12745 calculateDependencies(ScheduleData * SD,bool InsertInReadyList,BoUpSLP * SLP) calculateDependencies() argument
12754 ScheduleData *SD = WorkList.pop_back_val(); calculateDependencies() local
12934 __anon1d05f9c6ef02(ScheduleData *SD) resetSchedule() argument
12974 __anon1d05f9c6f002(ScheduleData *SD) scheduleBlock() argument
13017 __anon1d05f9c6f102(ScheduleData *SD) scheduleBlock() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1181 const StoredDiagnostic &SD) { in operator <<() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2752 createStoreLR(unsigned Opc,SelectionDAG & DAG,StoreSDNode * SD,SDValue Chain,unsigned Offset) createStoreLR() argument
2769 lowerUnalignedIntStore(StoreSDNode * SD,SelectionDAG & DAG,bool IsLittle) lowerUnalignedIntStore() argument
2798 lowerFP_TO_SINT_STORE(StoreSDNode * SD,SelectionDAG & DAG,bool SingleFloat) lowerFP_TO_SINT_STORE() argument
2815 StoreSDNode *SD = cast<StoreSDNode>(Op); lowerSTORE() local
[all...]

12