| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/ |
| D | RISCVISelDAGToDAG.cpp | 2480 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()
|
| D | RISCVISelLowering.cpp | 2350 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/ |
| D | Constants.cpp | 104 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
|
| D | ConstantFold.cpp | 667 if (Constant *SplatVal = Val->getSplatValue()) in ConstantFoldExtractElementInstruction() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 9264 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
|
| D | AArch64TargetTransformInfo.cpp | 829 if (auto *SplatVal = getSplatValue(Vec)) in instCombineSVELast() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyISelLowering.cpp | 2448 auto IsZeroSplat = [](SDValue SplatVal) { in performVectorTruncZeroCombine()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineVectorOps.cpp | 1209 Value *SplatVal = InsElt.getOperand(1); in foldInsSequenceIntoSplat() local
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeDAG.cpp | 2013 SDValue SplatVal = Node->getOperand(0); in ExpandSPLAT_VECTOR() local
|
| D | SelectionDAG.cpp | 141 bool ISD::isConstantSplatVector(const SDNode *N, APInt &SplatVal) { in isConstantSplatVector() 177 APInt SplatVal; in isConstantSplatVectorAllOnes() local 226 APInt SplatVal; in isConstantSplatVectorAllZeros() local
|
| D | DAGCombiner.cpp | 10967 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/ |
| D | SystemZISelLowering.cpp | 6497 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/ |
| D | X86ISelDAGToDAG.cpp | 960 APInt SplatVal; in PreprocessISelDAG() local
|
| D | X86ISelLowering.cpp | 7588 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/ |
| D | PPCISelLowering.cpp | 9829 unsigned SplatVal = APSplatValue.getZExtValue(); in lowerToXXSPLTI32DX() local 15170 SDValue SplatVal = in combineVectorShuffle() local
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| D | LegalizerHelper.cpp | 7686 APInt SplatVal = APInt::getSplat(NumBits, Scalar); in getMemsetValue() local
|