Home
last modified time | relevance | path

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

12345678910>>...82

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h51 vector signed char __a, vector signed char __b, vector unsigned char __c);
58 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
69 vector bool short __a, vector bool short __b, vector unsigned char __c);
80 vector unsigned int __a, vector unsigned int __b, vector unsigned char __c);
83 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c);
6046 vec_mradds(vector short __a, vector short __b, vector short __c) { in vec_mradds()
6111 vec_vmsumshm(vector short __a, vector short __b, vector int __c) { in vec_vmsumshm()
8691 vector int __res = ((vector int)__a & ~(vector int)__c) | in vec_sel()
8699 vector int __res = ((vector int)__a & ~(vector int)__c) | in vec_sel()
8864 vector int __res = ((vector int)__a & ~(vector int)__c) | in vec_vsel()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsSystemZ.def35 TARGET_BUILTIN(__builtin_s390_lcbb, "UivC*Ii", "nc", "vector")
36 TARGET_BUILTIN(__builtin_s390_vlbb, "V16ScvC*Ii", "", "vector")
37 TARGET_BUILTIN(__builtin_s390_vll, "V16ScUivC*", "", "vector")
38 TARGET_BUILTIN(__builtin_s390_vstl, "vV16ScUiv*", "", "vector")
53 TARGET_BUILTIN(__builtin_s390_vuphb, "V8SsV16Sc", "nc", "vector")
54 TARGET_BUILTIN(__builtin_s390_vuphh, "V4SiV8Ss", "nc", "vector")
56 TARGET_BUILTIN(__builtin_s390_vuplb, "V8SsV16Sc", "nc", "vector")
57 TARGET_BUILTIN(__builtin_s390_vuplhw, "V4SiV8Ss", "nc", "vector")
60 TARGET_BUILTIN(__builtin_s390_vuplhh, "V4UiV8Us", "nc", "vector")
63 TARGET_BUILTIN(__builtin_s390_vupllh, "V4UiV8Us", "nc", "vector")
[all …]
H A DBuiltinsPPC.def204 "power8-vector")
206 "power8-vector")
208 "power8-vector")
210 "power8-vector")
212 "power8-vector")
214 "power8-vector")
216 "power8-vector")
225 "power8-vector")
227 "power8-vector")
229 "power8-vector")
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_basic_types.h39 typedef vector<int, 2> int2;
40 typedef vector<int, 3> int3;
41 typedef vector<int, 4> int4;
42 typedef vector<uint, 2> uint2;
43 typedef vector<uint, 3> uint3;
44 typedef vector<uint, 4> uint4;
53 typedef vector<half, 2> half2;
54 typedef vector<half, 3> half3;
55 typedef vector<half, 4> half4;
58 typedef vector<float, 2> float2;
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.td80 def v1i1 : VTVec<1, i1, 17>; // 1 x i1 vector value
81 def v2i1 : VTVec<2, i1, 18>; // 2 x i1 vector value
82 def v4i1 : VTVec<4, i1, 19>; // 4 x i1 vector value
83 def v8i1 : VTVec<8, i1, 20>; // 8 x i1 vector value
84 def v16i1 : VTVec<16, i1, 21>; // 16 x i1 vector value
85 def v32i1 : VTVec<32, i1, 22>; // 32 x i1 vector value
86 def v64i1 : VTVec<64, i1, 23>; // 64 x i1 vector value
87 def v128i1 : VTVec<128, i1, 24>; // 128 x i1 vector value
88 def v256i1 : VTVec<256, i1, 25>; // 256 x i1 vector value
89 def v512i1 : VTVec<512, i1, 26>; // 512 x i1 vector value
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h62 std::vector<SUnit*> SUnits;
64 std::vector<SUnit*> TopReadySUs;
65 std::vector<SUnit*> ScheduledSUnits;
77 std::vector<unsigned> LiveInPressure;
78 std::vector<unsigned> LiveOutPressure;
212 std::vector<int> TopDownIndex2Block;
229 std::vector<int> Node2CurrentBlock;
242 std::vector<int> CurrentColoring;
406 std::vector<unsigned> SUs;
493 std::vector<int> TopDownIndex2SU;
[all …]
/freebsd/contrib/llvm-project/lld/COFF/
H A DDLL.h29 std::vector<Chunk *> dirs;
30 std::vector<Chunk *> lookups;
31 std::vector<Chunk *> addresses;
32 std::vector<Chunk *> hints;
33 std::vector<Chunk *> dllNames;
61 std::vector<Chunk *> dirs;
64 std::vector<Chunk *> names;
66 std::vector<Chunk *> thunks;
67 std::vector<Chunk *> pdata;
69 std::vector<Chunk *> dllNames;
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dvector22 class vector
38 vector()
48 vector(const vector& x);
49 vector(vector&& x)
54 vector& operator=(const vector& x);
55 vector& operator=(vector&& x)
180 vector(const vector& x);
181 vector(vector&& x)
186 vector& operator=(const vector& x);
187 vector& operator=(vector&& x)
[all …]
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.h40 std::vector<std::string> ccArgs; // CC-specific arguments.
42 const std::vector<std::string> *CCArgs) in CC()
53 const std::vector<std::string> *Args);
66 const std::vector<std::string> &CCArgs = std::vector<std::string>(),
94 const std::vector<std::string> *Args = nullptr);
98 const std::vector<std::string> *Args = nullptr);
138 const std::vector<std::string> &CCArgs = std::vector<std::string>(),
139 const std::vector<std::string> &SharedLibs = std::vector<std::string>(),
148 std::vector<std::string> ToolArgs; // Extra args to pass to LLC.
172 const std::vector<std::string> &CCArgs = std::vector<std::string>(),
[all …]
H A DToolRunner.cpp160 const std::vector<std::string> &SharedLibs = std::vector<std::string>(),
172 std::vector<StringRef> LLIArgs; in ExecuteProgram()
255 const std::vector<std::string> &CCArgs = std::vector<std::string>(), in ExecuteProgram()
256 const std::vector<std::string> &SharedLibs = std::vector<std::string>(), in ExecuteProgram()
305 const std::vector<std::string> &SharedLibs = std::vector<std::string>(),
406 std::vector<std::string> Args; in createCustomCompiler()
422 std::vector<std::string> Args; in createCustomExecutor()
547 const std::vector<std::string> &CCArgs = std::vector<std::string>(),
548 const std::vector<std::string> &SharedLibs = std::vector<std::string>(),
629 std::vector<StringRef> CCArgs; in ExecuteProgram()
[all …]
/freebsd/usr.sbin/ppp/
H A Dauth.c186 memset(vector, '\0', sizeof vector); in auth_SetPhoneList()
187 if ((n = MakeArgs(buff, vector, VECSIZE(vector), PARSE_REDUCE)) < 0) in auth_SetPhoneList()
247 memset(vector, '\0', sizeof vector); in auth_Select()
248 if ((n = MakeArgs(buff, vector, VECSIZE(vector), PARSE_REDUCE)) < 0) in auth_Select()
257 if (n > 2 && *vector[2] && strcmp(vector[2], "*") && in auth_Select()
264 if (n > 3 && *vector[3] && strcmp(vector[3], "*")) in auth_Select()
314 memset(vector, '\0', sizeof vector); in auth_Validate()
353 char *vector[5]; in auth_GetSecret() local
370 memset(vector, '\0', sizeof vector); in auth_GetSecret()
371 if ((n = MakeArgs(buff, vector, VECSIZE(vector), PARSE_REDUCE)) < 0) in auth_GetSecret()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWindowsResource.h159 std::vector<std::string> &Duplicates);
202 std::vector<std::vector<uint8_t>> &Data,
203 std::vector<std::vector<UTF16>> &StringTable,
206 std::vector<std::vector<UTF16>> &StringTable);
208 std::vector<std::vector<UTF16>> &StringTable);
210 std::vector<std::vector<uint8_t>> &Data,
217 std::vector<std::vector<UTF16>> &StringTable);
246 std::vector<StringOrID> &Context,
252 std::vector<std::vector<uint8_t>> Data;
253 std::vector<std::vector<UTF16>> StringTable;
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DRenamingAction.h31 RenamingAction(const std::vector<std::string> &NewNames,
32 const std::vector<std::string> &PrevNames,
33 const std::vector<std::vector<std::string>> &USRList,
42 const std::vector<std::string> &NewNames, &PrevNames;
43 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/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPdbYaml.h37 std::vector<uint32_t> DirectoryBlocks;
43 std::vector<uint32_t> Blocks;
56 std::vector<PdbRaw_FeatureSig> Features;
57 std::vector<NamedStreamMapping> NamedStreams;
62 std::vector<CodeViewYAML::SymbolRecord> Symbols;
68 std::vector<StringRef> SourceFiles;
82 std::vector<PdbDbiModuleInfo> ModInfos;
87 std::vector<CodeViewYAML::LeafRecord> Records;
91 std::vector<CodeViewYAML::SymbolRecord> PubSyms;
98 std::optional<std::vector<uint32_t>> StreamSizes;
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningTool.h31 using ModuleDepsGraph = std::vector<ModuleDeps>;
45 std::vector<std::string> FileDeps;
49 std::vector<PrebuiltModuleDep> PrebuiltModuleDeps;
56 std::vector<ModuleID> ClangModuleDeps;
64 std::vector<Command> Commands;
67 std::vector<std::string> DriverCommandLine;
73 std::vector<P1689ModuleInfo> Requires;
186 std::vector<std::string> Dependencies;
189 std::vector<ModuleID> DirectModuleDeps;
190 std::vector<Command> Commands;
[all …]
/freebsd/sys/x86/x86/
H A Dlocal_apic.c1263 tpr |= vector; in lapic_set_tpr()
1281 kmsan_mark(&vector, sizeof(vector), KMSAN_STATE_INITED); in lapic_handle_intr()
1286 vector)); in lapic_handle_intr()
1514 u_int vector; in apic_alloc_vector() local
1523 for (vector = 0; vector < APIC_NUM_IOINTS; vector++) { in apic_alloc_vector()
1561 for (vector = 0; vector < APIC_NUM_IOINTS; vector++) { in apic_alloc_vectors()
1582 for (vector = 0; vector < count; vector++) in apic_alloc_vectors()
1641 KASSERT(vector >= APIC_IO_INTS && vector != IDT_SYSCALL && in apic_free_vector()
1680 KASSERT(vector >= APIC_IO_INTS && vector != IDT_SYSCALL && in apic_idt_to_irq()
2127 vector = -1; in lapic_ipi_alloc()
[all …]
/freebsd/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/sys/powerpc/powerpc/
H A Dintr_machdep.c97 u_int vector; member
197 int vector; in smp_intr_init() local
199 for (vector = 0; vector < nvectors; vector++) { in smp_intr_init()
226 int vector; in intr_lookup() local
229 for (vector = 0; vector < nvectors; vector++) { in intr_lookup()
250 i->vector = -1; in intr_lookup()
260 for (vector = 0; vector < num_io_irqs && vector <= nvectors; in intr_lookup()
261 vector++) { in intr_lookup()
266 i->vector = vector; in intr_lookup()
444 int error, vector; in powerpc_enable_intr() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h46 std::vector<Abbrev> Table;
75 std::vector<RangeEntry> Entries;
90 std::vector<PubEntry> Entries;
101 std::vector<FormValue> Values;
118 std::vector<Entry> Entries;
152 std::vector<File> Files;
175 std::vector<yaml::Hex64> Offsets;
180 std::vector<yaml::Hex64> Values;
185 std::vector<yaml::Hex64> Values;
190 std::vector<yaml::Hex64> Values;
[all …]
H A DELFYAML.h170 std::optional<std::vector<BBEntry>> BBEntries;
408 std::optional<std::vector<uint32_t>> Bucket;
409 std::optional<std::vector<uint32_t>> Chain;
473 std::vector<VernauxEntry> AuxV;
573 std::vector<StringRef> VerNames;
707 std::vector<Chunk *> Chunks;
712 std::vector<ProgramHeader> ProgramHeaders;
716 std::vector<std::unique_ptr<Chunk>> Chunks;
722 std::optional<std::vector<Symbol>> Symbols;
726 std::vector<Section *> getSections() { in getSections()
[all …]
H A DWasmYAML.h79 std::vector<uint32_t> Functions;
110 std::vector<LocalDecl> Locals;
230 std::vector<StringRef> Needed;
260 std::vector<Comdat> Comdats;
273 std::vector<ProducerEntry> SDKs;
304 std::vector<Import> Imports;
324 std::vector<Table> Tables;
334 std::vector<Limits> Memories;
344 std::vector<uint32_t> TagTypes;
354 std::vector<Global> Globals;
[all …]
/freebsd/contrib/kyua/utils/signals/
H A Dtimer_test.cpp59 std::vector< int >& _destination;
184 std::vector< int > items; in ATF_TEST_CASE_BODY()
208 std::vector< int > exp_items; in ATF_TEST_CASE_BODY()
225 std::vector< int > items; in ATF_TEST_CASE_BODY()
251 std::vector< int > exp_items; in ATF_TEST_CASE_BODY()
266 std::vector< int > items; in ATF_TEST_CASE_BODY()
292 std::vector< int > exp_items; in ATF_TEST_CASE_BODY()
307 std::vector< int > items; in ATF_TEST_CASE_BODY()
326 std::vector< int > exp_items; in ATF_TEST_CASE_BODY()
339 std::vector< int > items; in ATF_TEST_CASE_BODY()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymtab.h24 typedef std::vector<uint32_t> IndexCollection;
47 void Dump(Stream *s, Target *target, std::vector<uint32_t> &indexes,
65 std::vector<uint32_t> &indexes,
70 std::vector<uint32_t> &indexes, uint32_t start_idx = 0,
75 std::vector<uint32_t> &matches,
94 std::vector<uint32_t> &indexes,
99 std::vector<uint32_t> &indexes,
113 std::vector<uint32_t> &symbol_indexes,
126 void SortSymbolIndexesByValue(std::vector<uint32_t> &indexes,
243 typedef std::vector<Symbol> collection;
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp47 std::vector<std::string> USRs = in findSymbolOccurrences()
144 Expected<std::vector<AtomicChange>>
148 std::vector<AtomicChange> Changes; in createRenameReplacements()
186 const std::vector<std::string> &NewNames, in RenamingASTConsumer()
187 const std::vector<std::string> &PrevNames, in RenamingASTConsumer()
188 const std::vector<std::vector<std::string>> &USRList, in RenamingASTConsumer()
223 Expected<std::vector<AtomicChange>> Change = in HandleOneRename()
235 const std::vector<std::vector<std::string>> &USRList;
247 const std::vector<std::vector<std::string>> &USRList, in USRSymbolRenamer()
264 const std::vector<std::string> &NewNames;
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DAPIData.h19 std::vector<std::string> ASTClassLocations;
20 std::vector<std::string> ASTClassRanges;
21 std::vector<std::string> TemplateParms;
22 std::vector<std::string> TypeSourceInfos;
23 std::vector<std::string> TypeLocs;
24 std::vector<std::string> NestedNameLocs;
25 std::vector<std::string> DeclNameInfos;

12345678910>>...82