Home
last modified time | relevance | path

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

12345678910>>...104

/freebsd-13.1/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h47 vector signed char __a, vector signed char __b, vector unsigned char __c);
54 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
65 vector bool short __a, vector bool short __b, vector unsigned char __c);
76 vector unsigned int __a, vector unsigned int __b, vector unsigned char __c);
79 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c);
5994 vec_mradds(vector short __a, vector short __b, vector short __c) { in vec_mradds()
6059 vec_vmsumshm(vector short __a, vector short __b, vector int __c) { in vec_vmsumshm()
8608 vector int __res = ((vector int)__a & ~(vector int)__c) | in vec_sel()
8616 vector int __res = ((vector int)__a & ~(vector int)__c) | in vec_sel()
8781 vector int __res = ((vector int)__a & ~(vector int)__c) | in vec_vsel()
[all …]
/freebsd-13.1/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 …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.td37 def v1i1 : ValueType<1, 15>; // 1 x i1 vector value
38 def v2i1 : ValueType<2, 16>; // 2 x i1 vector value
39 def v4i1 : ValueType<4, 17>; // 4 x i1 vector value
40 def v8i1 : ValueType<8, 18>; // 8 x i1 vector value
41 def v16i1 : ValueType<16, 19>; // 16 x i1 vector value
42 def v32i1 : ValueType<32, 20>; // 32 x i1 vector value
43 def v64i1 : ValueType<64, 21>; // 64 x i1 vector value
44 def v128i1 : ValueType<128, 22>; // 128 x i1 vector value
45 def v256i1 : ValueType<256, 23>; // 256 x i1 vector value
46 def v512i1 : ValueType<512, 24>; // 512 x i1 vector value
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h63 std::vector<SUnit*> SUnits;
65 std::vector<SUnit*> TopReadySUs;
66 std::vector<SUnit*> ScheduledSUnits;
78 std::vector<unsigned> LiveInPressure;
79 std::vector<unsigned> LiveOutPressure;
213 std::vector<int> TopDownIndex2Block;
230 std::vector<int> Node2CurrentBlock;
243 std::vector<int> CurrentColoring;
407 std::vector<unsigned> SUs;
494 std::vector<int> TopDownIndex2SU;
[all …]
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDLL.h30 std::vector<Chunk *> dirs;
31 std::vector<Chunk *> lookups;
32 std::vector<Chunk *> addresses;
33 std::vector<Chunk *> hints;
34 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-13.1/contrib/llvm-project/libcxx/include/
H A Dvector44 vector(const vector& x);
45 vector(vector&& x)
51 vector& operator=(vector&& x)
168 vector(const vector& x);
169 vector(vector&& x)
581 vector(const vector& __x);
594 vector(vector&& __x)
1271 vector<_Tp, _Allocator>::vector(const vector& __x)
1304 vector<_Tp, _Allocator>::vector(vector&& __x)
2280 vector(vector&& __v)
[all …]
/freebsd-13.1/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-13.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-13.1/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-13.1/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DRenamingAction.h32 RenamingAction(const std::vector<std::string> &NewNames,
33 const std::vector<std::string> &PrevNames,
34 const std::vector<std::vector<std::string>> &USRList,
43 const std::vector<std::string> &NewNames, &PrevNames;
44 const std::vector<std::vector<std::string>> &USRList;
94 llvm::Expected<std::vector<AtomicChange>>
102 const std::vector<std::string> &NewNames, in QualifiedRenamingAction()
103 const std::vector<std::vector<std::string>> &USRList, in QualifiedRenamingAction()
111 const std::vector<std::string> &NewNames;
114 const std::vector<std::vector<std::string>> &USRList;
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DReplaceConstant.cpp31 std::map<Use *, std::vector<std::vector<ConstantExpr *>>> CEPaths; in convertConstantExprsToInstructions()
41 std::map<Use *, std::vector<std::vector<ConstantExpr *>>> &CEPaths, in convertConstantExprsToInstructions()
80 std::map<Use *, std::vector<std::vector<ConstantExpr *>>> &CEPaths) { in collectConstantExprPaths()
88 std::vector<std::vector<ConstantExpr *>> Paths; in collectConstantExprPaths()
91 std::vector<ConstantExpr *> Path{CE2}; in collectConstantExprPaths()
92 std::vector<std::vector<ConstantExpr *>> Stack{Path}; in collectConstantExprPaths()
94 std::vector<ConstantExpr *> TPath = Stack.back(); in collectConstantExprPaths()
105 std::vector<ConstantExpr *> NPath(TPath.begin(), TPath.end()); in collectConstantExprPaths()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPdbYaml.h41 std::vector<uint32_t> DirectoryBlocks;
47 std::vector<uint32_t> Blocks;
60 std::vector<PdbRaw_FeatureSig> Features;
61 std::vector<NamedStreamMapping> NamedStreams;
66 std::vector<CodeViewYAML::SymbolRecord> Symbols;
72 std::vector<StringRef> SourceFiles;
86 std::vector<PdbDbiModuleInfo> ModInfos;
91 std::vector<CodeViewYAML::LeafRecord> Records;
95 std::vector<CodeViewYAML::SymbolRecord> PubSyms;
102 Optional<std::vector<uint32_t>> StreamSizes;
[all …]
/freebsd-13.1/sys/x86/x86/
H A Dlocal_apic.c1349 tpr |= vector; in lapic_set_tpr()
1370 vector)); in lapic_handle_intr()
1594 u_int vector; in native_apic_alloc_vector() local
1603 for (vector = 0; vector < APIC_NUM_IOINTS; vector++) { in native_apic_alloc_vector()
1641 for (vector = 0; vector < APIC_NUM_IOINTS; vector++) { in native_apic_alloc_vectors()
1662 for (vector = 0; vector < count; vector++) in native_apic_alloc_vectors()
1721 KASSERT(vector >= APIC_IO_INTS && vector != IDT_SYSCALL && in native_apic_free_vector()
1760 KASSERT(vector >= APIC_IO_INTS && vector != IDT_SYSCALL && in apic_idt_to_irq()
2206 vector = -1; in native_lapic_ipi_alloc()
2216 vector = idx; in native_lapic_ipi_alloc()
[all …]
/freebsd-13.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-13.1/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,
79 std::vector<uint32_t> &matches);
99 std::vector<uint32_t> &indexes);
111 std::vector<uint32_t> &symbol_indexes);
124 void SortSymbolIndexesByValue(std::vector<uint32_t> &indexes,
144 typedef std::vector<Symbol> collection;
[all …]
/freebsd-13.1/sys/powerpc/powerpc/
H A Dintr_machdep.c103 u_int vector; member
202 int vector; in smp_intr_init() local
204 for (vector = 0; vector < nvectors; vector++) { in smp_intr_init()
231 int vector; in intr_lookup() local
234 for (vector = 0; vector < nvectors; vector++) { in intr_lookup()
255 i->vector = -1; in intr_lookup()
265 for (vector = 0; vector < num_io_irqs && vector <= nvectors; in intr_lookup()
266 vector++) { in intr_lookup()
271 i->vector = vector; in intr_lookup()
449 int error, vector; in powerpc_enable_intr() local
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h166 Optional<std::vector<BBEntry>> BBEntries;
390 Optional<std::vector<uint32_t>> Bucket;
391 Optional<std::vector<uint32_t>> Chain;
455 std::vector<VernauxEntry> AuxV;
539 Optional<std::vector<uint16_t>> Entries;
555 std::vector<StringRef> VerNames;
623 Optional<std::vector<uint32_t>> Entries;
689 std::vector<Chunk *> Chunks;
704 Optional<std::vector<Symbol>> Symbols;
708 std::vector<Section *> getSections() { in getSections()
[all …]
H A DDWARFYAML.h45 std::vector<Abbrev> Table;
74 std::vector<RangeEntry> Entries;
89 std::vector<PubEntry> Entries;
100 std::vector<FormValue> Values;
117 std::vector<Entry> Entries;
151 std::vector<File> Files;
174 std::vector<yaml::Hex64> Offsets;
179 std::vector<yaml::Hex64> Values;
184 std::vector<yaml::Hex64> Values;
189 std::vector<yaml::Hex64> Values;
[all …]
/freebsd-13.1/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-13.1/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-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h97 typedef std::vector<Relocation> Relocations;
100 typedef std::vector<Hex8> ContentBytes;
229 std::vector<Section> sections;
232 std::vector<Symbol> localSymbols;
233 std::vector<Symbol> globalSymbols;
235 std::vector<Symbol> stabsSymbols;
245 std::vector<StringRef> rpaths;
256 std::vector<RebaseLocation> rebasingInfo;
257 std::vector<BindLocation> bindingInfo;
260 std::vector<Export> exportInfo;
[all …]
/freebsd-13.1/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;
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp188 std::vector<std::pair<std::vector<Record *>, unsigned>> SignaturesList;
212 std::vector<const Record *> TypeList;
215 std::vector<const Record *> GenTypeList;
349 std::vector<Record *> GenTypes = in EmitDeclarations()
495 std::vector<Record *> FuncExtensions = in EmitExtensionTable()
750 std::vector<Record *> ImageTypes = in EmitQualTypeFinder()
798 std::vector<Record *> BaseTypes = in EmitQualTypeFinder()
819 std::vector<int64_t> VectorList = in EmitQualTypeFinder()
1007 const std::vector<Record *> &Signature, in expandTypesInSignature()
1015 std::vector<Record *> TypeList; in expandTypesInSignature()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DSanitizerCoverage.h36 const std::vector<std::string> &AllowlistFiles =
37 std::vector<std::string>(),
38 const std::vector<std::string> &BlocklistFiles =
39 std::vector<std::string>())
61 const std::vector<std::string> &AllowlistFiles = std::vector<std::string>(),
62 const std::vector<std::string> &BlocklistFiles =
63 std::vector<std::string>());

12345678910>>...104