Home
last modified time | relevance | path

Searched defs:Splat (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h308 int Splat = getT2SOImmValSplatVal(Arg); in getT2SOImmVal() local
/third_party/flutter/skia/tests/
DSkVMTest.cpp31 struct Splat { int bits; }; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp320 Value *Splat; in getSplatValue() local
DTargetTransformInfo.cpp563 const Value *Splat = getSplatValue(V); in getOperandInfo() local
DInstructionSimplify.cpp4266 if (auto *Splat = CVec->getSplatValue()) in SimplifyExtractElementInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp744 Value *Splat = Builder.CreateVectorSplat(BlockSize, RH, "splat"); in LowerMultiply() local
DRewriteStatepointsForGC.cpp2621 auto *Splat = B.CreateVectorSplat(VF, I.getOperand(0)); in runOnFunction() local
DSROA.cpp2829 Value *Splat = in visitMemSetInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp112 if (Constant *Splat = CV->getSplatValue()) in isAllOnesValue() local
138 if (Constant *Splat = CV->getSplatValue()) in isOneValue() local
188 if (Constant *Splat = CV->getSplatValue()) in isMinSignedValue() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h775 if (auto Splat = getSplatValue(*I)) in getGEPCost() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1115 if (Instruction *Splat = foldInsEltIntoSplat(IE)) in visitInsertElementInst() local
DInstCombineCalls.cpp3379 if (ConstantInt *Splat = in visitCallInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1644 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle() local
1718 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle() local
3023 if (const Constant *Splat = Cst->getSplatValue()) { in computeKnownBits() local
DDAGCombiner.cpp17903 if (SDValue Splat = cast<BuildVectorSDNode>(N)->getSplatValue()) { in visitBUILD_VECTOR() local
18994 auto *Splat = dyn_cast<ShuffleVectorSDNode>(Shuf->getOperand(0)); in combineShuffleOfSplatVal() local
/third_party/skia/src/core/
DSkVM.cpp193 struct Splat { int bits; }; struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp752 Splat, ///< Matching the same instruction multiple times (broadcast) enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp5058 SDValue Splat = BVN->getSplatValue(&UndefElements); in lowerShift() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp9329 SDValue Splat = DAG.getNode(PPCISD::XXSPLT, dl, MVT::v4i32, Conv, in LowerVECTOR_SHUFFLE() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp10951 SDValue Splat = DAG.getNode(ISD::SPLAT_VECTOR, DL, CmpVT, Imm); in tryConvertSVEWideCompare() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp36394 SDValue Splat = BV->getSplatValue(); in createMMXBuildVector() local