/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | SVEIntrinsicOpts.cpp | 333 auto *SplatValue = IntrI->getOperand(0); in optimizeVectorMul() local 344 auto *SplatValue = IntrI->getOperand(2); in optimizeVectorMul() local 401 auto *SplatValue = dyn_cast<ConstantInt>(DupXIntrI->getOperand(0)); in optimizeTBL() local
|
H A D | AArch64ISelLowering.cpp | 13578 APInt SplatValue, SplatUndef; in tryCombineShiftImm() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsISelDAGToDAG.cpp | 236 APInt SplatValue, SplatUndef; in selectVecAddAsVecSubIfProfitable() local
|
H A D | MipsSEISelLowering.cpp | 540 APInt SplatValue, SplatUndef; in isVSplat() local 565 APInt SplatValue, SplatUndef; in isVectorAllOnes() local 849 APInt SplatValue, SplatUndef; in performDSPShiftCombine() local 1427 static SDValue getBuildVectorSplat(EVT VecTy, SDValue SplatValue, in getBuildVectorSplat() 2464 APInt SplatValue, SplatUndef; in lowerBUILD_VECTOR() local
|
H A D | MipsSEISelDAGToDAG.cpp | 521 APInt SplatValue, SplatUndef; in selectVSplat() local 1057 APInt SplatValue, SplatUndef; in trySelect() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | Utils.cpp | 861 int SplatValue = *FirstDefinedIdx; in getSplatIndex() local 877 int64_t SplatValue) { in isBuildVectorConstantSplat()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 521 Value *SplatValue = isBytewiseValue(StoredVal, *DL); in isLegalStore() local 931 Value *SplatValue = MSI->getValue(); in processLoopMemSet() local 1034 Value *SplatValue = isBytewiseValue(StoredVal, *DL); in processLoopStridedStore() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 1784 SDValue SplatValue; in LowerBUILD_VECTOR() local 2218 APInt SplatValue, SplatUndef; in performVectorTruncSatLowCombine() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 1503 uint64_t SplatValue = 0; in lowerBUILD_VECTOR() local 1864 if (SDValue SplatValue = DAG.getSplatValue(V1, /*LegalTypes*/ true)) { in lowerVECTOR_SHUFFLE() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 5414 auto SplatValue = llvm::find_if_not(Values, Predicate); in turnVectorIntoSplatVector() local
|
H A D | SelectionDAG.cpp | 10202 bool BuildVectorSDNode::isConstantSplat(APInt &SplatValue, APInt &SplatUndef, in isConstantSplat()
|
H A D | DAGCombiner.cpp | 5719 APInt SplatValue, SplatUndef; in visitAND() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 8772 static Constant *getConstantVector(MVT VT, const APInt &SplatValue, in getConstantVector() 8886 APInt SplatValue, Undef; in lowerBuildVectorAsBroadcast() local
|