Home
last modified time | relevance | path

Searched refs:Packs (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp722 Packs.push_back(Pack); in addPack()
764 assert(!Packs.empty() && "Pack expansion without unexpanded packs?"); in addPacks()
766 unsigned NumNamedPacks = Packs.size(); in addPacks()
791 if (Packs[I].Index >= Info.getNumExplicitArgs()) { in finishConstruction()
797 std::make_pair(Info.getDeducedDepth(), Packs[I].Index)) { in finishConstruction()
809 for (auto &Pack : Packs) { in finishConstruction()
835 for (auto &Pack : Packs) in ~PackDeductionScope()
860 for (auto &Pack : Packs) { in nextPackElement()
883 for (auto &Pack : Packs) { in finish()
981 SmallVector<DeducedPack, 2> Packs; member in __anon0fd3273b0111::PackDeductionScope
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve.md148 ;; ---- [INT<-INT] Packs
151 ;; ---- [INT<-FP] Packs
154 ;; ---- [FP<-INT] Packs
156 ;; ---- [FP<-FP] Packs
157 ;; ---- [FP<-FP] Packs (bfloat16)
159 ;; ---- [PRED<-PRED] Packs
8477 ;; ---- [INT<-INT] Packs
8682 ;; ---- [INT<-FP] Packs
8869 ;; ---- [FP<-INT] Packs
8908 ;; ---- [FP<-FP] Packs
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve.md148 ;; ---- [INT<-INT] Packs
151 ;; ---- [INT<-FP] Packs
154 ;; ---- [FP<-INT] Packs
156 ;; ---- [FP<-FP] Packs
157 ;; ---- [FP<-FP] Packs (bfloat16)
159 ;; ---- [PRED<-PRED] Packs
8861 ;; ---- [INT<-INT] Packs
9066 ;; ---- [INT<-FP] Packs
9253 ;; ---- [FP<-INT] Packs
9292 ;; ---- [FP<-FP] Packs
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ScheduleZnver3.td242 // Data Shuffles, Packs, Unpacks, Permute
313 // Data Shuffles, Packs, Unpacks, Permute
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicsPowerPC.td879 // Packs.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20163543 P0036R0: Unary Folds and Empty Parameter Packs