Searched refs:Gathers (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVEGatherScatterLowering.cpp | 1259 SmallVector<IntrinsicInst *, 4> Gathers; in runOnFunction() local 1271 Gathers.push_back(II); in runOnFunction() 1280 for (IntrinsicInst *I : Gathers) { in runOnFunction()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 818 HelpText<"Gathers information about va_lists.">, 1218 HelpText<"Gathers information for annotation driven invalidation checking "
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SVEInstrInfo.td | 1276 // Gathers using unscaled 32-bit offsets, e.g. 1289 // Gathers using scaled 32-bit offsets, e.g. 1298 // Gathers using 32-bit pointers with scaled offset, e.g. 1311 // Gathers using 64-bit pointers with scaled offset, e.g. 1328 // Gathers using unscaled 64-bit offsets, e.g. 1348 // Gathers using scaled 64-bit offsets, e.g. 1361 // Gathers using unscaled 32-bit offsets unpacked in 64-bits elements, e.g. 1378 // Gathers using scaled 32-bit offsets unpacked in 64-bits elements, e.g.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86.td | 690 // generate Gathers on all AVX2 processors. But the overhead on HSW is high. 691 // Skylake Client processor has faster Gathers than HSW and performance is
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 12028 SmallVector<Value *> Gathers(VL); in getBuildVectorCost() local 12065 (all_of(Gathers, IsaPred<UndefValue>) in getBuildVectorCost() 12067 : R.getGatherCost(Gathers, !Root && VL.equals(Gathers), in getBuildVectorCost()
|