Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp556 SmallVector<IntrinsicInst *, 4> Gathers; in runOnFunction() local
565 Gathers.push_back(II); in runOnFunction()
573 for (auto *II : Gathers) in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp1261 SmallVector<IntrinsicInst *, 4> Gathers; in runOnFunction() local
1273 Gathers.push_back(II); in runOnFunction()
1282 for (IntrinsicInst *I : Gathers) { in runOnFunction()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td838 HelpText<"Gathers information about va_lists.">,
1270 HelpText<"Gathers information for annotation driven invalidation checking "
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SVEInstrInfo.td1155 // Gathers using unscaled 32-bit offsets, e.g.
1168 // Gathers using scaled 32-bit offsets, e.g.
1177 // Gathers using 32-bit pointers with scaled offset, e.g.
1190 // Gathers using 64-bit pointers with scaled offset, e.g.
1207 // Gathers using unscaled 64-bit offsets, e.g.
1227 // Gathers using scaled 64-bit offsets, e.g.
1240 // Gathers using unscaled 32-bit offsets unpacked in 64-bits elements, e.g.
1257 // Gathers using scaled 32-bit offsets unpacked in 64-bits elements, e.g.
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.td671 // generate Gathers on all AVX2 processors. But the overhead on HSW is high.
672 // Skylake Client processor has faster Gathers than HSW and performance is
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8258 SmallVector<Value *> Gathers(VL.begin(), VL.end()); in getBuildVectorCost() local
8274 !all_of(Gathers, [&](Value *V) { return R.getTreeEntry(V); }) && in getBuildVectorCost()
8275 !isSplat(Gathers)) { in getBuildVectorCost()
8276 InstructionCost BaseCost = R.getGatherCost(Gathers, !Root, ScalarTy); in getBuildVectorCost()
8344 Gathers.assign(Gathers.size(), PoisonValue::get(VL.front()->getType())); in getBuildVectorCost()
8448 (all_of(Gathers, IsaPred<UndefValue>) in getBuildVectorCost()
8450 : R.getGatherCost(Gathers, !Root && VL.equals(Gathers), in getBuildVectorCost()