Home
last modified time | relevance | path

Searched refs:ARMMVEVectorSplat (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_mve_defs.td121 def splat: CGHelperFn<"ARMMVEVectorSplat">;
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp9050 static llvm::Value *ARMMVEVectorSplat(CGBuilderTy &Builder, llvm::Value *V) { in ARMMVEVectorSplat() function
9119 return ARMMVEVectorSplat(Builder, Lane); in ARMMVEConstantSplat()