Home
last modified time | relevance | path

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

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