Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp3321 bool RISCVDAGToDAGISel::selectVSplat(SDValue N, SDValue &SplatVal) { in selectVSplat()
3330 static bool selectVSplatImmHelper(SDValue N, SDValue &SplatVal, in selectVSplatImmHelper()
3360 bool RISCVDAGToDAGISel::selectVSplatSimm5(SDValue N, SDValue &SplatVal) { in selectVSplatSimm5()
3365 bool RISCVDAGToDAGISel::selectVSplatSimm5Plus1(SDValue N, SDValue &SplatVal) { in selectVSplatSimm5Plus1()
3372 SDValue &SplatVal) { in selectVSplatSimm5Plus1NonZero()
3380 SDValue &SplatVal) { in selectVSplatUimm()
3386 bool RISCVDAGToDAGISel::selectLow8BitsVSplat(SDValue N, SDValue &SplatVal) { in selectLow8BitsVSplat()
H A DRISCVISelLowering.cpp3470 matchSplatAsGather(SDValue SplatVal,MVT VT,const SDLoc & DL,SelectionDAG & DAG,const RISCVSubtarget & Subtarget) matchSplatAsGather() argument
8057 SDValue SplatVal = Op.getOperand(0); lowerVectorMaskSplat() local
16534 __anon765c18b71b02(SDValue V, unsigned Opc, unsigned OpcVL, APInt &SplatVal) combineTruncToVnclip() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelDAGToDAG.cpp353 bool LoongArchDAGToDAGISel::selectVSplatImm(SDValue N, SDValue &SplatVal) { in selectVSplatImm()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp118 if (const auto *SplatVal = getSplatValue()) in isAllOnesValue() local
135 if (const auto *SplatVal = getSplatValue()) in isOneValue() local
162 if (const auto *SplatVal = getSplatValue()) in isNotOneValue() local
180 if (const auto *SplatVal = getSplatValue()) in isMinSignedValue() local
207 if (const auto *SplatVal = getSplatValue()) in isNotMinSignedValue() local
1706 Constant *SplatVal = IElt->getOperand(1); in getSplatValue() local
H A DConstantFold.cpp402 if (Constant *SplatVal = Val->getSplatValue()) in ConstantFoldExtractElementInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.cpp721 Register SplatVal = MI.getOperand(1).getReg(); in legalizeSplatVector() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1231 Value *SplatVal = InsElt.getOperand(1); in foldInsSequenceIntoSplat() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2590 auto IsZeroSplat = [](SDValue SplatVal) { in performVectorTruncZeroCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10731 SDValue SplatVal = DAG.getSExtOrTrunc(CCVal, DL, SplatValVT); in LowerSELECT() local
13330 SDValue SplatVal = DAG.getAnyExtOrTrunc(Op.getOperand(0), DL, MVT::i64); in LowerSPLAT_VECTOR() local
14652 static bool isPow2Splat(SDValue Op, uint64_t &SplatVal, bool &Negated) { in isPow2Splat()
14696 uint64_t SplatVal; in LowerDIV() local
21615 SDValue SplatVal, unsigned NumVecElts) { in splitStoreSplat()
21872 SDValue SplatVal = in replaceZeroVectorStore() local
21905 SDValue SplatVal; in replaceSplatVectorStore() local
27395 uint64_t SplatVal; in LowerFixedLengthVectorIntDivideToSVE() local
H A DAArch64TargetTransformInfo.cpp1220 if (auto *SplatVal = getSplatValue(Vec)) in instCombineSVELast() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3184 auto SplatVal = MIRBuilder.buildExtractVectorElementConstant( in translateShuffleVector() local
H A DLegalizerHelper.cpp8736 APInt SplatVal = APInt::getSplat(NumBits, Scalar); in getMemsetValue() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7183 SDValue SplatVal = Op1->getOperand(0); in combineSTORE() local
7200 SDValue SplatVal = DAG.getSplatVector(SplatVT, SDLoc(SN), Word); in combineSTORE() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2052 SDValue SplatVal = Node->getOperand(0); in ExpandSPLAT_VECTOR() local
H A DDAGCombiner.cpp11838 if (SDValue SplatVal = DAG.getSplatValue(Index); in refineUniformBase() local
11849 if (SDValue SplatVal = DAG.getSplatValue(Index.getOperand(0)); in refineUniformBase() local
11855 if (SDValue SplatVal = DAG.getSplatValue(Index.getOperand(1)); in refineUniformBase() local
12062 APInt SplatVal; in visitVECTOR_COMPRESS() local
22375 APInt SplatVal; in scalarizeExtractedBinop() local
H A DSelectionDAG.cpp145 bool ISD::isConstantSplatVector(const SDNode *N, APInt &SplatVal) { in isConstantSplatVector()
186 APInt SplatVal; in isConstantSplatVectorAllOnes() local
235 APInt SplatVal; in isConstantSplatVectorAllZeros() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp977 APInt SplatVal; in PreprocessISelDAG() local
H A DX86ISelLowering.cpp5063 bool isConstantSplat(SDValue Op, APInt &SplatVal, bool AllowPartialUndefs) { in isConstantSplat()
32697 APInt SplatVal; in ReplaceNodeResults() local
49426 APInt SplatVal; in combineAndMaskToShift() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp10102 unsigned SplatVal = APSplatValue.getZExtValue(); in lowerToXXSPLTI32DX() local
15682 SDValue SplatVal = in combineVectorShuffle() local