Home
last modified time | relevance | path

Searched refs:vector (Results 1 – 25 of 2120) sorted by relevance

12345678910>>...85

/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A Dvecintrin.h383 vector float __vec = (vector float)0; in vec_insert_and_zero()
622 vec_sel(vector bool int __a, vector bool int __b, vector bool int __c) { in vec_sel()
679 vec_sel(vector float __a, vector float __b, vector unsigned int __c) { in vec_sel()
685 vec_sel(vector float __a, vector float __b, vector bool int __c) { in vec_sel()
700 vec_sel(vector double __a, vector double __b, vector bool long long __c) { in vec_sel()
8570 vec_madd(vector float __a, vector float __b, vector float __c) { in vec_madd()
8576 vec_madd(vector double __a, vector double __b, vector double __c) { in vec_madd()
8584 vec_msub(vector float __a, vector float __b, vector float __c) { in vec_msub()
8590 vec_msub(vector double __a, vector double __b, vector double __c) { in vec_msub()
8598 vec_nmadd(vector float __a, vector float __b, vector float __c) { in vec_nmadd()
[all …]
H A Daltivec.h63 vector signed char __a, vector signed char __b, vector unsigned char __c);
70 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
81 vector bool short __a, vector bool short __b, vector unsigned char __c);
95 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c);
5445 vec_mradds(vector short __a, vector short __b, vector short __c) { in vec_mradds()
5500 vec_vmsumshm(vector short __a, vector short __b, vector int __c) { in vec_vmsumshm()
5529 vec_vmsumshs(vector short __a, vector short __b, vector int __c) { in vec_vmsumshs()
7892 vector int __res = ((vector int)__a & ~(vector int)__c) | in vec_sel()
7900 vector int __res = ((vector int)__a & ~(vector int)__c) | in vec_sel()
8025 vector int __res = ((vector int)__a & ~(vector int)__c) | in vec_vsel()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DBuiltinsSystemZ.def36 TARGET_BUILTIN(__builtin_s390_lcbb, "UivC*Ii", "nc", "vector")
37 TARGET_BUILTIN(__builtin_s390_vlbb, "V16ScvC*Ii", "", "vector")
38 TARGET_BUILTIN(__builtin_s390_vll, "V16ScUivC*", "", "vector")
39 TARGET_BUILTIN(__builtin_s390_vstl, "vV16ScUiv*", "", "vector")
54 TARGET_BUILTIN(__builtin_s390_vuphb, "V8SsV16Sc", "nc", "vector")
55 TARGET_BUILTIN(__builtin_s390_vuphh, "V4SiV8Ss", "nc", "vector")
57 TARGET_BUILTIN(__builtin_s390_vuplb, "V8SsV16Sc", "nc", "vector")
58 TARGET_BUILTIN(__builtin_s390_vuplhw, "V4SiV8Ss", "nc", "vector")
61 TARGET_BUILTIN(__builtin_s390_vuplhh, "V4UiV8Us", "nc", "vector")
64 TARGET_BUILTIN(__builtin_s390_vupllh, "V4UiV8Us", "nc", "vector")
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DValueTypes.td36 def v1i1 : ValueType<1 , 14>; // 1 x i1 vector value
37 def v2i1 : ValueType<2 , 15>; // 2 x i1 vector value
38 def v4i1 : ValueType<4 , 16>; // 4 x i1 vector value
39 def v8i1 : ValueType<8 , 17>; // 8 x i1 vector value
40 def v16i1 : ValueType<16, 18>; // 16 x i1 vector value
41 def v32i1 : ValueType<32 , 19>; // 32 x i1 vector value
42 def v64i1 : ValueType<64 , 20>; // 64 x i1 vector value
43 def v128i1 : ValueType<128, 21>; // 128 x i1 vector value
44 def v512i1 : ValueType<512, 22>; // 512 x i1 vector value
45 def v1024i1: ValueType<1024,23>; //1024 x i1 vector value
[all …]
/freebsd-12.1/contrib/gdb/gdb/
H A Denviron.c49 char **vector = e->vector; in free_environ() local
51 while (*vector) in free_environ()
75 e->vector = (char **) xrealloc ((char *) e->vector, in init_environ()
105 char **vector = e->vector; in get_in_environ() local
108 for (; (s = *vector) != NULL; vector++) in get_in_environ()
122 char **vector = e->vector; in set_in_environ() local
134 vector = (char **) xrealloc ((char *) vector, in set_in_environ()
136 e->vector = vector; in set_in_environ()
168 char **vector = e->vector; in unset_in_environ() local
171 for (; (s = *vector) != NULL; vector++) in unset_in_environ()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h66 std::vector<SUnit*> SUnits;
68 std::vector<SUnit*> TopReadySUs;
69 std::vector<SUnit*> ScheduledSUnits;
81 std::vector<unsigned> LiveInPressure;
82 std::vector<unsigned> LiveOutPressure;
216 std::vector<int> TopDownIndex2Block;
233 std::vector<int> Node2CurrentBlock;
246 std::vector<int> CurrentColoring;
411 std::vector<unsigned> SUs;
504 std::vector<int> TopDownIndex2SU;
[all …]
H A DAMDGPULegalizerInfo.cpp40 const LLT V2S16 = LLT::vector(2, 16); in AMDGPULegalizerInfo()
41 const LLT V4S16 = LLT::vector(4, 16); in AMDGPULegalizerInfo()
42 const LLT V8S16 = LLT::vector(8, 16); in AMDGPULegalizerInfo()
44 const LLT V2S32 = LLT::vector(2, 32); in AMDGPULegalizerInfo()
45 const LLT V3S32 = LLT::vector(3, 32); in AMDGPULegalizerInfo()
46 const LLT V4S32 = LLT::vector(4, 32); in AMDGPULegalizerInfo()
47 const LLT V5S32 = LLT::vector(5, 32); in AMDGPULegalizerInfo()
48 const LLT V6S32 = LLT::vector(6, 32); in AMDGPULegalizerInfo()
49 const LLT V7S32 = LLT::vector(7, 32); in AMDGPULegalizerInfo()
50 const LLT V8S32 = LLT::vector(8, 32); in AMDGPULegalizerInfo()
[all …]
/freebsd-12.1/contrib/gcc/doc/
H A Dextend.texi8077 vector float vec_add (vector float, vector float);
8171 vector float vec_and (vector float, vector float);
8509 vector float vec_madd (vector float, vector float, vector float);
8537 vector float vec_max (vector float, vector float);
8665 vector float vec_min (vector float, vector float);
8812 vector float vec_nmsub (vector float, vector float, vector float);
8814 vector float vec_nor (vector float, vector float);
8827 vector float vec_or (vector float, vector float);
8970 vector float vec_sel (vector float, vector float, vector bool int);
8971 vector float vec_sel (vector float, vector float, vector unsigned int);
[all …]
/freebsd-12.1/contrib/libc++/include/
H A Dvector45 vector(const vector& x);
46 vector(vector&& x)
52 vector& operator=(vector&& x)
169 vector(const vector& x);
170 vector(vector&& x)
558 vector(const vector& __x);
571 vector(vector&& __x)
1243 vector<_Tp, _Allocator>::vector(const vector& __x)
1276 vector<_Tp, _Allocator>::vector(vector&& __x)
2282 vector(vector&& __v)
[all …]
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DDLL.h31 std::vector<Chunk *> Dirs;
32 std::vector<Chunk *> Lookups;
33 std::vector<Chunk *> Addresses;
34 std::vector<Chunk *> Hints;
35 std::vector<Chunk *> DLLNames;
57 std::vector<Chunk *> Dirs;
59 std::vector<Chunk *> Addresses;
60 std::vector<Chunk *> Names;
62 std::vector<Chunk *> Thunks;
63 std::vector<Chunk *> DLLNames;
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86LegalizerInfo.cpp258 const LLT v4s32 = LLT::vector(4, 32); in setLegalizerInfoSSE1()
259 const LLT v2s64 = LLT::vector(2, 64); in setLegalizerInfoSSE1()
287 const LLT v16s8 = LLT::vector(16, 8); in setLegalizerInfoSSE2()
288 const LLT v8s16 = LLT::vector(8, 16); in setLegalizerInfoSSE2()
289 const LLT v4s32 = LLT::vector(4, 32); in setLegalizerInfoSSE2()
290 const LLT v2s64 = LLT::vector(2, 64); in setLegalizerInfoSSE2()
292 const LLT v32s8 = LLT::vector(32, 8); in setLegalizerInfoSSE2()
294 const LLT v8s32 = LLT::vector(8, 32); in setLegalizerInfoSSE2()
295 const LLT v4s64 = LLT::vector(4, 64); in setLegalizerInfoSSE2()
332 const LLT v4s32 = LLT::vector(4, 32); in setLegalizerInfoSSE41()
[all …]
/freebsd-12.1/usr.sbin/ppp/
H A Dauth.c188 memset(vector, '\0', sizeof vector); in auth_SetPhoneList()
189 if ((n = MakeArgs(buff, vector, VECSIZE(vector), PARSE_REDUCE)) < 0) in auth_SetPhoneList()
249 memset(vector, '\0', sizeof vector); in auth_Select()
250 if ((n = MakeArgs(buff, vector, VECSIZE(vector), PARSE_REDUCE)) < 0) in auth_Select()
259 if (n > 2 && *vector[2] && strcmp(vector[2], "*") && in auth_Select()
266 if (n > 3 && *vector[3] && strcmp(vector[3], "*")) in auth_Select()
316 memset(vector, '\0', sizeof vector); in auth_Validate()
355 char *vector[5]; in auth_GetSecret() local
372 memset(vector, '\0', sizeof vector); in auth_GetSecret()
373 if ((n = MakeArgs(buff, vector, VECSIZE(vector), PARSE_REDUCE)) < 0) in auth_GetSecret()
[all …]
/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DToolRunner.h41 std::vector<std::string> ccArgs; // CC-specific arguments.
43 const std::vector<std::string> *CCArgs) in CC()
54 const std::vector<std::string> *Args);
67 const std::vector<std::string> &CCArgs = std::vector<std::string>(),
95 const std::vector<std::string> *Args = nullptr);
99 const std::vector<std::string> *Args = nullptr);
139 const std::vector<std::string> &CCArgs = std::vector<std::string>(),
140 const std::vector<std::string> &SharedLibs = std::vector<std::string>(),
149 std::vector<std::string> ToolArgs; // Extra args to pass to LLC.
173 const std::vector<std::string> &CCArgs = std::vector<std::string>(),
[all …]
H A DToolRunner.cpp161 const std::vector<std::string> &SharedLibs = std::vector<std::string>(),
173 std::vector<StringRef> LLIArgs; in ExecuteProgram()
256 const std::vector<std::string> &CCArgs = std::vector<std::string>(), in ExecuteProgram()
257 const std::vector<std::string> &SharedLibs = std::vector<std::string>(), in ExecuteProgram()
306 const std::vector<std::string> &SharedLibs = std::vector<std::string>(),
407 std::vector<std::string> Args; in createCustomCompiler()
423 std::vector<std::string> Args; in createCustomExecutor()
548 const std::vector<std::string> &CCArgs = std::vector<std::string>(),
549 const std::vector<std::string> &SharedLibs = std::vector<std::string>(),
630 std::vector<StringRef> CCArgs; in ExecuteProgram()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/Rename/
H A DRenamingAction.h33 RenamingAction(const std::vector<std::string> &NewNames,
34 const std::vector<std::string> &PrevNames,
35 const std::vector<std::vector<std::string>> &USRList,
44 const std::vector<std::string> &NewNames, &PrevNames;
45 const std::vector<std::vector<std::string>> &USRList;
93 llvm::Expected<std::vector<AtomicChange>>
101 const std::vector<std::string> &NewNames, in QualifiedRenamingAction()
102 const std::vector<std::vector<std::string>> &USRList, in QualifiedRenamingAction()
110 const std::vector<std::string> &NewNames;
113 const std::vector<std::vector<std::string>> &USRList;
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DPdbYaml.h42 std::vector<uint32_t> DirectoryBlocks;
48 std::vector<uint32_t> Blocks;
61 std::vector<PdbRaw_FeatureSig> Features;
62 std::vector<NamedStreamMapping> NamedStreams;
67 std::vector<CodeViewYAML::SymbolRecord> Symbols;
73 std::vector<StringRef> SourceFiles;
87 std::vector<PdbDbiModuleInfo> ModInfos;
92 std::vector<CodeViewYAML::LeafRecord> Records;
96 std::vector<CodeViewYAML::SymbolRecord> PubSyms;
103 Optional<std::vector<uint32_t>> StreamSizes;
[all …]
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/
H A DCopyConfig.h63 std::vector<StringRef> AddSection;
64 std::vector<StringRef> DumpSection;
65 std::vector<StringRef> KeepSection;
66 std::vector<StringRef> OnlySection;
67 std::vector<StringRef> SymbolsToGlobalize;
68 std::vector<StringRef> SymbolsToKeep;
69 std::vector<StringRef> SymbolsToLocalize;
70 std::vector<StringRef> SymbolsToRemove;
71 std::vector<StringRef> SymbolsToWeaken;
72 std::vector<StringRef> ToRemove;
[all …]
/freebsd-12.1/sys/powerpc/powerpc/
H A Dintr_machdep.c102 u_int vector; member
156 int vector; in smp_intr_init() local
158 for (vector = 0; vector < nvectors; vector++) { in smp_intr_init()
192 int vector; in intr_lookup() local
195 for (vector = 0; vector < nvectors; vector++) { in intr_lookup()
215 i->vector = -1; in intr_lookup()
225 for (vector = 0; vector < INTR_VECTORS && vector <= nvectors; in intr_lookup()
226 vector++) { in intr_lookup()
231 i->vector = vector; in intr_lookup()
409 int error, vector; in powerpc_enable_intr() local
[all …]
/freebsd-12.1/contrib/libstdc++/include/debug/
H A Dvector1 // Debugging vector implementation -*- C++ -*-
31 /** @file debug/vector
38 #include <vector>
49 class vector
94 vector(const vector<_Tp,_Allocator>& __x)
98 vector(const _Base& __x)
101 ~vector() { }
103 vector<_Tp,_Allocator>&
338 swap(vector<_Tp,_Allocator>& __x)
395 const vector<_Tp, _Alloc>& __rhs)
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymtab.h25 typedef std::vector<uint32_t> IndexCollection;
50 void Dump(Stream *s, Target *target, std::vector<uint32_t> &indexes) const;
68 std::vector<uint32_t> &indexes,
73 std::vector<uint32_t> &indexes, uint32_t start_idx = 0,
78 std::vector<uint32_t> &matches,
82 std::vector<uint32_t> &matches);
86 std::vector<uint32_t> &matches);
102 std::vector<uint32_t> &indexes);
114 std::vector<uint32_t> &symbol_indexes);
127 void SortSymbolIndexesByValue(std::vector<uint32_t> &indexes,
[all …]
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp91 void dbgsInsnClass(const std::vector<unsigned> &InsnClass);
115 std::vector<std::vector<unsigned>> allInsnClasses;
219 void AddInsnClass(std::vector<unsigned> &InsnClass,
349 void State::AddInsnClass(std::vector<unsigned> &InsnClass, in AddInsnClass()
570 std::vector<int> StateEntry(numStates+1); in writeTableAndAPI()
716 const std::vector<Record*> &FuncList = in collectAllComboFuncs()
748 const std::vector<Record*> &StageList = in collectOneInsnClass()
757 std::vector<unsigned> UnitBits; in collectOneInsnClass()
764 const std::vector<Record*> &UnitList = in collectOneInsnClass()
842 std::vector<Record*> ProcItinList = in run()
[all …]
/freebsd-12.1/sys/x86/x86/
H A Dlocal_apic.c1274 tpr |= vector; in lapic_set_tpr()
1292 vector)); in lapic_handle_intr()
1517 u_int vector; in native_apic_alloc_vector() local
1526 for (vector = 0; vector < APIC_NUM_IOINTS; vector++) { in native_apic_alloc_vector()
1564 for (vector = 0; vector < APIC_NUM_IOINTS; vector++) { in native_apic_alloc_vectors()
1586 for (vector = 0; vector < count; vector++) in native_apic_alloc_vectors()
1645 KASSERT(vector >= APIC_IO_INTS && vector != IDT_SYSCALL && in native_apic_free_vector()
1684 KASSERT(vector >= APIC_IO_INTS && vector != IDT_SYSCALL && in apic_idt_to_irq()
2148 vector = -1; in native_lapic_ipi_alloc()
2155 vector = idx; in native_lapic_ipi_alloc()
[all …]
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dvisx19 >2 byte 101 (unsigned char vector)
20 >2 byte 102 (short integer vector)
21 >2 byte 103 (float 32 vector)
22 >2 byte 104 (float 64 vector)
23 >2 byte 105 (signed char vector)
24 >2 byte 106 (bit plane vector)
25 >2 byte 121 (feature vector)
26 >2 byte 122 (feature vector library)
28 >2 byte 126 (bit vector)
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h98 typedef std::vector<Relocation> Relocations;
101 typedef std::vector<Hex8> ContentBytes;
230 std::vector<Section> sections;
233 std::vector<Symbol> localSymbols;
234 std::vector<Symbol> globalSymbols;
236 std::vector<Symbol> stabsSymbols;
246 std::vector<StringRef> rpaths;
257 std::vector<RebaseLocation> rebasingInfo;
258 std::vector<BindLocation> bindingInfo;
261 std::vector<Export> exportInfo;
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp48 std::vector<std::string> USRs = in findSymbolOccurrences()
143 Expected<std::vector<AtomicChange>>
147 std::vector<AtomicChange> Changes; in createRenameReplacements()
184 const std::vector<std::string> &NewNames, in RenamingASTConsumer()
185 const std::vector<std::string> &PrevNames, in RenamingASTConsumer()
186 const std::vector<std::vector<std::string>> &USRList, in RenamingASTConsumer()
221 Expected<std::vector<AtomicChange>> Change = in HandleOneRename()
233 const std::vector<std::vector<std::string>> &USRList;
245 const std::vector<std::vector<std::string>> &USRList, in USRSymbolRenamer()
262 const std::vector<std::string> &NewNames;
[all …]

12345678910>>...85