Home
last modified time | relevance | path

Searched refs:BG (Results 1 – 25 of 218) sorted by relevance

123456789

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1041 for (auto &BG : BitGroups) { in collectValueRotInfo() local
1042 unsigned RLAmtKey = BG.RLAmt + (BG.Repl32 ? 64 : 0); in collectValueRotInfo()
1043 ValueRotInfo &VRI = ValueRots[std::make_pair(BG.V, RLAmtKey)]; in collectValueRotInfo()
1044 VRI.V = BG.V; in collectValueRotInfo()
1045 VRI.RLAmt = BG.RLAmt; in collectValueRotInfo()
1046 VRI.Repl32 = BG.Repl32; in collectValueRotInfo()
1048 VRI.FirstGroupStartIdx = std::min(VRI.FirstGroupStartIdx, BG.StartIdx); in collectValueRotInfo()
1079 auto IsAllLow32 = [this](BitGroup & BG) { in assignRepl32BitGroups() argument
1080 if (BG.StartIdx <= BG.EndIdx) { in assignRepl32BitGroups()
1081 for (unsigned i = BG.StartIdx; i <= BG.EndIdx; ++i) { in assignRepl32BitGroups()
[all …]
/external/v8/test/webkit/
Dgmail-re-re.js33 var BG=/ $/; variable
50 return a.replace(Ci, " ").replace(BC, "").replace(BG, "");
/external/llvm/tools/llvm-cov/
DRenderingSupport.h53 bool Bold = false, bool BG = false) {
55 OS.changeColor(Color, Bold, BG);
/external/v8/test/webkit/fast/js/
Dregexp-unicode-handling.js36 var BG=/ $/; variable
53 return a.replace(Ci, " ").replace(BC, "").replace(BG, "");
/external/llvm/include/llvm/Support/
DFormattedStream.h125 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override { in changeColor() argument
126 TheStream->changeColor(Color, Bold, BG); in changeColor()
Draw_ostream.h236 bool BG = false) {
239 (void)BG;
/external/libyuv/files/source/
Drow_posix.cc1286 #define BG UG * 128 + VG * 128 macro
1308 { BG, BG, BG, BG, BG, BG, BG, BG },
/external/icu/icu4c/source/data/region/
Dps.txt17 BG{"بلغاریه"}
Dfa_AF.txt20 BG{"بلغاریا"}
Dnus.txt29 BG{"Bulga̱a̱ria"}
Dchr.txt36 BG{"ᏊᎵᎨᎵᎠ"}
Dyi.txt49 BG{"בולגאַריע"}
Dshi.txt31 BG{"ⴱⵍⵖⴰⵔⵢⴰ"}
Dzgh.txt30 BG{"ⴱⵍⵖⴰⵔⵢⴰ"}
Dvai.txt31 BG{"ꗂꔠꔸꕩ"}
Dbrx.txt63 BG{"बल्गैरिया"}
Ddyo.txt29 BG{"Bulgari"}
Dks.txt63 BG{"بَلجیرِیا"}
Dor.txt63 BG{"ବୁଲଗେରିଆ"}
Dko.txt64 BG{"불가리아"}
Dhe.txt64 BG{"בולגריה"}
Dzh.txt64 BG{"保加利亚"}
Duk.txt64 BG{"Болгарія"}
Dgu.txt64 BG{"બલ્ગેરિયા"}
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_posix.cc2069 #define BG UG * 128 + VG * 128 macro
2091 { BG, BG, BG, BG, BG, BG, BG, BG },

123456789