| /llvm-project-15.0.7/libc/benchmarks/ |
| H A D | LibcMemoryBenchmarkMain.cpp | 153 const size_t Percent = 100 * Steps / TotalSteps; in reportProgress() local 154 if (Percent == LastPercent) in reportProgress() 156 LastPercent = Percent; in reportProgress() 159 for (; I <= Percent; ++I) in reportProgress() 163 errs() << "] " << Percent << '%' << '\r'; in reportProgress()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | BranchProbability.cpp | 31 double Percent = rint(((double)N / D) * 100.0 * 100.0) / 100.0; in print() local 33 Percent); in print()
|
| H A D | NativeFormatting.cpp | 242 if (Style == FloatStyle::Percent) in write_double() 248 if (Style == FloatStyle::Percent) in write_double() 262 case FloatStyle::Percent: in getDefaultPrecision()
|
| /llvm-project-15.0.7/llvm/tools/llvm-cov/ |
| H A D | CoverageViewOptions.h | 26 enum class BranchOutputType { Count, Percent, Off }; enumerator
|
| H A D | CodeCoverage.cpp | 944 clEnumValN(CoverageViewOptions::BranchOutputType::Percent, in doShow() 1040 ShowBranches == CoverageViewOptions::BranchOutputType::Percent; in doShow()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | NativeFormatting.h | 17 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
|
| H A D | FormatProviders.h | 305 S = FloatStyle::Percent;
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-remark-size-diff.rst | 116 Percent increase or decrease in instruction count between the second and first 123 Percent increase or decrease in stack byte usage between the second and first
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCAsmMacro.h | 52 Amp, AmpAmp, Exclaim, ExclaimEqual, Percent, Hash, enumerator
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | MCAsmLexer.cpp | 87 case AsmToken::Percent: OS << "Percent"; break; in dump()
|
| H A D | AsmLexer.cpp | 906 .Default({AsmToken::Percent, 1}); in LexToken() 908 if (Operator != AsmToken::Percent) { in LexToken() 913 return AsmToken(AsmToken::Percent, StringRef(TokStart, 1)); in LexToken()
|
| H A D | ELFAsmParser.cpp | 407 if (L.isNot(AsmToken::At) && L.isNot(AsmToken::Percent) && in maybeParseSectionType() 764 getLexer().isNot(AsmToken::Percent) && in ParseDirectiveType()
|
| H A D | COFFAsmParser.cpp | 702 if (getLexer().isNot(AsmToken::At) && getLexer().isNot(AsmToken::Percent)) in ParseAtUnwindOrAtExcept()
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/AsmParser/ |
| H A D | SparcAsmParser.cpp | 710 if (getLexer().getKind() != AsmToken::Percent) in tryParseRegister() 844 if (getLexer().getKind() == AsmToken::Percent) in parseShiftAmtImm() 914 if (getLexer().getKind() != AsmToken::Percent) { in parseTailRelocSym() 1049 if (getLexer().getKind() != AsmToken::Percent) in parseOperand() 1109 case AsmToken::Percent: in parseSparcAsmOperand()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 764 if (Parser.getTok().isNot(AsmToken::Percent)) in parseRegister() 845 if (isParsingATT() && Parser.getTok().is(AsmToken::Percent)) { in parseRegister() 1037 if (isParsingATT() && getLexer().is(AsmToken::Percent)) { in parseAddress() 1489 if (isParsingATT() && Parser.getTok().is(AsmToken::Percent)) { in parseOperand()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | OperatorKinds.def | 66 OVERLOADED_OPERATOR(Percent , "%" , percent , false, true , false)
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Stmt.cpp | 694 const char *Percent = Begin - 1; // Points to '%'. in AnalyzeAsmString() local 729 Percent - StrStart, SM, LO, TI, &LastAsmStringToken, in AnalyzeAsmString() 765 Percent - StrStart, SM, LO, TI, &LastAsmStringToken, in AnalyzeAsmString()
|
| /llvm-project-15.0.7/llvm/lib/Target/BPF/AsmParser/ |
| H A D | BPFAsmParser.cpp | 385 case AsmToken::Percent: in parseOperandAsOperator()
|
| /llvm-project-15.0.7/bolt/lib/Profile/ |
| H A D | DataAggregator.cpp | 1502 auto printColored = [](raw_ostream &OS, float Percent, float T1, float T2) { in parseBranchEvents() argument 1505 if (Percent > T2) in parseBranchEvents() 1507 else if (Percent > T1) in parseBranchEvents() 1512 OS << format("%.1f%%", Percent); in parseBranchEvents()
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/AsmParser/ |
| H A D | VEAsmParser.cpp | 836 if (getLexer().getKind() != AsmToken::Percent) in tryParseRegister() 1334 case AsmToken::Percent: in parseMEMAsOperand() 1527 case AsmToken::Percent: in parseVEAsmOperand()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 1433 case AsmToken::Percent: { in parseInsnDirectiveOpcode() 1508 case AsmToken::Percent: { in parseCSRSystemRegister() 1539 case AsmToken::Percent: in parseImmediate() 1552 if (getLexer().getKind() != AsmToken::Percent) { in parseOperandWithModifier()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/AsmParser/ |
| H A D | PPCAsmParser.cpp | 1190 if (getParser().getTok().is(AsmToken::Percent)) in MatchRegisterName() 1421 case AsmToken::Percent: { in ParseOperand() 1477 case AsmToken::Percent: { in ParseOperand()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | BlockFrequencyInfoImpl.h | 1895 double Percent = 100.0 * N / D; 1897 OS << format("label=\"%.1f%%\"", Percent);
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 1500 if (!isParsingIntelSyntax() && PercentTok.is(AsmToken::Percent)) { in ParseRegister() 2146 case AsmToken::Percent: SM.onMod(); break; in ParseIntelExpression() 2688 if (check(getLexer().is(AsmToken::Percent), L, in parseATTOperand() 2910 case AsmToken::Percent: in ParseMemOperand() 3069 if (getTok().is(AsmToken::Percent) || in parsePrimaryExpr()
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/AsmParser/ |
| H A D | M68kAsmParser.cpp | 633 if (getTok().is(AsmToken::Percent)) { in parseRegister()
|