/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 533 APInt SplatValue, SplatUndef; in isVSplat() local 558 APInt SplatValue, SplatUndef; in isVectorAllOnes() local 842 APInt SplatValue, SplatUndef; in performDSPShiftCombine() local 1419 static SDValue getBuildVectorSplat(EVT VecTy, SDValue SplatValue, in getBuildVectorSplat() 2456 APInt SplatValue, SplatUndef; in lowerBUILD_VECTOR() local
|
H A D | MipsISelDAGToDAG.cpp | 237 APInt SplatValue, SplatUndef; in selectVecAddAsVecSubIfProfitable() local
|
H A D | MipsSEISelDAGToDAG.cpp | 521 APInt SplatValue, SplatUndef; in selectVSplat() local 1090 APInt SplatValue, SplatUndef; in trySelect() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | Utils.cpp | 1016 int SplatValue = *FirstDefinedIdx; in getSplatIndex() local 1075 int64_t SplatValue, bool AllowUndef) { in isBuildVectorConstantSplat() 1083 int64_t SplatValue, bool AllowUndef) { in isBuildVectorConstantSplat()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 735 auto *SplatValue = in instCombineSVECmpNE() local 1241 auto *SplatValue = getSplatValue(I); in instCombineSVEVectorMul() local 1254 auto *SplatValue = IntrI->getOperand(2); in instCombineSVEVectorMul() local 1307 auto *SplatValue = dyn_cast_or_null<ConstantInt>(getSplatValue(OpIndices)); in instCombineSVETBL() local 1414 Value *SplatValue = getSplatValue(DivVec); in instCombineSVESDIV() local
|
H A D | AArch64ISelLowering.cpp | 17680 APInt SplatValue, SplatUndef; in tryCombineShiftImm() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 523 Value *SplatValue = isBytewiseValue(StoredVal, *DL); in isLegalStore() local 992 Value *SplatValue = MSI->getValue(); in processLoopMemSet() local 1104 Value *SplatValue = isBytewiseValue(StoredVal, *DL); in processLoopStridedStore() local
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 2055 SDValue SplatValue; in LowerBUILD_VECTOR() local 2450 APInt SplatValue, SplatUndef; in performVectorTruncZeroCombine() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 429 if (auto *SplatValue = getSplatValue(II.getArgOperand(0))) { in simplifyMaskedScatter() local
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 2599 uint64_t SplatValue = 0; in lowerBUILD_VECTOR() local 3467 if (SDValue SplatValue = DAG.getSplatValue(V1, /*LegalTypes*/ true)) { in lowerVECTOR_SHUFFLE() local 7007 SDValue SplatValue = DAG.getConstant( in lowerVPExtMaskOp() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 2366 APInt SplatValue; in SplitVecRes_VECTOR_SHUFFLE() local
|
H A D | TargetLowering.cpp | 6195 auto SplatValue = llvm::find_if_not(Values, Predicate); in turnVectorIntoSplatVector() local
|
H A D | DAGCombiner.cpp | 6398 APInt SplatValue, SplatUndef; in visitAND() local 11506 APInt SplatValue; in visitVSELECT() local
|
H A D | SelectionDAG.cpp | 11697 bool BuildVectorSDNode::isConstantSplat(APInt &SplatValue, APInt &SplatUndef, in isConstantSplat()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 6805 APInt SplatValue, SplatUndef; in getAVX512Node() local 9608 static Constant *getConstantVector(MVT VT, const APInt &SplatValue, in getConstantVector() 9729 APInt SplatValue, Undef; in lowerBuildVectorAsBroadcast() local
|