Searched defs:SplatVal (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVISelDAGToDAG.cpp | 1338 bool RISCVDAGToDAGISel::selectVSplat(SDValue N, SDValue &SplatVal) { in selectVSplat() 1349 static bool selectVSplatSimmHelper(SDValue N, SDValue &SplatVal, in selectVSplatSimmHelper() 1382 bool RISCVDAGToDAGISel::selectVSplatSimm5(SDValue N, SDValue &SplatVal) { in selectVSplatSimm5() 1387 bool RISCVDAGToDAGISel::selectVSplatSimm5Plus1(SDValue N, SDValue &SplatVal) { in selectVSplatSimm5Plus1() 1394 SDValue &SplatVal) { in selectVSplatSimm5Plus1NonZero() 1401 bool RISCVDAGToDAGISel::selectVSplatUimm5(SDValue N, SDValue &SplatVal) { in selectVSplatUimm5()
|
H A D | RISCVISelLowering.cpp | 2903 SDValue SplatVal = Op.getOperand(0); in lowerVectorMaskSplat() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 1072 Value *SplatVal = InsElt.getOperand(1); in foldInsSequenceIntoSplat() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 4189 if (auto SplatVal = DAG.getSplatValue(Index.getOperand(1))) { in selectGatherScatterAddrMode() local 7198 SDValue SplatVal = DAG.getSExtOrTrunc(CCVal, DL, SplatValVT); in LowerSELECT() local 9176 SDValue SplatVal = Op.getOperand(0); in LowerSPLAT_VECTOR() local 14166 SDValue SplatVal, unsigned NumVecElts) { in splitStoreSplat() 14438 SDValue SplatVal = in replaceZeroVectorStore() local 14471 SDValue SplatVal; in replaceSplatVectorStore() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 1970 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 | LegalizeIntegerTypes.cpp | 4772 SDValue SplatVal = N->getOperand(0); in PromoteIntRes_SPLAT_VECTOR() local
|
H A D | DAGCombiner.cpp | 9629 SDValue SplatVal = DAG.getSplatValue(LHS); in refineUniformBase() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Constants.cpp | 1719 Constant *SplatVal = IElt->getOperand(1); in getSplatValue() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 1194 APInt SplatVal = APInt::getSplat(NumBits, Scalar); in getMemsetValue() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 890 APInt SplatVal; in PreprocessISelDAG() local
|
H A D | X86ISelLowering.cpp | 6844 bool isConstantSplat(SDValue Op, APInt &SplatVal, bool AllowPartialUndefs) { in isConstantSplat() 30539 APInt SplatVal; in ReplaceNodeResults() local 44306 APInt SplatVal; in combineAndMaskToShift() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 9641 unsigned SplatVal = APSplatValue.getZExtValue(); in lowerToXXSPLTI32DX() local 14592 SDValue SplatVal = in combineVectorShuffle() local
|