/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | TrigramIndex.cpp | 35 unsigned Cnt = 0; in insert() local 73 Cnt++; in insert() 80 if (!Cnt) { in insert() 86 Counts.push_back(Cnt); in insert()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
D | ArchitectureSet.cpp | 29 size_t Cnt = 0; in count() local 32 ++Cnt; in count() 33 return Cnt; in count()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 409 for (int Cnt = 0, E = VL.size(); Cnt < E; Cnt++) { in getSameOpcode() local 410 unsigned InstOpcode = cast<Instruction>(VL[Cnt])->getOpcode(); in getSameOpcode() 411 if (IsBinOp && isa<BinaryOperator>(VL[Cnt])) { in getSameOpcode() 417 AltIndex = Cnt; in getSameOpcode() 420 } else if (IsCastOp && isa<CastInst>(VL[Cnt])) { in getSameOpcode() 422 Type *Ty1 = cast<Instruction>(VL[Cnt])->getOperand(0)->getType(); in getSameOpcode() 431 AltIndex = Cnt; in getSameOpcode() 1347 unsigned Cnt = 0; in print() local 1349 OS << "Operand " << Cnt++ << "\n"; in print() 5770 for (int Cnt = E; Cnt > 0; --Cnt) { in vectorizeStores() local [all …]
|
/third_party/elfio/tests/elf_examples/ |
D | test_ppc.txt | 249 000000: Version: 1 File: libstdc++.so.6 Cnt: 2 252 0x0030: Version: 1 File: libc.so.6 Cnt: 2
|
D | ls.readelf | 442 000000: Version: 1 File: librt.so.1 Cnt: 1 444 0x0020: Version: 1 File: libacl.so.1 Cnt: 2 447 0x0050: Version: 1 File: libc.so.6 Cnt: 5
|
D | hello_32.txt | 206 000000: Version: 1 File: libc.so.6 Cnt: 1
|
D | hello_64.txt | 239 000000: Version: 1 File: libc.so.6 Cnt: 1
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 6037 static bool getVShiftImm(SDValue Op, unsigned ElementBits, int64_t &Cnt) { in getVShiftImm() argument 6050 Cnt = SplatBits.getSExtValue(); in getVShiftImm() 6058 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { in isVShiftLImm() argument 6061 if (!getVShiftImm(Op, ElementBits, Cnt)) in isVShiftLImm() 6063 return (Cnt >= 0 && (isLong ? Cnt - 1 : Cnt) < ElementBits); in isVShiftLImm() 6073 int64_t &Cnt) { in isVShiftRImm() argument 6076 if (!getVShiftImm(Op, ElementBits, Cnt)) in isVShiftRImm() 6079 return (Cnt >= 1 && Cnt <= (isNarrow ? ElementBits / 2 : ElementBits)); in isVShiftRImm() 6080 if (Cnt >= -(isNarrow ? ElementBits / 2 : ElementBits) && Cnt <= -1) { in isVShiftRImm() 6081 Cnt = -Cnt; in isVShiftRImm() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 260 const ConstantFP *Cnt = MO.getFPImm(); in lowerOperand() local 261 const APFloat &Val = Cnt->getValueAPF(); in lowerOperand() 263 switch (Cnt->getType()->getTypeID()) { in lowerOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 450 for (size_t Idx = 0, Cnt = SectionSizes.size(); Idx < Cnt; Idx++) { in computeAllocationSizeForSections() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 8288 static bool getVShiftImm(SDValue Op, unsigned ElementBits, int64_t &Cnt) { in getVShiftImm() argument 8300 Cnt = SplatBits.getSExtValue(); in getVShiftImm() 8308 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { in isVShiftLImm() argument 8311 if (!getVShiftImm(Op, ElementBits, Cnt)) in isVShiftLImm() 8313 return (Cnt >= 0 && (isLong ? Cnt - 1 : Cnt) < ElementBits); in isVShiftLImm() 8319 static bool isVShiftRImm(SDValue Op, EVT VT, bool isNarrow, int64_t &Cnt) { in isVShiftRImm() argument 8322 if (!getVShiftImm(Op, ElementBits, Cnt)) in isVShiftRImm() 8324 return (Cnt >= 1 && Cnt <= (isNarrow ? ElementBits / 2 : ElementBits)); in isVShiftRImm() 8331 int64_t Cnt; in LowerVectorSRA_SRL_SHL() local 8342 if (isVShiftLImm(Op.getOperand(1), VT, false, Cnt) && Cnt < EltSize) in LowerVectorSRA_SRL_SHL() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1323 unsigned Cnt = I.second.second; in emitGlobalGOTEquivs() local 1324 if (Cnt) in emitGlobalGOTEquivs()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
D | macro-assembler-arm64.h | 259 V(cnt, Cnt) \
|
D | macro-assembler-arm64.cc | 3740 Cnt(scratch, scratch); in TruncateDoubleToI()
|
/third_party/rust/crates/nix/src/sys/socket/ |
D | addr.rs | 391 Cnt = libc::AF_CNT, enumerator
|
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
D | liftoff-assembler-arm64.h | 2562 Cnt(dst.fp().V16B(), src.fp().V16B()); in emit_i8x16_popcnt()
|
/third_party/vixl/test/aarch64/ |
D | test-disasm-neon-aarch64.cc | 3437 COMPARE_MACRO(Cnt(v1.V8B(), v8.V8B()), in TEST() 3440 COMPARE_MACRO(Cnt(v2.V16B(), v9.V16B()), in TEST()
|
D | test-assembler-neon-aarch64.cc | 6868 __ Cnt(v28.V8B(), v0.V8B()); in TEST() local 6869 __ Cnt(v29.V16B(), v1.V16B()); in TEST() local
|
/third_party/elfutils/po/ |
D | de.po | 4648 msgid " %#06x: Version: %hu File: %s Cnt: %hu\n" 4649 msgstr " %#06x: Version: %hu Datei: %s Cnt: %hu\n" 4671 msgid " %#06x: Version: %hd Flags: %s Index: %hd Cnt: %hd Name: %s\n"
|
D | ja.po | 4745 msgid " %#06x: Version: %hu File: %s Cnt: %hu\n" 4771 msgid " %#06x: Version: %hd Flags: %s Index: %hd Cnt: %hd Name: %s\n"
|
D | uk.po | 5034 msgid " %#06x: Version: %hu File: %s Cnt: %hu\n" 5067 msgid " %#06x: Version: %hd Flags: %s Index: %hd Cnt: %hd Name: %s\n"
|
D | pl.po | 5021 msgid " %#06x: Version: %hu File: %s Cnt: %hu\n" 5057 msgid " %#06x: Version: %hd Flags: %s Index: %hd Cnt: %hd Name: %s\n"
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | code-generator-arm64.cc | 1583 __ Cnt(i.OutputSimd128Register().Format(f), in AssembleArchInstruction() local
|
/third_party/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 2968 V(cnt, Cnt) \ 4073 void Cnt(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) { in Cnt() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2830 TargetLowering::BooleanContent Cnt = getBooleanContents(VT); in isExtendedTrueVal() local 2831 switch (Cnt) { in isExtendedTrueVal()
|