Searched refs:BG (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DRenderingSupport.h52 bool Bold = false, bool BG = false) {
54 OS.changeColor(Color, Bold, BG);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DWithColor.h53 /// @param BG If true, change the background, default: change foreground
58 bool Bold = false, bool BG = false, bool DisableColors = false)
60 changeColor(Color, Bold, BG);
104 /// @param BG If true, change the background, default: change foreground
106 bool BG = false);
H A DFormattedStream.h124 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override {
125 TheStream->changeColor(Color, Bold, BG);
H A Draw_ostream.h271 /// @param BG if true change the background, default: change foreground
275 bool BG = false) {
278 (void)BG;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DWithColor.cpp108 bool BG) {
110 OS.changeColor(Color, Bold, BG);
107 changeColor(raw_ostream::Colors Color, bool Bold, bool BG) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1536 for (auto &BG : BitGroups) {
1537 unsigned RLAmtKey = BG.RLAmt + (BG.Repl32 ? 64 : 0);
1538 ValueRotInfo &VRI = ValueRots[std::make_pair(BG.V, RLAmtKey)];
1539 VRI.V = BG.V;
1540 VRI.RLAmt = BG.RLAmt;
1541 VRI.Repl32 = BG.Repl32;
1543 VRI.FirstGroupStartIdx = std::min(VRI.FirstGroupStartIdx, BG.StartIdx);
1574 auto IsAllLow32 = [this](BitGroup & BG) {
1575 if (BG
2304 BitGroup BG = *I; local
[all...]

Completed in 78 milliseconds