Home
last modified time | relevance | path

Searched refs:Cnt (Results 1 – 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTrigramIndex.cpp35 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/
DArchitectureSet.cpp29 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/
DSLPVectorizer.cpp409 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/
Dtest_ppc.txt249 000000: Version: 1 File: libstdc++.so.6 Cnt: 2
252 0x0030: Version: 1 File: libc.so.6 Cnt: 2
Dls.readelf442 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
Dhello_32.txt206 000000: Version: 1 File: libc.so.6 Cnt: 1
Dhello_64.txt239 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/
DARMISelLowering.cpp6037 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/
DNVPTXAsmPrinter.cpp260 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/
DRuntimeDyld.cpp450 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/
DAArch64ISelLowering.cpp8288 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/
DAsmPrinter.cpp1323 unsigned Cnt = I.second.second; in emitGlobalGOTEquivs() local
1324 if (Cnt) in emitGlobalGOTEquivs()
/third_party/node/deps/v8/src/codegen/arm64/
Dmacro-assembler-arm64.h259 V(cnt, Cnt) \
Dmacro-assembler-arm64.cc3740 Cnt(scratch, scratch); in TruncateDoubleToI()
/third_party/rust/crates/nix/src/sys/socket/
Daddr.rs391 Cnt = libc::AF_CNT, enumerator
/third_party/node/deps/v8/src/wasm/baseline/arm64/
Dliftoff-assembler-arm64.h2562 Cnt(dst.fp().V16B(), src.fp().V16B()); in emit_i8x16_popcnt()
/third_party/vixl/test/aarch64/
Dtest-disasm-neon-aarch64.cc3437 COMPARE_MACRO(Cnt(v1.V8B(), v8.V8B()), in TEST()
3440 COMPARE_MACRO(Cnt(v2.V16B(), v9.V16B()), in TEST()
Dtest-assembler-neon-aarch64.cc6868 __ Cnt(v28.V8B(), v0.V8B()); in TEST() local
6869 __ Cnt(v29.V16B(), v1.V16B()); in TEST() local
/third_party/elfutils/po/
Dde.po4648 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"
Dja.po4745 msgid " %#06x: Version: %hu File: %s Cnt: %hu\n"
4771 msgid " %#06x: Version: %hd Flags: %s Index: %hd Cnt: %hd Name: %s\n"
Duk.po5034 msgid " %#06x: Version: %hu File: %s Cnt: %hu\n"
5067 msgid " %#06x: Version: %hd Flags: %s Index: %hd Cnt: %hd Name: %s\n"
Dpl.po5021 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/
Dcode-generator-arm64.cc1583 __ Cnt(i.OutputSimd128Register().Format(f), in AssembleArchInstruction() local
/third_party/vixl/src/aarch64/
Dmacro-assembler-aarch64.h2968 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/
DTargetLowering.cpp2830 TargetLowering::BooleanContent Cnt = getBooleanContents(VT); in isExtendedTrueVal() local
2831 switch (Cnt) { in isExtendedTrueVal()

12