Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssl/test/
H A Dsimpledynamic.h28 typedef void *SD; typedef
39 typedef HINSTANCE SD; typedef
/freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp612 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 DStatepointLowering.cpp569 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 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 = new ScheduleDAGRRList(*IS->MF, true, PQ, OptLevel); in createILPListDAGScheduler() local
H A DScheduleDAGSDNodes.cpp584 const ScheduleDAGSDNodes *SD) in RegDefIter()
H A DDAGCombiner.cpp2749 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 DScheduleDAG.cpp624 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 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/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h119 if (const SymbolData *SD = dyn_cast<SymbolData>(Sym)) { in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
H A DSMTConv.h426 if (const SymbolData *SD = dyn_cast<SymbolData>(Sym)) { in getSymExpr() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h379 void writeTemplateDeclSpecialization(const SpecializationDecl *SD, in writeTemplateDeclSpecialization()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp319 bool Sema::isAcceptableNestedNameSpecifier(const NamedDecl *SD, in isAcceptableNestedNameSpecifier()
576 NamedDecl *SD = in BuildCXXNestedNameSpecifier() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp237 SymbolDesc SD{Address, UINT64_C(-1), StringRef(), 0}; in getNameFromSymbolTable() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp279 if (const auto *SD = dyn_cast<SymbolDerived>(SubSym)) { in getTaintedSymbolsImpl() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1493 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 DAMDGPUEmitPrintf.cpp310 static void processConstantStringArg(StringData *SD, IRBuilder<> &Builder, in processConstantStringArg()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp95 auto *SD = D->ElemDesc; in ctorArrayDesc() local
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1181 const StoredDiagnostic &SD) { in operator <<()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2768 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 DSLPVectorizer.cpp3560 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 DASTUnit.cpp1130 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 DItaniumMangle.cpp6801 const ClassTemplateSpecializationDecl *SD = in isSpecializedAs() local
6826 const ClassTemplateSpecializationDecl *SD, llvm::StringRef Name, in isStdCharSpecialization()
6887 if (const ClassTemplateSpecializationDecl *SD = in mangleStandardSubstitution() local

12