Home
last modified time | relevance | path

Searched refs:Color (Results 1 – 25 of 55) sorted by relevance

123

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp101 enum class Color { Even, Odd }; enum
139 bool colorChain(Chain *G, Color C, MachineBasicBlock &MBB);
140 int scavengeRegister(Chain *G, Color C, MachineBasicBlock &MBB);
146 Color getColor(unsigned Register);
147 Chain *getAndEraseNext(Color PreferredColor, std::vector<Chain*> &L);
200 Color LastColor;
202 Chain(MachineInstr *MI, unsigned Idx, Color C) in Chain()
211 void add(MachineInstr *MI, unsigned Idx, Color C) { in add()
258 Color getPreferredColor() { in getPreferredColor()
260 return OverrideBalance == 1 ? Color::Even : Color::Odd; in getPreferredColor()
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp139 // Assignments - Color to intervals mapping.
302 int Color = -1; in ColorSlot()
310 Color = UsedColors[StackID].find_first(); in ColorSlot()
311 while (Color != -1) { in ColorSlot()
312 if (!Assignments[Color].overlaps(li)) { in ColorSlot()
317 Color = UsedColors[StackID].find_next(Color); in ColorSlot()
321 if (Color != -1 && MFI->getStackID(Color) != MFI->getStackID(FI)) { in ColorSlot()
330 Color in ColorSlot()
295 int Color = -1; ColorSlot() local
[all...]
H A DMachineFunctionPass.cpp144 bool Color = llvm::is_contained( in runOnFunction()
147 StringRef Removed = Color ? "\033[31m-%l\033[0m\n" : "-%l\n"; in runOnFunction()
148 StringRef Added = Color ? "\033[32m+%l\033[0m\n" : "+%l\n"; in runOnFunction()
143 bool Color = llvm::is_contained( runOnFunction() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DEHPersonalities.cpp127 BasicBlock *Color; in colorEHFunclets()
128 std::tie(Visiting, Color) = Worklist.pop_back_val(); in colorEHFunclets()
131 << Color->getName() << "\n"); in colorEHFunclets()
135 Color = Visiting; in colorEHFunclets()
139 if (!is_contained(Colors, Color)) in colorEHFunclets()
140 Colors.push_back(Color); in colorEHFunclets()
145 dbgs() << " Assigned color \'" << Color->getName() in colorEHFunclets()
149 BasicBlock *SuccColor = Color; in colorEHFunclets()
124 BasicBlock *Color; colorEHFunclets() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTDumperUtils.h30 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-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp221 void SelectionDAG::setGraphColor(const SDNode *N, const char *Color) { in setGraphColor() argument
223 NodeGraphAttrs[N] = std::string("color=") + Color; in setGraphColor()
233 bool SelectionDAG::setSubgraphColorHelper(SDNode *N, const char *Color, DenseSet<SDNode *> &visited, in setSubgraphColorHelper() argument
249 setGraphColor(N, Color); in setSubgraphColorHelper()
253 hit_limit = setSubgraphColorHelper(*i, Color, visited, level+1, printed) || hit_limit; in setSubgraphColorHelper()
265 void SelectionDAG::setSubgraphColor(SDNode *N, const char *Color) { in setSubgraphColor() argument
269 if (setSubgraphColorHelper(N, Color, visited, 0, printed)) { in setSubgraphColor()
271 if (strcmp(Color, "red") == 0) { in setSubgraphColor()
273 } else if (strcmp(Color, "yellow") == 0) { in setSubgraphColor()
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp75 ColorScope Color(OS, ShowColors, NullColor); in Visit()
81 ColorScope Color(OS, ShowColors, CommentColor); in Visit()
93 ColorScope Color(OS, ShowColors, AttrColor); in Visit()
128 ColorScope Color(OS, ShowColors, NullColor); in Visit()
133 ColorScope Color(OS, ShowColors, StmtColor); in Visit()
143 ColorScope Color(OS, ShowColors, ErrorsColor); in Visit()
148 ColorScope Color(OS, ShowColors, ValueKindColor); in Visit()
162 ColorScope Color(OS, ShowColors, ObjectKindColor); in Visit()
190 ColorScope Color(OS, ShowColors, NullColor); in Visit()
196 ColorScope Color(O in Visit()
74 ColorScope Color(OS, ShowColors, NullColor); Visit() local
80 ColorScope Color(OS, ShowColors, CommentColor); Visit() local
92 ColorScope Color(OS, ShowColors, AttrColor); Visit() local
127 ColorScope Color(OS, ShowColors, NullColor); Visit() local
132 ColorScope Color(OS, ShowColors, StmtColor); Visit() local
142 ColorScope Color(OS, ShowColors, ErrorsColor); Visit() local
147 ColorScope Color(OS, ShowColors, ValueKindColor); Visit() local
161 ColorScope Color(OS, ShowColors, ObjectKindColor); Visit() local
189 ColorScope Color(OS, ShowColors, NullColor); Visit() local
195 ColorScope Color(OS, ShowColors, TypeColor); Visit() local
203 ColorScope Color(OS, ShowColors, TypeColor); Visit() local
216 ColorScope Color(OS, ShowColors, ErrorsColor); Visit() local
245 ColorScope Color(OS, ShowColors, NullColor); Visit() local
251 ColorScope Color(OS, ShowColors, DeclKindNameColor); Visit() local
298 ColorScope Color(OS, ShowColors, UndeserializedColor); Visit() local
346 ColorScope Color(OS, ShowColors, NullColor); Visit() local
351 ColorScope Color(OS, ShowColors, AttrColor); Visit() local
377 ColorScope Color(OS, ShowColors, NullColor); Visit() local
391 ColorScope Color(OS, ShowColors, NullColor); Visit() local
397 ColorScope Color(OS, ShowColors, StmtColor); Visit() local
508 ColorScope Color(OS, ShowColors, ValueKindColor); Visit() local
519 ColorScope Color(OS, ShowColors, ValueColor); Visit() local
526 ColorScope Color(OS, ShowColors, ValueColor); Visit() local
533 ColorScope Color(OS, ShowColors, ValueColor); Visit() local
552 ColorScope Color(OS, ShowColors, ValueColor); Visit() local
560 ColorScope Color(OS, ShowColors, ValueColor); Visit() local
584 ColorScope Color(OS, ShowColors, ValueColor); Visit() local
615 ColorScope Color(OS, ShowColors, ValueColor); Visit() local
642 ColorScope Color(OS, ShowColors, AddressColor); dumpPointer() local
650 ColorScope Color(OS, ShowColors, LocationColor); dumpLocation() local
692 ColorScope Color(OS, ShowColors, TypeColor); dumpBareType() local
717 ColorScope Color(OS, ShowColors, NullColor); dumpBareDeclRef() local
723 ColorScope Color(OS, ShowColors, DeclKindNameColor); dumpBareDeclRef() local
729 ColorScope Color(OS, ShowColors, DeclNameColor); dumpBareDeclRef() local
739 ColorScope Color(OS, ShowColors, DeclNameColor); dumpName() local
759 ColorScope Color(OS, ShowColors, StmtColor); dumpCleanupObject() local
1131 ColorScope Color(OS, ShowColors, CastColor); VisitCastExpr() local
1190 ColorScope Color(OS, ShowColors, DeclKindNameColor); VisitObjCIvarRefExpr() local
1209 ColorScope Color(OS, ShowColors, ValueColor); VisitCharacterLiteral() local
1215 ColorScope Color(OS, ShowColors, ValueColor); VisitIntegerLiteral() local
1220 ColorScope Color(OS, ShowColors, ValueColor); VisitFixedPointLiteral() local
1225 ColorScope Color(OS, ShowColors, ValueColor); VisitFloatingLiteral() local
1230 ColorScope Color(OS, ShowColors, ValueColor); VisitStringLiteral() local
1953 ColorScope Color(OS, ShowColors, ValueColor); VisitLifetimeExtendedTemporaryDecl() local
2110 ColorScope Color(OS, ShowColors, NullColor); VisitOMPRequiresDecl() local
2115 ColorScope Color(OS, ShowColors, AttrColor); VisitOMPRequiresDecl() local
2178 ColorScope Color(OS, ShowColors, DeclKindNameColor); VisitCXXRecordDecl() local
2209 ColorScope Color(OS, ShowColors, DeclKindNameColor); VisitCXXRecordDecl() local
2223 ColorScope Color(OS, ShowColors, DeclKindNameColor); VisitCXXRecordDecl() local
2241 ColorScope Color(OS, ShowColors, DeclKindNameColor); VisitCXXRecordDecl() local
2258 ColorScope Color(OS, ShowColors, DeclKindNameColor); VisitCXXRecordDecl() local
2273 ColorScope Color(OS, ShowColors, DeclKindNameColor); VisitCXXRecordDecl() local
2287 ColorScope Color(OS, ShowColors, DeclKindNameColor); VisitCXXRecordDecl() local
[all...]
H A DASTDumper.cpp29 ColorScope Color(OS, ShowColors, NullColor); in dumpInvalidDeclContext()
40 ColorScope Color(OS, ShowColors, DeclKindNameColor); in dumpInvalidDeclContext()
46 ColorScope Color(OS, ShowColors, DeclNameColor); in dumpInvalidDeclContext()
76 ColorScope Color(OS, ShowColors, DeclNameColor); in dumpLookups()
105 ColorScope Color(OS, ShowColors, UndeserializedColor); in dumpLookups()
30 ColorScope Color(OS, ShowColors, NullColor); dumpInvalidDeclContext() local
41 ColorScope Color(OS, ShowColors, DeclKindNameColor); dumpInvalidDeclContext() local
47 ColorScope Color(OS, ShowColors, DeclNameColor); dumpInvalidDeclContext() local
77 ColorScope Color(OS, ShowColors, DeclNameColor); dumpLookups() local
106 ColorScope Color(OS, ShowColors, UndeserializedColor); dumpLookups() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-color-helper.cpp84 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-src/contrib/llvm-project/llvm/lib/Support/
H A DWithColor.cpp44 WithColor::WithColor(raw_ostream &OS, HighlightColor Color, ColorMode Mode) in WithColor() argument
48 switch (Color) { in WithColor()
143 WithColor &WithColor::changeColor(raw_ostream::Colors Color, bool Bold, in changeColor() argument
146 OS.changeColor(Color, Bold, BG); in changeColor()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DWithColor.h72 raw_ostream &OS, raw_ostream::Colors Color = raw_ostream::SAVEDCOLOR,
75 changeColor(Color, Bold, BG); in OS()
120 WithColor &changeColor(raw_ostream::Colors Color, bool Bold = false,
H A DFormattedStream.h182 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override { in changeColor() argument
185 raw_ostream::changeColor(Color, Bold, BG); in changeColor()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp290 size_t Color = I; in runOnMachineFunction()
301 Color = C; in runOnMachineFunction()
306 Register New = SortedIntervals[Color]->reg(); in runOnMachineFunction()
309 UsedColors.set(Color); in runOnMachineFunction()
310 Assignments[Color].push_back(LI); in runOnMachineFunction()
291 size_t Color = I; runOnMachineFunction() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DRenderingSupport.h50 raw_ostream::Colors Color,
54 OS.changeColor(Color, Bold, BG);
H A DCoverageViewOptions.h62 raw_ostream::Colors Color) const { in colored_ostream()
63 return llvm::colored_ostream(OS, Color, Colors); in colored_ostream()
H A DSourceCoverageViewHTML.cpp970 std::optional<StringRef> Color; in renderBranchView()
976 return tag("span", Snippet, std::string(*Color)); in renderBranchView()
978 return tag("span", Snippet, "region " + std::string(*Color)); in renderBranchView()
982 return S && (!S->IsGapRegion || (Color && *Color == "red")) &&
987 Color = "red"; in renderMCDCView()
995 Color = "red"; in renderMCDCView()
997 Color = "cyan"; in renderMCDCView()
999 Color = std::nullopt; in renderMCDCView()
1001 if (Color) in renderMCDCView()
792 std::optional<StringRef> Color; renderLine() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp422 Color = *SGRColor; in trySGR()
424 OS.changeColor(*Color); in trySGR()
436 OS.changeColor(Color == raw_ostream::Colors::BLUE ? raw_ostream::Colors::CYAN in highlight()
453 if (Color) { in restoreColor()
454 OS.changeColor(*Color, Bold); in restoreColor()
464 if (!Color && !Bold) in resetColor()
466 Color.reset(); in resetColor()
/freebsd-src/contrib/file/magic/Magdir/
H A Dgimp36 >22 belong 0 RGB Color
38 >22 belong 2 Indexed Color
H A Dicc4 # 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-src/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp126 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-src/sys/contrib/device-tree/Bindings/iio/light/
H A Dcm36651.txt1 * Capella CM36651 I2C Proximity and Color Light sensor
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp655 int Color = NextReservedID; in colorHighLatenciesGroups()
679 int ProposedColor = Color; in colorHighLatenciesGroups()
756 Color = ++NextReservedID; in colorHighLatenciesGroups()
757 ProposedColor = Color; in colorHighLatenciesGroups()
763 Color = ++NextReservedID; in colorHighLatenciesGroups()
764 ProposedColor = Color; in colorHighLatenciesGroups()
802 // Color 0 by default. in colorComputeReservedDependencies()
1182 unsigned Color = CurrentColoring[SU->NodeNum]; in createBlocksForVariant()
1183 if (RealID.find(Color) == RealID.end()) { in createBlocksForVariant()
1187 RealID[Color] in createBlocksForVariant()
658 int Color = NextReservedID; colorHighLatenciesGroups() local
1190 unsigned Color = CurrentColoring[SU->NodeNum]; createBlocksForVariant() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFGPrinter.h326 std::string Color = getHeatColor(Freq, CFGInfo->getMaxFreq());
332 " fillcolor=\"" + Color + "70\"" +
/freebsd-src/contrib/libxo/doc/
H A Dfield-roles.rst45 .. index:: Field Roles; Color
48 The Color Role ({C:})
77 Color names are prefixed with either "fg-" or "bg-" to change the
122 good idea. Color should enhance output, but should not be used as the
/freebsd-src/sys/contrib/device-tree/Bindings/media/i2c/
H A Dimx290.txt4 Square Pixel for Color Cameras. It is programmable through I2C and 4-wire

123