Home
last modified time | relevance | path

Searched defs:Splat (Results 1 – 25 of 28) 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/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h315 int Splat = getT2SOImmValSplatVal(Arg); in getT2SOImmVal() local
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h316 int Splat = getT2SOImmValSplatVal(Arg); in getT2SOImmVal() local
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp269 if (Constant *Splat = Op1V->getSplatValue()) { in visitFMul() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h306 int Splat = getT2SOImmValSplatVal(Arg); in getT2SOImmVal() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp111 if (Constant *Splat = CV->getSplatValue()) in isAllOnesValue() local
137 if (Constant *Splat = CV->getSplatValue()) in isOneValue() local
163 if (Constant *Splat = CV->getSplatValue()) in isMinSignedValue() local
189 if (Constant *Splat = CV->getSplatValue()) in isNotMinSignedValue() 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/lib/VMCore/
DConstants.cpp388 SmallVector<Constant*, 16> Splat(VTy->getNumElements(), in getTrue() local
401 SmallVector<Constant*, 16> Splat(VTy->getNumElements(), in getFalse() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h729 if (auto Splat = getSplatValue(*I)) in getGEPCost() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp645 const Value *Splat = getSplatValue(V); in getOperandInfo() local
DInstructionSimplify.cpp4075 if (auto *Splat = CVec->getSplatValue()) in SimplifyExtractElementInst() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPIntTest.cpp1455 TEST(APIntTest, Splat) { in TEST() argument
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2149 if (ConstantInt *Splat = in visitCallInst() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp909 if (ConstantSDNode *Splat = isConstOrConstSplat(N)) in isNullConstantOrNullSplatConstant() local
920 if (ConstantSDNode *Splat = isConstOrConstSplat(N)) in isOneConstantOrOneSplatConstant() local
931 if (ConstantSDNode *Splat = isConstOrConstSplat(N)) in isAllOnesConstantOrAllOnesSplatConstant() local
15945 if (SDValue Splat = cast<BuildVectorSDNode>(N)->getSplatValue()) { in visitBUILD_VECTOR() local
16803 ShuffleVectorSDNode *Splat, in combineShuffleOfSplat()
DSelectionDAG.cpp1598 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle() local
1672 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle() local
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp2653 Value *Splat = in visitMemSetInst() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3155 if (ConstantInt *Splat = in visitCallInst() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSROA.cpp2772 Value *Splat = in visitMemSetInst() local
/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-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp4739 SDValue Splat = BVN->getSplatValue(&UndefElements); in lowerShift() local
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp7468 SDValue Splat = DAG.getNode(PPCISD::XXSPLT, dl, MVT::v4i32, Conv, in LowerVECTOR_SHUFFLE() local

12