Home
last modified time | relevance | path

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

12

/external/llvm/lib/IR/
DConstants.cpp116 if (Constant *Splat = CV->getSplatValue()) in isAllOnesValue() local
121 if (Constant *Splat = CV->getSplatValue()) in isAllOnesValue() local
138 if (Constant *Splat = CV->getSplatValue()) in isOneValue() local
143 if (Constant *Splat = CV->getSplatValue()) in isOneValue() local
160 if (Constant *Splat = CV->getSplatValue()) in isMinSignedValue() local
165 if (Constant *Splat = CV->getSplatValue()) in isMinSignedValue() local
182 if (Constant *Splat = CV->getSplatValue()) in isNotMinSignedValue() local
187 if (Constant *Splat = CV->getSplatValue()) in isNotMinSignedValue() local
/external/capstone/arch/ARM/
DARMAddressingModes.h343 int Splat = getT2SOImmValSplatVal(Arg); in getT2SOImmVal() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h308 int Splat = getT2SOImmValSplatVal(Arg); in getT2SOImmVal() local
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h316 int Splat = getT2SOImmValSplatVal(Arg); in getT2SOImmVal() local
/external/llvm/unittests/ADT/
DAPIntTest.cpp829 TEST(APIntTest, Splat) { in TEST() argument
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h459 if (auto Splat = getSplatValue(*I)) in getGEPCost() local
/external/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
/external/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
/external/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
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h775 if (auto Splat = getSplatValue(*I)) in getGEPCost() local
/external/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
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2149 if (ConstantInt *Splat = in visitCallInst() local
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp2653 Value *Splat = in visitMemSetInst() local
/external/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
/external/skia/src/core/
DSkVM.cpp188 struct Splat { int bits; }; struct
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1510 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle() local
1583 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle() local
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3686 if (auto *Splat = CVec->getSplatValue()) in SimplifyExtractElementInst() local
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp4450 SDValue Splat = BVN->getSplatValue(&UndefElements); in lowerShift() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp5058 SDValue Splat = BVN->getSplatValue(&UndefElements); in lowerShift() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp752 Splat, ///< Matching the same instruction multiple times (broadcast) enumerator

12