Home
last modified time | relevance | path

Searched defs:CS (Results 1 – 25 of 142) sorted by relevance

123456

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp32 ScanfConversionSpecifier &CS, in ParseScanList()
201 ScanfConversionSpecifier CS(conversionPosition, k); in ParseScanfSpecifier() local
227 const ScanfConversionSpecifier &CS = getConversionSpecifier(); in getArgType() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtSYCL.h47 SYCLKernelCallStmt(CompoundStmt *CS, OutlinedFunctionDecl *OFD) in SYCLKernelCallStmt()
58 void setOriginalStmt(CompoundStmt *CS) { OriginalStmt = CS; } in setOriginalStmt()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProf.cpp95 for (const auto &CS : Record.CallSites) in serializedSizeV4() local
128 for (const auto &CS : Record.CallSites) in serializeV2() local
149 for (const auto &CS : Record.CallSites) { in serializeV3() local
172 for (const auto &CS : Record.CallSites) { in serializeV4() local
336 for (const IndexedCallSiteInfo &CS : CallSites) { in toMemProfRecord() local
H A DMemProfRadixTree.cpp233 const auto &CS = KV.second; in computeFrameHistogram() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp361 for (auto &CS : CSI) in getLibCallID() local
448 for (auto &CS : CSI) { in getNumPushPopRegs() local
537 for (auto &CS : CSI) { in getUnmanagedCSI() local
552 for (auto &CS : CSI) { in getRVVCalleeSavedInfo() local
570 for (const auto &CS : CSI) { in getPushOrLibCallsSavedInfo() local
597 for (const auto &CS : CSI) { in getQCISavedInfo() local
968 for (const CalleeSavedInfo &CS : getPushOrLibCallsSavedInfo(MF, CSI)) in emitPrologue() local
1006 for (const CalleeSavedInfo &CS : getQCISavedInfo(MF, CSI)) in emitPrologue() local
1023 for (const CalleeSavedInfo &CS : getPushOrLibCallsSavedInfo(MF, CSI)) in emitPrologue() local
1054 for (const CalleeSavedInfo &CS : getUnmanagedCSI(MF, CSI)) in emitPrologue() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp69 ConstantStruct *CS = cast<ConstantStruct>(V); in parseGlobalCtors() local
96 ConstantStruct *CS = cast<ConstantStruct>(V); in findGlobalCtors() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1460 static void printDstRegisterName(raw_ostream &CS, const MachineInstr *MI, in printDstRegisterName()
1478 static void printShuffleMask(raw_ostream &CS, StringRef Src1Name, in printShuffleMask()
1531 raw_string_ostream CS(Comment); in getShuffleComment() local
1539 static void printConstant(const APInt &Val, raw_ostream &CS, in printConstant()
1555 static void printConstant(const APFloat &Flt, raw_ostream &CS, in printConstant()
1567 raw_ostream &CS, bool PrintZero = false) { in printConstant()
1631 raw_string_ostream CS(Comment); in printZeroUpperMove() local
1657 raw_string_ostream CS(Comment); in printBroadcast() local
1678 raw_string_ostream CS(Comment); in printExtend() local
1710 raw_string_ostream CS(Comment); in printZeroExtend() local
[all …]
H A DX86ReturnThunks.cpp82 const MCInstrDesc &CS = ST.getInstrInfo()->get(X86::CS_PREFIX); in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetFrameLoweringImpl.cpp189 const CalleeSavedInfo &CS, const TargetInstrInfo *TII, in spillCalleeSavedRegister()
207 const CalleeSavedInfo &CS, const TargetInstrInfo *TII, in restoreCalleeSavedRegister()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DChromiumCheckModel.cpp55 auto CS = Element.getAs<CFGStmt>(); in transfer() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DStringsAndChecksums.cpp64 const DebugChecksumsSubsectionRef &CS) { in setChecksums()
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp359 const CycleSegment &CS = R.second.CS; in issueInstructionImpl() local
415 const CycleSegment &CS = Elt.second.CS; in issueInstructionImpl() local
431 const CycleSegment &CS = R.second.CS; in fastIssueInstruction() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFGStmtMap.cpp53 std::optional<CFGStmt> CS = CE.getAs<CFGStmt>(); in Accumulate() local
H A DReachableCode.cpp78 if (std::optional<CFGStmt> CS = B->back().getAs<CFGStmt>()) { in isBuiltinAssumeFalse() local
93 if (std::optional<CFGStmt> CS = CE.getAs<CFGStmt>()) { in isDeadReturn() local
464 if (std::optional<CFGStmt> CS = Elem.getAs<CFGStmt>()) { in isInCoroutineStmt() local
509 if (std::optional<CFGStmt> CS = I->getAs<CFGStmt>()) { in findDeadCode() local
H A DCloneDetection.cpp62 auto CS = cast<CompoundStmt>(S); in begin() local
70 auto CS = cast<CompoundStmt>(S); in end() local
255 auto CS = dyn_cast<CompoundStmt>(S); in saveHash() local
H A DProgramPoint.cpp312 if (const auto *CS = dyn_cast<CastExpr>(S)) in printJson() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp125 for (const CalleeSavedInfo &CS : CSI) { in insertCSRSaves() local
156 for (const CalleeSavedInfo &CS : CSI) in insertCSRSaves() local
197 for (const CalleeSavedInfo &CS : CSI) in insertCSRRestores() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp499 for (const auto &CS : I.second) in countMismatchedFuncSamples() local
535 for (const auto &CS : I.second) in countMismatchedCallsiteSamples() local
545 for (const auto &CS : I.second) in countMismatchedCallsiteSamples() local
580 for (const auto &CS : CM.second) { in countCallGraphRecoveredSamples() local
H A DFunctionSpecialization.cpp830 if (auto *CS = dyn_cast<CallBase>(U)) { in run() local
890 auto &CS = *cast<CallBase>(U); in findSpecializations() local
1081 auto *CS = cast<CallBase>(U); in getInliningBonus() local
1181 if (auto *CS = dyn_cast<CallBase>(U); in updateCallSites() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp28 CountKey(const StackFrameContext *CS, unsigned ID) in CountKey()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp142 COFFSymbolRef CS = COFF.getCOFFSymbol(S); in getPreferredSymbol() local
374 DictScope CS(SW, "Chained"); in printUnwindInfo() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h400 bool startsAfter(const CycleSegment &CS) const { return End <= CS.Begin; } in startsAfter()
401 bool endsBefore(const CycleSegment &CS) const { return Begin >= CS.End; } in endsBefore()
402 bool overlaps(const CycleSegment &CS) const { in overlaps()
438 CycleSegment CS; member
441 : CS(Cycles), NumUnits(Units) {} in CS() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp120 if (std::optional<CFGStmt> CS = CE.getAs<CFGStmt>()) { in checkEndAnalysis() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaTargetStreamer.cpp88 auto *CS = static_cast<MCSectionELF *>(OutStreamer.getCurrentSectionOnly()); in emitLiteral() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp55 if (CheckSameMatcher *CS = dyn_cast<CheckSameMatcher>(MC->getNext())) in ContractNodes() local
197 if (auto *CS = dyn_cast<CheckSameMatcher>(MS->getNext())) { in ContractNodes() local

123456