Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
H A 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()
H A DRISCVISelLowering.cpp2350 static SDValue matchSplatAsGather(SDValue SplatVal, MVT VT, const SDLoc &DL, in matchSplatAsGather()
4866 SDValue SplatVal = Op.getOperand(0); in lowerVectorMaskSplat() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A 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
H A DConstantFold.cpp667 if (Constant *SplatVal = Val->getSplatValue()) in ConstantFoldExtractElementInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp942 APInt SplatVal = APInt::getSplat(NumBits, Scalar); in getMemsetValue() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1566 SDValue SplatVal; in LowerShift() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp761 Value *SplatVal = InsElt.getOperand(1); in foldInsSequenceIntoSplat() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A 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
23103 uint64_t SplatVal; in LowerFixedLengthVectorIntDivideToSVE() local
H A DAArch64TargetTransformInfo.cpp829 if (auto *SplatVal = getSplatValue(Vec)) in instCombineSVELast() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7403 SDValue SplatVal = Op.getOperand(0); in LowerSPLAT_VECTOR() local
11204 SDValue SplatVal, unsigned NumVecElts) { in splitStoreSplat()
11353 SDValue SplatVal = in replaceZeroVectorStore() local
11386 SDValue SplatVal; in replaceSplatVectorStore() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1209 Value *SplatVal = InsElt.getOperand(1); in foldInsSequenceIntoSplat() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2448 auto IsZeroSplat = [](SDValue SplatVal) { in performVectorTruncZeroCombine()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2020 SDValue SplatVal = Node->getOperand(0); in ExpandSPLAT_VECTOR() local
H A DLegalizeIntegerTypes.cpp4288 SDValue SplatVal = N->getOperand(0); in PromoteIntRes_SPLAT_VECTOR() local
H A DSelectionDAG.cpp139 bool ISD::isConstantSplatVector(const SDNode *N, APInt &SplatVal) { in isConstantSplatVector()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6497 SDValue SplatVal = Op1->getOperand(0); in combineSTORE() local
6514 SDValue SplatVal = DAG.getSplatVector(SplatVT, SDLoc(SN), Word); in combineSTORE() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2013 SDValue SplatVal = Node->getOperand(0); in ExpandSPLAT_VECTOR() local
H A DSelectionDAG.cpp141 bool ISD::isConstantSplatVector(const SDNode *N, APInt &SplatVal) { in isConstantSplatVector()
177 APInt SplatVal; in isConstantSplatVectorAllOnes() local
226 APInt SplatVal; in isConstantSplatVectorAllZeros() local
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3915 APInt SplatVal; in combineIncDecVector() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp960 APInt SplatVal; in PreprocessISelDAG() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9829 unsigned SplatVal = APSplatValue.getZExtValue(); in lowerToXXSPLTI32DX() local
15170 SDValue SplatVal = in combineVectorShuffle() local
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp96 bool ISD::isConstantSplatVector(const SDNode *N, APInt &SplatVal) { in isConstantSplatVector()
/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8707 SDValue SplatVal = StVal.getOperand(1); in replaceSplatVectorStore() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7686 APInt SplatVal = APInt::getSplat(NumBits, Scalar); in getMemsetValue() local

12