/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | BitTracker.cpp | 45 // BitTracker BT(TSE, MF); 46 // BT.run(); 49 // RegisterCell RC = BT.get(Reg); 73 using BT = BitTracker; 97 raw_ostream &operator<<(raw_ostream &OS, const BT::BitValue &BV) { in operator <<() 99 case BT::BitValue::Top: in operator <<() 102 case BT::BitValue::Zero: in operator <<() 105 case BT::BitValue::One: in operator <<() 108 case BT::BitValue::Ref: in operator <<() 115 raw_ostream &operator<<(raw_ostream &OS, const BT [all...] |
H A D | HexagonBitTracker.cpp | 38 using BT = BitTracker; 89 BT::BitMask HexagonEvaluator::mask(unsigned Reg, unsigned Sub) const { in mask() 101 return IsSubLo ? BT::BitMask(0, RW-1) in mask() 102 : BT::BitMask(RW, 2*RW-1); in mask() 163 std::vector<BT::RegisterRef> Vector; 170 Vector[i] = BT::RegisterRef(MO); in RegisterRefs() 178 const BT::RegisterRef &operator[](unsigned n) const { in operator []() 260 auto rr0 = [this,Reg] (const BT::RegisterCell &Val, CellMapType &Outputs) 267 uint16_t W) -> BT::RegisterCell { 277 auto lo = [this] (const BT [all...] |
H A D | HexagonBitSimplify.cpp | 1054 : Transformation(true), HII(hii), HRI(hri), MRI(mri), BT(bt) {} 1071 BitTracker &BT; 1279 const BitTracker::RegisterCell &DC = BT.lookup(RD.Reg); 1280 const BitTracker::RegisterCell &SC = BT.lookup(RS.Reg); 1303 if (!BT.reached(&B)) 1320 if (!BT.has(RD.Reg)) 1322 const BitTracker::RegisterCell &DC = BT.lookup(RD.Reg); 1330 if (!BT.has(RS.Reg)) 1339 const BitTracker::RegisterCell &SC = BT.lookup(RS.Reg); 1360 BT [all...] |
H A D | HexagonGenInsert.cpp | 272 CellMapShadow(const BitTracker &T) : BT(T) {} in CellMapShadow() 281 CP = CVect[RInd] = &BT.lookup(VR); in lookup() 285 const BitTracker &BT; member 604 if (!CMS->BT.reached(&B)) 940 if (!CMS->BT.reached(B)) 1020 // (The information in BT about R's bits would have them as constants,
|
H A D | HexagonInstrInfo.cpp | 3632 const MachineBasicBlock *BT = nullptr; in getDotNewPredJumpOp() local 3636 BT = Op.getMBB(); in getDotNewPredJumpOp() 3639 Taken = BT && getEdgeProbability(Src, BT) < OneHalf; in getDotNewPredJumpOp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeSymbolEnumerator.cpp | 75 const NativeTypeBuiltin &BT = Parent.getUnderlyingBuiltinType(); in getValue() local 77 switch (BT.getBuiltinType()) { in getValue() 81 assert(Record.Value.isSignedIntN(BT.getLength() * 8)); in getValue() 83 switch (BT.getLength()) { in getValue() 97 assert(Record.Value.isIntN(BT.getLength() * 8)); in getValue() 99 switch (BT.getLength()) { in getValue() 112 assert(Record.Value.isIntN(BT.getLength() * 8)); in getValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | BlockFrequencyInfoImpl.h | 66 template <class BT> struct BlockEdgesAdder; 840 template <class BT> class BlockFrequencyInfoImpl : BlockFrequencyInfoImplBase { 842 friend struct bfi_detail::BlockEdgesAdder<BT>; 844 using BlockT = typename bfi_detail::TypeMap<BT>::BlockT; 845 using FunctionT = typename bfi_detail::TypeMap<BT>::FunctionT; 847 typename bfi_detail::TypeMap<BT>::BranchProbabilityInfoT; 848 using LoopT = typename bfi_detail::TypeMap<BT>::LoopT; 849 using LoopInfoT = typename bfi_detail::TypeMap<BT>::LoopInfoT; 1019 template <class BT> 1020 void BlockFrequencyInfoImpl<BT> [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ModuleDebugInfoPrinter.cpp | 107 if (auto *BT = dyn_cast<DIBasicType>(T)) { in print() 109 auto Encoding = dwarf::AttributeEncodingString(BT->getEncoding()); in print() 113 O << "unknown-encoding(" << BT->getEncoding() << ')'; in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiInstrInfo.cpp | 590 if (Instruction->getOpcode() == Lanai::BT) { in analyzeBranch() 673 BuildMI(&MBB, DL, get(Lanai::BT)).addMBB(TrueBlock); in insertBranch() 688 BuildMI(&MBB, DL, get(Lanai::BT)).addMBB(FalseBlock); in insertBranch() 703 if (Instruction->getOpcode() != Lanai::BT && in removeBranch()
|
H A D | LanaiAsmPrinter.cpp | 177 TmpInst.setOpcode(Lanai::BT); in emitCallInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 420 WebAssembly::BlockType BT) { in addBlockTypeOperand() 423 WebAssemblyOperand::IntOp{static_cast<int64_t>(BT)})); in addBlockTypeOperand() 536 auto BT = parseBlockType(Id.getString()); variable 537 if (BT == WebAssembly::BlockType::Invalid) 539 addBlockTypeOperand(Operands, NameLoc, BT); 419 addBlockTypeOperand(OperandVector &Operands, SMLoc NameLoc, WebAssembly::BlockType BT) addBlockTypeOperand() argument
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.h | 698 bc(b_offset, BT, encode_crbit(cr, CR_EQ), lk); in bc_short() 704 bc(b_offset, BT, encode_crbit(cr, CR_GT), lk); in bc_short() 710 bc(b_offset, BT, encode_crbit(cr, CR_LT), lk); in bc_short() 716 bc(b_offset, BT, encode_crbit(cr, CR_FU), lk); in bc_short() 722 bc(b_offset, BT, encode_crbit(cr, CR_SO), lk); in bc_short() 740 bclr(BT, encode_crbit(cr, CR_EQ), lk); in bclr() 746 bclr(BT, encode_crbit(cr, CR_GT), lk); in bclr() 752 bclr(BT, encode_crbit(cr, CR_LT), lk); in bclr() 758 bclr(BT, encode_crbit(cr, CR_FU), lk); in bclr() 764 bclr(BT, encode_crbi in bclr() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMCInstLower.cpp | 260 auto BT = static_cast<WebAssembly::BlockType>(MO.getImm()); in lower() local 261 assert(BT != WebAssembly::BlockType::Invalid); in lower() 262 if (BT == WebAssembly::BlockType::Multivalue) { in lower()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | Pipeline.cpp | 306 template <TBasicType BT, Compare Cmp, int MatchDim, int NewDim> 314 const bool cond = type.getBasicType() == BT && !type.isArray() && in SaturateVectorOf()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | BypassSlowDivision.cpp | 137 IntegerType *BT = IntegerType::get(I->getContext(), BI->second); in FastDivInsertionTask() 138 BypassType = BT; in FastDivInsertionTask()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsInstrInfo.cpp | 100 BranchType BT = analyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs); in analyzeBranch() local 102 return (BT == BT_None) || (BT == BT_Indirect); in analyzeBranch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocEntry.h | 179 const DIBasicType *BT,
|
H A D | DwarfDebug.cpp | 1622 const DIBasicType *BT = dyn_cast<DIBasicType>( 1627 Entry.finalize(*Asm, List, BT, TheCU); 2227 void DwarfDebug::emitDebugLocValue(const AsmPrinter &AP, const DIBasicType *BT, 2235 if (BT && (BT->getEncoding() == dwarf::DW_ATE_signed || 2236 BT->getEncoding() == dwarf::DW_ATE_signed_char)) 2269 const DIBasicType *BT, 2287 DwarfDebug::emitDebugLocValue(AP, BT, Fragment, DwarfExpr); 2291 DwarfDebug::emitDebugLocValue(AP, BT, Value, DwarfExpr);
|
H A D | DwarfDebug.h | 769 static void emitDebugLocValue(const AsmPrinter &AP, const DIBasicType *BT,
|
H A D | DwarfUnit.cpp | 656 if (auto *BT = dyn_cast<DIBasicType>(Ty)) in createTypeDIE() 657 constructTypeDIE(TyDIE, BT); in createTypeDIE()
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | assembler-s390.cc | 435 case BT: in GetCondition()
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
H A D | demo-compiled.js | 60 691:["FM"],692:["MH"],800:["001"],808:["001"],850:["KP"],852:["HK"],853:["MO"],855:["KH"],856:["LA"],870:["001"],878:["001"],880:["BD"],881:["001"],882:["001"],883:["001"],886:["TW"],888:["001"],960:["MV"],961:["LB"],962:["JO"],963:["SY"],964:["IQ"],965:["KW"],966:["SA"],967:["YE"],968:["OM"],970:["PS"],971:["AE"],972:["IL"],973:["BH"],974:["QA"],975:["BT"],976:["MN"],977:["NP"],979:["001"],992:["TJ"],993:["TM"],994:["AZ"],995:["GE"],996:["KG"],998:["UZ"]},gb={AC:[,[,,"(?:[01589]\\d|[46])\\d{4}", 119 ,,,"5002345678"],[,,,,,,,,,[-1]],"BS",1,"011","1",,,"([3-8]\\d{6})$|1","242$1",,,,,[,,,,,,,,,[-1]],,"242",[,,,,,,,,,[-1]],[,,"242225\\d{4}",,,,"2422250123"],,,[,,,,,,,,,[-1]]],BT:[,[,,"[17]\\d{7}|[2-8]\\d{6}",,,,,,,[7,8],[6]],[,,"(?:2[3-6]|[34][5-7]|5[236]|6[2-46]|7[246]|8[2-4])\\d{5}",,,,"2345678",,,[7],[6]],[,,"(?:1[67]|77)\\d{6}",,,,"17123456",,,[8]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],"BT",975,"00",,,,,,,,[[,"(\\d{3})(\\d{3})","$1 $2",["[2-7]"]],[,"(\\d)(\\d{3})(\\d{3})", 539 ,,,"100"],[,,"102|273\\d\\d|321",,,,"102",,,[3,5]],[,,"151|(?:278|555)\\d\\d|4(?:04\\d\\d?|11\\d|57)",,,,"151",,,[3,4,5]],,[,,"285\\d{2,3}|321|40404|(?:27[38]\\d|482)\\d|6(?:0\\d|10)\\d{3}",,,,"321"]],BS:[,[,,"9\\d\\d",,,,,,,[3]],,,[,,"9(?:1[19]|88)",,,,"911"],[,,,,,,,,,[-1]],,,,"BS",,,,,,,,,,,,,,,,,,[,,"91[19]",,,,"911"],,[,,"9(?:1[19]|88)",,,,"911"],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],,[,,,,,,,,,[-1]]],BT:[,[,,"[14]\\d\\d(?:\\d{2})?",,,,,,,[3,5]],,,[,,"11[023]",,,,"110",,,[3]],[,,,,,,,,,[-1]],,,,"BT",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 83 BT,
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 1872 __ bc(v8::internal::kInstrSize * 2, BT, crbit); in AssembleArchInstruction() 1877 __ bc(v8::internal::kInstrSize * 2, BT, crbit); in AssembleArchInstruction() 1904 __ bc(v8::internal::kInstrSize * 2, BT, crbit); in AssembleArchInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 2264 if (auto *BT = dyn_cast<DIBasicType>(getType())) 2265 return BT->getSignedness();
|