Home
last modified time | relevance | path

Searched defs:SC (Results 1 – 25 of 135) sorted by relevance

123456

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DDisasm.cpp132 ColorScope SC(OS, true, {llvm::raw_ostream::BRIGHT_GREEN, true}); in dump() local
291 ColorScope SC(OS, true, {llvm::raw_ostream::BRIGHT_RED, true}); in dump() local
296 ColorScope SC(OS, true, {llvm::raw_ostream::WHITE, true}); in dump() local
307 ColorScope SC(OS, true, in dump() local
323 ColorScope SC(OS, true, {llvm::raw_ostream::BRIGHT_MAGENTA, true}); in dump() local
344 ColorScope SC(OS, true, {llvm::raw_ostream::BRIGHT_CYAN, false}); in dump() local
354 ColorScope SC(OS, true, {llvm::raw_ostream::WHITE, true}); in dump() local
373 ColorScope SC(OS, true, {llvm::raw_ostream::BLUE, true}); in dump() local
437 ColorScope SC(OS, true, {llvm::raw_ostream::BLUE, true}); in dump() local
460 ColorScope SC(OS, true, {llvm::raw_ostream::BLUE, true}); in dump() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp47 const MCSchedClassDesc *SC = getSchedClass(SU); in getNumDecoderSlots() local
93 const MCSchedClassDesc *SC = getSchedClass(SU); fitsIntoCurrentGroup() local
171 const MCSchedClassDesc *SC = getSchedClass(SU); dumpSU() local
272 const MCSchedClassDesc *SC = getSchedClass(SU); EmitInstruction() local
341 const MCSchedClassDesc *SC = getSchedClass(SU); groupingCost() local
390 const MCSchedClassDesc *SC = getSchedClass(SU); resourcesCost() local
418 const MCSchedClassDesc *SC = SchedModel->resolveSchedClass(MI); emitInstruction() local
[all...]
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Daccessor.c60 #define SC(FIELD, VAL) S(FIELD, VAL) in krb5int_accessor() macro
69 #define SC(FIELD, VAL) S(FIELD, VAL) in krb5int_accessor() macro
78 #define SC(FIELD, VAL) S(FIELD, VAL) in krb5int_accessor() macro
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-registry.cpp26 CommandRegistration::CommandRegistration(cl::SubCommand *SC, in CommandRegistration()
34 HandlerType dispatch(cl::SubCommand *SC) { in dispatch()
H A Dllvm-xray.cpp30 for (auto *SC : cl::getRegisteredSubcommands()) { in main() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h171 const MCSchedClassDesc *SC) const { in getWriteProcResBegin()
175 const MCSchedClassDesc *SC) const { in getWriteProcResEnd()
179 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC, in getWriteLatencyEntry()
187 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx, in getReadAdvanceCycles()
209 getReadAdvanceEntries(const MCSchedClassDesc &SC) const { in getReadAdvanceEntries()
H A DMCSymbolXCOFF.h42 void setStorageClass(XCOFF::StorageClass SC) { in setStorageClass()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp386 if (const Comdat *SC = GV.getComdat()) { in linkIfNeeded() local
412 const Comdat *SC = GV.getComdat(); in addLazyFor() local
523 if (const Comdat *SC = GV.getComdat()) in run() local
528 if (const Comdat *SC = SF.getComdat()) in run() local
533 if (const Comdat *SC = GA.getComdat()) in run() local
579 const Comdat *SC = GV->getComdat(); in run() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h146 ProcResIter getWriteProcResBegin(const MCSchedClassDesc *SC) const { in getWriteProcResBegin()
150 ProcResIter getWriteProcResEnd(const MCSchedClassDesc *SC) const { in getWriteProcResEnd()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp118 if (const SwitchCase *SC = dyn_cast<SwitchCase>(SubStmt)) in BuildScopeInformation() local
149 for (const SwitchCase *SC = SS->getSwitchCaseList(); SC; in Detect() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp37 if (auto *SC = dyn_cast<SCEVConstant>(S)) { in simplifyInstWithSCEV() local
53 if (auto *SC = dyn_cast<SCEVConstant>(ValueAtIteration)) { in simplifyInstWithSCEV() local
/freebsd/sys/sys/
H A Dposix4.h50 #define SYSCALL_NOT_PRESENT_GEN(SC) \ argument
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivmod.m443 define(SC,`%g2') macro
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h161 if (const SymbolCast *SC = dyn_cast<SymbolCast>(Sym)) { in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
281 if (const SymbolCast *SC = dyn_cast<SymbolCast>(Sym)) in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp81 unsigned LL, SC; in expandAtomicCmpSwapSubword() local
212 unsigned LL, SC, ZERO, BNE, BEQ, MOVE; in expandAtomicCmpSwap() local
310 unsigned LL, SC, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; in expandAtomicBinOpSubword() local
717 unsigned LL, SC, ZERO, BEQ, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; in expandAtomicBinOp() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp91 while (const SymbolCast *SC = dyn_cast<SymbolCast>(Sym)) in addTaint() local
117 while (const SymbolCast *SC = dyn_cast<SymbolCast>(Sym)) in removeTaint() local
325 if (const auto *SC = dyn_cast<SymbolCast>(SubSym)) { in getTaintedSymbolsImpl() local
H A DMacOSXAPIChecker.cpp153 SubChecker SC = in checkPreStmt() local
/freebsd/crypto/krb5/src/ccapi/common/win/OldCC/
H A Dsecure.cxx41 #define SC "SecureClient::" macro
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCExpandAtomicPseudoInsts.cpp120 const MCInstrDesc &SC = TII->get(PPC::STQCX); in expandAtomicRMW128() local
218 const MCInstrDesc &SC = TII->get(PPC::STQCX); in expandAtomicCmpSwap128() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/
H A DSeedCollection.cpp53 SeedCollector SC(&BB, A.getScalarEvolution(), CollectStores, CollectLoads); in runOnFunction() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp225 for (auto &SC : SectionContribs) in visitSectionContributions() local
229 for (auto &SC : SectionContribs2) in visitSectionContributions() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.h176 constexpr bool isGenericCastablePtr(SPIRV::StorageClass::StorageClass SC) { in isGenericCastablePtr()
191 storageClassToAddressSpace(SPIRV::StorageClass::StorageClass SC) { in storageClassToAddressSpace()
H A DSPIRVISelLowering.cpp165 SPIRV::StorageClass::StorageClass SC = in createNewPtrType() local
247 SPIRV::StorageClass::StorageClass SC = in validateLifetimeStart() local
282 SPIRV::StorageClass::StorageClass SC = in validatePtrUnwrapStructField() local
H A DSPIRVGlobalRegistry.cpp58 storageClassRequiresExplictLayout(SPIRV::StorageClass::StorageClass SC) { in storageClassRequiresExplictLayout()
932 SPIRV::StorageClass::StorageClass SC, SPIRVType *ElemType, in getOpTypePointer()
946 SPIRV::StorageClass::StorageClass SC, MachineIRBuilder &MIRBuilder) { in getOpTypeForwardPointer()
1088 auto SC = addressSpaceToStorageClass(AddrSpace, *ST); in createSPIRVType() local
1357 SPIRV::StorageClass::StorageClass SC, bool IsWritable, bool EmitIr) { in getOrCreateVulkanBufferType()
1604 SPIRV::StorageClass::StorageClass SC, in getOrCreateSPIRVTypeByName()
1774 SPIRV::StorageClass::StorageClass SC) { in getOrCreateSPIRVPointerType()
1781 SPIRV::StorageClass::StorageClass SC) { in getOrCreateSPIRVPointerType()
1791 SPIRVType *PtrType, SPIRV::StorageClass::StorageClass SC, MachineInstr &I) { in changePointerStorageClass()
1804 SPIRV::StorageClass::StorageClass SC) { in getOrCreateSPIRVPointerType()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.h83 void addSectionContrib(const SectionContrib &SC) { in addSectionContrib()

123456