/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
H A 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()
|
H A D | RISCVISelLowering.cpp | 2350 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 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
|
H A D | ConstantFold.cpp | 667 if (Constant *SplatVal = Val->getSplatValue()) in ConstantFoldExtractElementInstruction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 942 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 D | WebAssemblyISelLowering.cpp | 1566 SDValue SplatVal; in LowerShift() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 761 Value *SplatVal = InsElt.getOperand(1); in foldInsSequenceIntoSplat() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A 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 23103 uint64_t SplatVal; in LowerFixedLengthVectorIntDivideToSVE() local
|
H A D | AArch64TargetTransformInfo.cpp | 829 if (auto *SplatVal = getSplatValue(Vec)) in instCombineSVELast() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 7403 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 D | InstCombineVectorOps.cpp | 1209 Value *SplatVal = InsElt.getOperand(1); in foldInsSequenceIntoSplat() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 2448 auto IsZeroSplat = [](SDValue SplatVal) { in performVectorTruncZeroCombine()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 2020 SDValue SplatVal = Node->getOperand(0); in ExpandSPLAT_VECTOR() local
|
H A D | LegalizeIntegerTypes.cpp | 4288 SDValue SplatVal = N->getOperand(0); in PromoteIntRes_SPLAT_VECTOR() local
|
H A D | SelectionDAG.cpp | 139 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 D | SystemZISelLowering.cpp | 6497 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 D | LegalizeDAG.cpp | 2013 SDValue SplatVal = Node->getOperand(0); in ExpandSPLAT_VECTOR() local
|
H A 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
|
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 3915 APInt SplatVal; in combineIncDecVector() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 960 APInt SplatVal; in PreprocessISelDAG() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 9829 unsigned SplatVal = APSplatValue.getZExtValue(); in lowerToXXSPLTI32DX() local 15170 SDValue SplatVal = in combineVectorShuffle() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 96 bool ISD::isConstantSplatVector(const SDNode *N, APInt &SplatVal) { in isConstantSplatVector()
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 8707 SDValue SplatVal = StVal.getOperand(1); in replaceSplatVectorStore() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 7686 APInt SplatVal = APInt::getSplat(NumBits, Scalar); in getMemsetValue() local
|