Searched defs:getSplat (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/utils/ |
H A D | hlo_utils.h | 42 static ElementsAttr getSplat(Builder* b, RankedTensorType ty, T constant) { in getSplat() function 64 static ElementsAttr getSplat(Builder* b, Value val, T constant) { in getSplat() function
|
/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A D | APInt.h | 546 static APInt getSplat(unsigned NewLen, const APInt &V) { in getSplat() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | APInt.h | 550 static APInt getSplat(unsigned NewLen, const APInt &V) { in getSplat() function
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Constants.cpp | 1038 Constant *ConstantVector::getSplat(unsigned NumElts, Constant *V) { in getSplat() function in ConstantVector 2543 Constant *ConstantDataVector::getSplat(unsigned NumElts, Constant *V) { in getSplat() function in ConstantDataVector
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Constants.cpp | 1201 Constant *ConstantVector::getSplat(unsigned NumElts, Constant *V) { in getSplat() function in ConstantVector 2718 Constant *ConstantDataVector::getSplat(unsigned NumElts, Constant *V) { in getSplat() function in ConstantDataVector
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Constants.cpp | 1399 Constant *ConstantVector::getSplat(ElementCount EC, Constant *V) { in getSplat() function in ConstantVector 3071 Constant *ConstantDataVector::getSplat(unsigned NumElts, Constant *V) { in getSplat() function in ConstantDataVector
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | APInt.cpp | 577 APInt APInt::getSplat(unsigned NewLen, const APInt &V) { in getSplat() function in APInt
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | APInt.cpp | 612 APInt APInt::getSplat(unsigned NewLen, const APInt &V) { in getSplat() function in APInt
|