Searched defs:SC (Results 1 - 25 of 73) sorted by relevance

123

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp25 const Comdat *SC = Src->getComdat(); local
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-registry.cpp26 CommandRegistration::CommandRegistration(cl::SubCommand *SC, argument
34 HandlerType dispatch(cl::SubCommand *SC) { argument
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkUtilRegistry.cpp25 CommandRegistration::CommandRegistration(cl::SubCommand *SC, argument
33 HandlerType dispatch(cl::SubCommand *SC) { argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolXCOFF.h39 void setStorageClass(XCOFF::StorageClass SC) { argument
H A DMCSubtargetInfo.h176 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC, argument
184 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx, argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.cpp254 const MCSchedClassDesc *SC = HazardRec->getSchedClass(SU); local
H A DSystemZHazardRecognizer.cpp47 const MCSchedClassDesc *SC = getSchedClass(SU); local
93 const MCSchedClassDesc *SC = getSchedClass(SU); local
171 const MCSchedClassDesc *SC = getSchedClass(SU); local
272 const MCSchedClassDesc *SC = getSchedClass(SU); local
341 const MCSchedClassDesc *SC = getSchedClass(SU); local
390 const MCSchedClassDesc *SC = getSchedClass(SU); local
418 const MCSchedClassDesc *SC = SchedModel->resolveSchedClass(MI); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.h79 void addSectionContrib(const SectionContrib &SC) { argument
H A DInputFile.h127 codeview::StringsAndChecksumsRef SC; member in class:llvm::pdb::SymbolGroup
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOBuilder.h177 RelocTarget(SymbolContainer &SC, size_t Idx) : SC(&SC), Idx(Idx) {} argument
199 SymbolContainer *SC; member in union:llvm::orc::MachOBuilder::RelocTarget::__anon1652
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp42 SwitchCase *SC; member in struct:__anon1493::CaseInfo
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp65 setFirstSectionContrib( const SectionContrib &SC) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCExpandAtomicPseudoInsts.cpp123 const MCInstrDesc &SC = TII->get(PPC::STQCX); local
224 const MCInstrDesc &SC = TII->get(PPC::STQCX); local
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp121 const MCSchedClassDesc *SC = SchedModel.resolveSchedClass(&MI); local
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp430 static void dumpSectionContrib(LinePrinter &P, const SectionContrib &SC, argument
450 dumpSectionContrib(LinePrinter &P, const SectionContrib2 &SC, ArrayRef<std::string> SectionNames, uint32_t FieldWidth) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp508 const MCSchedClassDesc *SC = SM.getSchedClassDesc(RD.SchedClassID); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp412 const Comdat *SC = GV.getComdat(); local
579 const Comdat *SC = GV->getComdat(); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp299 Record *SC = SubClass.Rec; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp169 toDebugS(ArrayRef<CodeViewYAML::YAMLDebugSubsection> Subsections, const codeview::StringsAndChecksums &SC, BumpPtrAllocator &Allocator) argument
H A DCodeViewYAMLDebugSections.cpp747 toCodeViewSubsectionList( BumpPtrAllocator &Allocator, ArrayRef<YAMLDebugSubsection> Subsections, const codeview::StringsAndChecksums &SC) argument
891 fromCodeViewSubection(const StringsAndChecksumsRef &SC, const DebugSubsectionRecord &SS) argument
901 fromDebugS(ArrayRef<uint8_t> Data, const StringsAndChecksumsRef &SC) argument
922 initializeStringsAndChecksums( ArrayRef<YAMLDebugSubsection> Sections, codeview::StringsAndChecksums &SC) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h345 void recordSwitchCaseID(SwitchCase *SC, unsigned ID) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp299 auto SC = static_cast<SPIRV::StorageClass::StorageClass>( local
H A DSPIRVUtils.cpp134 unsigned storageClassToAddressSpace(SPIRV::StorageClass::StorageClass SC) { argument
174 getMemSemanticsForStorageClass(SPIRV::StorageClass::StorageClass SC) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp82 unsigned LL, SC; local
213 unsigned LL, SC, ZERO, BNE, BEQ, MOVE; local
311 unsigned LL, SC, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; local
586 unsigned LL, SC, ZERO, BEQ, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp482 StorageClass SC = Var->getStorageClass(); local

Completed in 228 milliseconds

123