Home
last modified time | relevance | path

Searched defs:SplatVal (Results 1 – 16 of 16) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVISelDAGToDAG.cpp2480 bool RISCVDAGToDAGISel::selectVSplat(SDValue N, SDValue &SplatVal) { in selectVSplat()
2490 static bool selectVSplatSimmHelper(SDValue N, SDValue &SplatVal, in selectVSplatSimmHelper()
2523 bool RISCVDAGToDAGISel::selectVSplatSimm5(SDValue N, SDValue &SplatVal) { in selectVSplatSimm5()
2528 bool RISCVDAGToDAGISel::selectVSplatSimm5Plus1(SDValue N, SDValue &SplatVal) { in selectVSplatSimm5Plus1()
2535 SDValue &SplatVal) { in selectVSplatSimm5Plus1NonZero()
2542 bool RISCVDAGToDAGISel::selectVSplatUimm5(SDValue N, SDValue &SplatVal) { in selectVSplatUimm5()
DRISCVISelLowering.cpp2350 static SDValue matchSplatAsGather(SDValue SplatVal, MVT VT, const SDLoc &DL, in matchSplatAsGather()
4873 SDValue SplatVal = Op.getOperand(0); in lowerVectorMaskSplat() local
/openbsd/src/gnu/llvm/llvm/lib/IR/
DConstants.cpp104 if (const auto *SplatVal = getSplatValue()) in isAllOnesValue() local
121 if (const auto *SplatVal = getSplatValue()) in isOneValue() local
148 if (const auto *SplatVal = getSplatValue()) in isNotOneValue() local
166 if (const auto *SplatVal = getSplatValue()) in isMinSignedValue() local
193 if (const auto *SplatVal = getSplatValue()) in isNotMinSignedValue() local
1651 Constant *SplatVal = IElt->getOperand(1); in getSplatValue() local
DConstantFold.cpp667 if (Constant *SplatVal = Val->getSplatValue()) in ConstantFoldExtractElementInstruction() local
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9264 SDValue SplatVal = DAG.getSExtOrTrunc(CCVal, DL, SplatValVT); in LowerSELECT() local
11656 SDValue SplatVal = DAG.getAnyExtOrTrunc(Op.getOperand(0), DL, MVT::i64); in LowerSPLAT_VECTOR() local
12786 static bool isPow2Splat(SDValue Op, uint64_t &SplatVal, bool &Negated) { in isPow2Splat()
12830 uint64_t SplatVal; in LowerDIV() local
18422 SDValue SplatVal, unsigned NumVecElts) { in splitStoreSplat()
18679 SDValue SplatVal = in replaceZeroVectorStore() local
18712 SDValue SplatVal; in replaceSplatVectorStore() local
23104 uint64_t SplatVal; in LowerFixedLengthVectorIntDivideToSVE() local
DAArch64TargetTransformInfo.cpp829 if (auto *SplatVal = getSplatValue(Vec)) in instCombineSVELast() local
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp2448 auto IsZeroSplat = [](SDValue SplatVal) { in performVectorTruncZeroCombine()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1209 Value *SplatVal = InsElt.getOperand(1); in foldInsSequenceIntoSplat() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2013 SDValue SplatVal = Node->getOperand(0); in ExpandSPLAT_VECTOR() local
DSelectionDAG.cpp141 bool ISD::isConstantSplatVector(const SDNode *N, APInt &SplatVal) { in isConstantSplatVector()
177 APInt SplatVal; in isConstantSplatVectorAllOnes() local
226 APInt SplatVal; in isConstantSplatVectorAllZeros() local
DDAGCombiner.cpp10967 if (SDValue SplatVal = DAG.getSplatValue(Index.getOperand(0)); in refineUniformBase() local
10976 if (SDValue SplatVal = DAG.getSplatValue(Index.getOperand(1)); in refineUniformBase() local
20475 APInt SplatVal; in scalarizeExtractedBinop() local
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp6497 SDValue SplatVal = Op1->getOperand(0); in combineSTORE() local
6514 SDValue SplatVal = DAG.getSplatVector(SplatVT, SDLoc(SN), Word); in combineSTORE() local
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp960 APInt SplatVal; in PreprocessISelDAG() local
DX86ISelLowering.cpp7588 bool isConstantSplat(SDValue Op, APInt &SplatVal, bool AllowPartialUndefs) { in isConstantSplat()
33490 APInt SplatVal; in ReplaceNodeResults() local
48929 APInt SplatVal; in combineAndMaskToShift() local
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp9829 unsigned SplatVal = APSplatValue.getZExtValue(); in lowerToXXSPLTI32DX() local
15170 SDValue SplatVal = in combineVectorShuffle() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp7686 APInt SplatVal = APInt::getSplat(NumBits, Scalar); in getMemsetValue() local