/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | AggressiveInstCombine.cpp | 278 APInt Mask55 = APInt::getSplat(Len, APInt(8, 0x55)); in tryToRecognizePopCount() 279 APInt Mask33 = APInt::getSplat(Len, APInt(8, 0x33)); in tryToRecognizePopCount() 280 APInt Mask0F = APInt::getSplat(Len, APInt(8, 0x0F)); in tryToRecognizePopCount() 281 APInt Mask01 = APInt::getSplat(Len, APInt(8, 0x01)); in tryToRecognizePopCount()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 367 C = ConstantVector::getSplat(VTy->getNumElements(), C); in getIntegerValue() 384 return ConstantVector::getSplat(VTy->getNumElements(), in getAllOnesValue() 678 return ConstantVector::getSplat(VTy->getNumElements(), TrueC); in getTrue() 686 return ConstantVector::getSplat(VTy->getNumElements(), FalseC); in getFalse() 709 return ConstantVector::getSplat(VTy->getNumElements(), C); in get() 733 return ConstantVector::getSplat(VTy->getNumElements(), C); in get() 778 return ConstantVector::getSplat(VTy->getNumElements(), C); in get() 790 return ConstantVector::getSplat(VTy->getNumElements(), C); in get() 803 return ConstantVector::getSplat(VTy->getNumElements(), C); in get() 814 return ConstantVector::getSplat(VTy->getNumElements(), C); in getNaN() [all …]
|
D | ConstantFold.cpp | 2204 ? ConstantVector::getSplat( in ConstantFoldGetElementPtr() 2435 CurrIdx = ConstantDataVector::getSplat( in ConstantFoldGetElementPtr() 2439 PrevIdx = ConstantDataVector::getSplat( in ConstantFoldGetElementPtr() 2445 Factor = ConstantDataVector::getSplat( in ConstantFoldGetElementPtr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/Utils/ |
D | Local.h | 66 OpC = ConstantVector::getSplat(IntIdxTy->getVectorNumElements(), OpC);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULibCalls.cpp | 913 cnval = ConstantDataVector::getSplat(getVecSize(FInfo), cnval); in fold_pow() 937 cnval = ConstantDataVector::getSplat(getVecSize(FInfo), cnval); in fold_pow() 987 cnval = ConstantDataVector::getSplat(getVecSize(FInfo), cnval); in fold_pow() 1005 cnval = ConstantDataVector::getSplat(getVecSize(FInfo), cnval); in fold_pow()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Constants.h | 517 static Constant *getSplat(unsigned NumElts, Constant *Elt); 793 static Constant *getSplat(unsigned NumElts, Constant *Elt);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | CombinerHelper.cpp | 942 APInt SplatVal = APInt::getSplat(NumBits, Scalar); in getMemsetValue() 954 APInt Magic = APInt::getSplat(NumBits, APInt(8, 0x01)); in getMemsetValue()
|
D | LegalizerHelper.cpp | 4455 SwapN(4, Ty, MIRBuilder, BSWAP, APInt::getSplat(Size, APInt(8, 0xF0))); in lowerBitreverse() 4461 SwapN(2, Ty, MIRBuilder, Swap4, APInt::getSplat(Size, APInt(8, 0xCC))); in lowerBitreverse() 4466 SwapN(1, Dst, MIRBuilder, Swap2, APInt::getSplat(Size, APInt(8, 0xAA))); in lowerBitreverse()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 784 Mask = ConstantVector::getSplat(VT->getNumElements(), Mask); in FoldShiftByConstant() 819 Mask = ConstantVector::getSplat(VT->getNumElements(), Mask); in FoldShiftByConstant()
|
D | InstCombineCalls.cpp | 2962 APInt DemandedElts1 = APInt::getSplat(VWidth, in visitCallInst() 2971 APInt DemandedElts2 = APInt::getSplat(VWidth, in visitCallInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 550 static APInt getSplat(unsigned NewLen, const APInt &V) { in getSplat() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 2612 APInt MaskHi4 = APInt::getSplat(Sz, APInt(8, 0xF0)); in ExpandBITREVERSE() 2613 APInt MaskHi2 = APInt::getSplat(Sz, APInt(8, 0xCC)); in ExpandBITREVERSE() 2614 APInt MaskHi1 = APInt::getSplat(Sz, APInt(8, 0xAA)); in ExpandBITREVERSE() 2615 APInt MaskLo4 = APInt::getSplat(Sz, APInt(8, 0x0F)); in ExpandBITREVERSE() 2616 APInt MaskLo2 = APInt::getSplat(Sz, APInt(8, 0x33)); in ExpandBITREVERSE() 2617 APInt MaskLo1 = APInt::getSplat(Sz, APInt(8, 0x55)); in ExpandBITREVERSE()
|
D | TargetLowering.cpp | 6395 DAG.getConstant(APInt::getSplat(Len, APInt(8, 0x55)), dl, VT); in expandCTPOP() 6397 DAG.getConstant(APInt::getSplat(Len, APInt(8, 0x33)), dl, VT); in expandCTPOP() 6399 DAG.getConstant(APInt::getSplat(Len, APInt(8, 0x0F)), dl, VT); in expandCTPOP() 6401 DAG.getConstant(APInt::getSplat(Len, APInt(8, 0x01)), dl, VT); in expandCTPOP()
|
D | SelectionDAG.cpp | 5726 APInt Val = APInt::getSplat(NumBits, C->getAPIntValue()); in getMemsetValue() 5745 APInt Magic = APInt::getSplat(NumBits, APInt(8, 0x01)); in getMemsetValue()
|
D | DAGCombiner.cpp | 13407 SignMask = APInt::getSplat(IntVT.getSizeInBits(), SignMask); in visitFNEG() 13504 SignMask = APInt::getSplat(IntVT.getSizeInBits(), SignMask); in visitFABS()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 671 static APInt getSplat(unsigned NewLen, const APInt &V);
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 186 one = llvm::ConstantVector::getSplat( in lowerRCP() 209 llvm::Value *y = llvm::ConstantVector::getSplat( in lowerVectorShl() 222 llvm::Value *y = llvm::ConstantVector::getSplat( in lowerVectorAShr() 235 llvm::Value *y = llvm::ConstantVector::getSplat( in lowerVectorLShr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 577 APInt APInt::getSplat(unsigned NewLen, const APInt &V) { in getSplat() function in APInt
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1728 ? ConstantVector::getSplat(VF, cast<Constant>(Mul)) in createVectorIntOrFpInductionPHI() 3728 Identity = ConstantVector::getSplat(VF, Iden); in fixReduction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 711 return ConstantVector::getSplat(V->getType()->getVectorNumElements(), in stripAndComputeConstantOffsets()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 6545 return ConstantVector::getSplat(End, Val); in getConstantVector()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 2320 - gallium/swr: use ElementCount type arguments for getSplat()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 6355 UndefElts = APInt::getSplat(NumElts, UndefElts); in getTargetConstantBitsFromNode()
|