| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackSlotColoring.cpp | 267 int Color = -1; in ColorSlot() local 275 Color = UsedColors[StackID].find_first(); in ColorSlot() 276 while (Color != -1) { in ColorSlot() 282 Color = UsedColors[StackID].find_next(Color); in ColorSlot() 286 if (Color != -1 && MFI->getStackID(Color) != MFI->getStackID(FI)) { in ColorSlot() 295 Color = NextColors[StackID]; in ColorSlot() 296 UsedColors[StackID].set(Color); in ColorSlot() 303 Assignments[Color].push_back(li); in ColorSlot() 311 MFI->setObjectAlignment(Color, Alignment); in ColorSlot() 314 MFI->setObjectSize(Color, Size); in ColorSlot() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64A57FPLoadBalancing.cpp | 102 enum class Color { Even, Odd }; enum 147 Color getColor(unsigned Register); 201 Color LastColor; 203 Chain(MachineInstr *MI, unsigned Idx, Color C) in Chain() 259 Color getPreferredColor() { in getPreferredColor() 261 return OverrideBalance == 1 ? Color::Even : Color::Odd; in getPreferredColor() 465 Color PreferredColor = Parity < 0 ? Color::Even : Color::Odd; in colorChainSet() 468 Color C = PreferredColor; in colorChainSet() 490 PreferredColor = Parity < 0 ? Color::Even : Color::Odd; in colorChainSet() 715 return Color::Even; in getColor() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | EHPersonalities.cpp | 103 BasicBlock *Color; in colorEHFunclets() local 104 std::tie(Visiting, Color) = Worklist.pop_back_val(); in colorEHFunclets() 107 << Color->getName() << "\n"); in colorEHFunclets() 111 Color = Visiting; in colorEHFunclets() 115 if (!is_contained(Colors, Color)) in colorEHFunclets() 116 Colors.push_back(Color); in colorEHFunclets() 121 dbgs() << " Assigned color \'" << Color->getName() in colorEHFunclets() 125 BasicBlock *SuccColor = Color; in colorEHFunclets()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTDumperUtils.h | 30 llvm::raw_ostream::Colors Color; member 91 ColorScope(llvm::raw_ostream &OS, bool ShowColors, TerminalColor Color) in ColorScope() argument 94 OS.changeColor(Color.Color, Color.Bold); in ColorScope()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGPrinter.cpp | 225 void SelectionDAG::setGraphColor(const SDNode *N, const char *Color) { in setGraphColor() argument 227 NodeGraphAttrs[N] = std::string("color=") + Color; in setGraphColor() 237 bool SelectionDAG::setSubgraphColorHelper(SDNode *N, const char *Color, DenseSet<SDNode *> &visited, in setSubgraphColorHelper() argument 253 setGraphColor(N, Color); in setSubgraphColorHelper() 257 hit_limit = setSubgraphColorHelper(*i, Color, visited, level+1, printed) || hit_limit; in setSubgraphColorHelper() 269 void SelectionDAG::setSubgraphColor(SDNode *N, const char *Color) { in setSubgraphColor() argument 273 if (setSubgraphColorHelper(N, Color, visited, 0, printed)) { in setSubgraphColor() 275 if (strcmp(Color, "red") == 0) { in setSubgraphColor() 277 } else if (strcmp(Color, "yellow") == 0) { in setSubgraphColor()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | TextNodeDumper.cpp | 73 ColorScope Color(OS, ShowColors, NullColor); in Visit() local 91 ColorScope Color(OS, ShowColors, AttrColor); in Visit() local 126 ColorScope Color(OS, ShowColors, NullColor); in Visit() local 131 ColorScope Color(OS, ShowColors, StmtColor); in Visit() local 188 ColorScope Color(OS, ShowColors, NullColor); in Visit() local 202 ColorScope Color(OS, ShowColors, TypeColor); in Visit() local 244 ColorScope Color(OS, ShowColors, NullColor); in Visit() local 330 ColorScope Color(OS, ShowColors, NullColor); in Visit() local 335 ColorScope Color(OS, ShowColors, AttrColor); in Visit() local 361 ColorScope Color(OS, ShowColors, NullColor); in Visit() local [all …]
|
| H A D | ASTDumper.cpp | 48 ColorScope Color(OS, ShowColors, DeclNameColor); in dumpLookups() local 77 ColorScope Color(OS, ShowColors, UndeserializedColor); in dumpLookups() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | xray-color-helper.cpp | 84 convertToHSV(const std::tuple<uint8_t, uint8_t, uint8_t> &Color) { in convertToHSV() argument 85 double Scaled[3] = {std::get<0>(Color) / 255.0, std::get<1>(Color) / 255.0, in convertToHSV() 86 std::get<2>(Color) / 255.0}; in convertToHSV() 121 convertToRGB(const std::tuple<double, double, double> &Color) { in convertToRGB() argument 122 const double &H = std::get<0>(Color); in convertToRGB() 123 const double &S = std::get<1>(Color); in convertToRGB() 124 const double &V = std::get<2>(Color); in convertToRGB()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRegColoring.cpp | 139 size_t Color = I; in runOnMachineFunction() local 150 Color = C; in runOnMachineFunction() 155 unsigned New = SortedIntervals[Color]->reg(); in runOnMachineFunction() 158 UsedColors.set(Color); in runOnMachineFunction() 159 Assignments[Color].push_back(LI); in runOnMachineFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | WithColor.h | 72 raw_ostream::Colors Color = raw_ostream::SAVEDCOLOR, 76 changeColor(Color, Bold, BG); in OS() 121 WithColor &changeColor(raw_ostream::Colors Color, bool Bold = false,
|
| H A D | FormattedStream.h | 148 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override { in changeColor() argument 149 TheStream->changeColor(Color, Bold, BG); in changeColor()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageViewHTML.cpp | 536 Optional<StringRef> Color; in renderLine() local 541 return tag("span", Snippet, std::string(Color.getValue())); in renderLine() 545 return S && (!S->IsGapRegion || (Color && *Color == "red")) && in renderLine() 550 Color = "red"; in renderLine() 558 Color = "red"; in renderLine() 560 Color = "cyan"; in renderLine() 562 Color = None; in renderLine() 564 if (Color.hasValue()) in renderLine() 569 if (Color.hasValue() && Segments.empty()) in renderLine()
|
| H A D | RenderingSupport.h | 50 raw_ostream::Colors Color, 54 OS.changeColor(Color, Bold, BG);
|
| H A D | CoverageViewOptions.h | 56 raw_ostream::Colors Color) const { in colored_ostream() 57 return llvm::colored_ostream(OS, Color, Colors); in colored_ostream()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | WithColor.cpp | 36 WithColor::WithColor(raw_ostream &OS, HighlightColor Color, ColorMode Mode) in WithColor() argument 40 switch (Color) { in WithColor() 136 WithColor &WithColor::changeColor(raw_ostream::Colors Color, bool Bold, in changeColor() argument 139 OS.changeColor(Color, Bold, BG); in changeColor()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/display/ |
| H A D | ilitek,ili9486.yaml | 23 # Waveshare 3.5" 320x480 Color TFT LCD 25 # Ozzmaker 3.5" 320x480 Color TFT LCD
|
| H A D | sitronix,st7735r.yaml | 23 Adafruit 1.8" 160x128 Color TFT LCD (Product ID 358 or 618) 29 Okaya 1.44" 128x128 Color TFT LCD (E.g. Renesas YRSK-LCD-PMOD)
|
| H A D | renesas,cmm.yaml | 7 title: Renesas R-Car Color Management Module (CMM)
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | gimp | 36 >22 belong 0 RGB Color 38 >22 belong 2 Indexed Color
|
| H A D | icc | 4 # icc: file(1) magic for International Color Consortium file formats 7 # Color profiles as per the ICC's "Image technology colour management - 32 # to be for "ColorSync ICC Color Profile" rather than "Kodak Color
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
| H A D | TimelineView.cpp | 126 raw_ostream::Colors Color = chooseColor(Cycles, Executions, BufferSize); in tryChangeColor() local 127 if (Color == raw_ostream::SAVEDCOLOR) { in tryChangeColor() 131 OS.changeColor(Color, /* bold */ true, /* BG */ false); in tryChangeColor()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/iio/light/ |
| H A D | cm36651.txt | 1 * Capella CM36651 I2C Proximity and Color Light sensor
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineScheduler.cpp | 658 int Color = NextReservedID; in colorHighLatenciesGroups() local 682 int ProposedColor = Color; in colorHighLatenciesGroups() 762 Color = ++NextReservedID; in colorHighLatenciesGroups() 763 ProposedColor = Color; in colorHighLatenciesGroups() 769 Color = ++NextReservedID; in colorHighLatenciesGroups() 770 ProposedColor = Color; in colorHighLatenciesGroups() 1202 unsigned Color = CurrentColoring[SU->NodeNum]; in createBlocksForVariant() local 1203 if (RealID.find(Color) == RealID.end()) { in createBlocksForVariant() 1207 RealID[Color] = ID; in createBlocksForVariant() 1209 CurrentBlocks[RealID[Color]]->addUnit(SU); in createBlocksForVariant() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | CFGPrinter.h | 289 std::string Color = getHeatColor(Freq, CFGInfo->getMaxFreq()); 295 " fillcolor=\"" + Color + "70\"";
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/media/ |
| H A D | ti,vpe.yaml | 26 - description: Color Space Conversion (CSC) register region
|