Home
last modified time | relevance | path

Searched refs:Permutation (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVScheduleV.td512 // 16. Vector Permutation Instructions
739 // 16. Vector Permutation Instructions
957 // 16. Vector Permutation Instructions
1120 // 16. Vector Permutation Instructions
H A DRISCVSchedSiFiveP800.td106 // VEXQ1 handle Complex Slide, Permutation, Reductions, Divide instructions.
695 // 16. Vector Permutation Instructions
1107 // 17. Vector Permutation Instructions
H A DRISCVSchedSiFiveP600.td341 // VEXQ1 handle Complex Slide, Permutation, Reductions, Divide instructions.
978 // 16. Vector Permutation Instructions
1418 // 17. Vector Permutation Instructions
H A DRISCVSchedSiFiveP400.td749 // 16. Vector Permutation Instructions
1162 // 17. Vector Permutation Instructions
H A DRISCVSchedSiFive7.td958 // 16. Vector Permutation Instructions
1357 // 16. Vector Permutation Instructions
H A DRISCVInstrInfoVPseudos.td6737 // 16. Vector Permutation Instructions
7387 // 16. Vector Permutation Instructions
H A DRISCVInstrInfoVVLPatterns.td2875 // 16. Vector Permutation Instructions
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_neon.td1267 // Permutation
1857 // Permutation
H A Driscv_vector.td1558 // 16. Vector Permutation Instructions
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.ok2344 F. M. Ives Permutation Enumeration: Four New
2345 Permutation Algorithms . . . . . . . . . 68--72
3253 Fabrizio Luccio Permutation of Data Blocks in a Bubble
H A Dfunstack.in17788 title = "Permutation Enumeration: Four New Permutation Algorithms",
24853 title = "Permutation of Data Blocks in a Bubble Memory",
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp15350 SmallVector<uint64_t, 2> Permutation; in ActOnOpenMPInterchangeDirective() local
15352 Permutation = {1, 0}; in ActOnOpenMPInterchangeDirective()
15374 Permutation.push_back(PermInt - 1); in ActOnOpenMPInterchangeDirective()
15377 if (Permutation.size() != NumLoops) in ActOnOpenMPInterchangeDirective()
15382 if (NumLoops <= 1 || llvm::all_of(llvm::enumerate(Permutation), [](auto P) { in ActOnOpenMPInterchangeDirective()
15414 uint64_t SourceIdx = Permutation[TargetIdx]; in ActOnOpenMPInterchangeDirective()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrVSX.td1035 // Permutation Instructions
/freebsd/crypto/openssl/
H A DCHANGES.md8354 improvements. Vector Permutation AES for Altivec is also added.
9942 * Fix SEGV in Vector Permutation AES module observed in OpenSSH.