/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 308 int Splat = getT2SOImmValSplatVal(Arg); in getT2SOImmVal() local
|
/third_party/flutter/skia/tests/ |
D | SkVMTest.cpp | 31 struct Splat { int bits; }; argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 320 Value *Splat; in getSplatValue() local
|
D | TargetTransformInfo.cpp | 563 const Value *Splat = getSplatValue(V); in getOperandInfo() local
|
D | InstructionSimplify.cpp | 4266 if (auto *Splat = CVec->getSplatValue()) in SimplifyExtractElementInst() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LowerMatrixIntrinsics.cpp | 744 Value *Splat = Builder.CreateVectorSplat(BlockSize, RH, "splat"); in LowerMultiply() local
|
D | RewriteStatepointsForGC.cpp | 2621 auto *Splat = B.CreateVectorSplat(VF, I.getOperand(0)); in runOnFunction() local
|
D | SROA.cpp | 2829 Value *Splat = in visitMemSetInst() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 112 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/ |
D | TargetTransformInfoImpl.h | 775 if (auto Splat = getSplatValue(*I)) in getGEPCost() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 1115 if (Instruction *Splat = foldInsEltIntoSplat(IE)) in visitInsertElementInst() local
|
D | InstCombineCalls.cpp | 3379 if (ConstantInt *Splat = in visitCallInst() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1644 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
|
D | DAGCombiner.cpp | 17903 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/ |
D | SkVM.cpp | 193 struct Splat { int bits; }; struct
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 752 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/ |
D | SystemZISelLowering.cpp | 5058 SDValue Splat = BVN->getSplatValue(&UndefElements); in lowerShift() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 9329 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/ |
D | AArch64ISelLowering.cpp | 10951 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/ |
D | X86ISelLowering.cpp | 36394 SDValue Splat = BV->getSplatValue(); in createMMXBuildVector() local
|