Home
last modified time | relevance | path

Searched refs:Vector (Results 176 – 200 of 758) sorted by relevance

12345678910>>...31

/netbsd/external/apache2/llvm/dist/llvm/docs/AMDGPU/
H A Dgfx9_vcc_64.rst13 Vector condition code.
H A Dgfx7_vcc_64.rst13 Vector condition code.
H A Dgfx10_vcc_32.rst13 Vector condition code. This operand depends on wavefront size:
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DStats_data.cc83 stats_items = new Vector<Stats_item*>; in sum()
131 stats_items = new Vector<Stats_data::Stats_item*>; in compute_data()
H A DPreviewExp.h35 Vector<char*> *preview_info ();
H A DDataSpace.cc203 Vector<LoadObject*> *lobjs = dbeSession->get_text_segments (); in compute_metrics()
207 Vector<Module*> *modules = lo->seg_modules; in compute_metrics()
315 Vector<DataObject*> *elements = dbeSession->get_dobj_elements (tmpParent); in compute_metrics()
466 Vector<int> *marks, int /* _threshold */) in get_layout_data()
H A DStats_data.h55 Vector<Stats_item*> *stats_items; // Actual statistics values
H A DDataSpace.h44 Hist_data *get_layout_data (Hist_data *sorted_data, Vector<int> *marks,
H A DUserLabel.h46 static void dump (const char *msg, Vector<UserLabel*> *labels);
H A Dutil.cc386 Vector<char *> *
389 Vector<char *> *v = new Vector<char *>; in split_str()
1366 Vector<void*> *array = (Vector<void*>*)vec; in destroy()
1370 ((Vector<char *>*)array)->destroy (); in destroy()
H A DDwarf.cc586 dwrCUs = new Vector<DwrCU *>; in archive_Dwarf()
609 dwrCU->srcFiles = new Vector<SourceFile *> (VecSize (lineReg->file_names)); in archive_Dwarf()
655 module->datatypes = new Vector<datatype_t*>; in read_hwcprof_info()
670 Vector<inst_info_t*> *infoList = module->infoList; in read_hwcprof_info()
698 Vector<int64_t> *keys = ctx.dwr_types->keySet (); in read_hwcprof_info()
762 ctx->module->infoList = new Vector<inst_info_t*>; in read_hwcprof_info()
H A DDbeFile.cc395 Vector<pathmap_t*> *pathmaps = dbeSession->get_pathmaps (); in find_in_pathmap()
439 DbeFile::find_in_setpath (char *filename, Vector<char*> *searchPath) in find_in_setpath()
493 DbeFile::find_in_classpath (char *filename, Vector<DbeFile*> *classPath) in find_in_classpath()
H A DHist_data.cc333 hist_items = new Vector<HistItem*>; in Hist_data()
1156 Vector<uint64_t> *
1157 Hist_data::get_object_indices (Vector<int> *selections) in get_object_indices()
1163 Vector<uint64_t> *indices = new Vector<uint64_t>; in get_object_indices()
1170 Vector<Histable*> *v = hi->obj->get_comparable_objs (); in get_object_indices()
1711 cstack_items = new Vector<CStack_item*>; in CStack_data()
1767 Vector<Histable*> *v = comparable_objs; in delete_comparable_objs()
1791 Vector<Histable*> *
1800 Vector<Histable*> *v = get_comparable_objs (); in get_compare_obj()
H A DFilter.h96 Vector<RangePair *> *items; // sorted array of items
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/aarch64/
H A Dneon-vfp-reglist-post.s101 # Post Index Vector-element form with replicate (Immediate offset)
112 # Vector element with index
171 # Post Index Vector-element form with replicate (Register offset)
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dneon-vfp-reglist-post.s101 # Post Index Vector-element form with replicate (Immediate offset)
112 # Vector element with index
171 # Post Index Vector-element form with replicate (Register offset)
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp411 int Vector[4][3]; in isLegalUpTo() local
412 memset(Vector, -1, sizeof(Vector)); in isLegalUpTo()
430 if (Vector[Src.second][j] < 0) in isLegalUpTo()
431 Vector[Src.second][j] = Src.first; in isLegalUpTo()
432 if (Vector[Src.second][j] != Src.first) in isLegalUpTo()
444 if (Vector[Src.second][Cycle] < 0) in isLegalUpTo()
445 Vector[Src.second][Cycle] = Src.first; in isLegalUpTo()
446 if (Vector[Src.second][Cycle] != Src.first) in isLegalUpTo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86SchedSkylakeClient.td77 // Vector loads are 5/6/7 cycles, so ReadAfterVec*Ld registers needn't be available
333 // Vector integer operations.
371 defm : SKLWriteResPair<WritePMULLD, [SKLPort01], 10, [2], 2, 6>; // Vector PMULLD.
374 defm : SKLWriteResPair<WriteShuffle, [SKLPort5], 1, [1], 1, 5>; // Vector shuffles.
378 defm : SKLWriteResPair<WriteVarShuffle, [SKLPort5], 1, [1], 1, 5>; // Vector shuffles.
382 defm : SKLWriteResPair<WriteBlend, [SKLPort5], 1, [1], 1, 6>; // Vector blends.
388 defm : SKLWriteResPair<WriteMPSAD, [SKLPort5], 4, [2], 2, 6>; // Vector MPSAD.
391 defm : SKLWriteResPair<WritePSADBW, [SKLPort5], 3, [1], 1, 5>; // Vector PSADBW.
395 defm : SKLWriteResPair<WritePHMINPOS, [SKLPort01], 4, [1], 1, 6>; // Vector PHMINPOS.
397 // Vector integer shifts.
[all …]
H A DX86RegisterBanks.td15 /// Floating Point/Vector Registers
/netbsd/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc163 Vector<ThreadLeak> &leaks = *(Vector<ThreadLeak>*)arg; in MaybeReportThreadLeak()
214 Vector<ThreadLeak> leaks; in ThreadFinalize()
/netbsd/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl_thread.cc161 Vector<ThreadLeak> &leaks = *(Vector<ThreadLeak>*)arg; in MaybeReportThreadLeak()
212 Vector<ThreadLeak> leaks; in ThreadFinalize()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl_thread.cc161 Vector<ThreadLeak> &leaks = *(Vector<ThreadLeak>*)arg; in MaybeReportThreadLeak()
212 Vector<ThreadLeak> leaks; in ThreadFinalize()
/netbsd/external/cddl/dtracetoolkit/dist/Examples/
H A Dj_syscalls_example.txt72 311536 method java/util/Vector.elementAt 24
93 311536 method java/util/Vector.<init> 33
108 311536 method java/util/Vector.size 43
/netbsd/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dj_syscalls_example.txt72 311536 method java/util/Vector.elementAt 24
93 311536 method java/util/Vector.<init> 33
108 311536 method java/util/Vector.size 43
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64RegisterBanks.td15 /// Floating Point/Vector Registers: B, H, S, D, Q.

12345678910>>...31