Home
last modified time | relevance | path

Searched defs:isSplat (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DConstant.h749 bool isSplat() const { in isSplat() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp3200 bool isSplat = true; in visitShuffleVectorInst() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp630 bool APInt::isSplat(unsigned SplatSizeInBits) const { in isSplat() function in APInt
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp111 static bool isSplat(Value *V) { in isSplat() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp3215 bool ConstantDataVector::isSplat() const { in isSplat() function in ConstantDataVector
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp817 auto isSplat = [] (ArrayRef<SDValue> Values, SDValue &SplatV) { in buildHvxVectorReg() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16531 bool isSplat() const { in isSplat() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp498 static bool isSplat(ArrayRef<Value *> VL) { in isSplat() function