Home
last modified time | relevance | path

Searched refs:getSplat (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombine.cpp278 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/
DConstants.cpp367 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 …]
DConstantFold.cpp2204 ? 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/
DLocal.h66 OpC = ConstantVector::getSplat(IntIdxTy->getVectorNumElements(), OpC);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp913 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/
DConstants.h517 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/
DCombinerHelper.cpp942 APInt SplatVal = APInt::getSplat(NumBits, Scalar); in getMemsetValue()
954 APInt Magic = APInt::getSplat(NumBits, APInt(8, 0x01)); in getMemsetValue()
DLegalizerHelper.cpp4455 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/
DInstCombineShifts.cpp784 Mask = ConstantVector::getSplat(VT->getNumElements(), Mask); in FoldShiftByConstant()
819 Mask = ConstantVector::getSplat(VT->getNumElements(), Mask); in FoldShiftByConstant()
DInstCombineCalls.cpp2962 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/
DAPInt.h550 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/
DLegalizeDAG.cpp2612 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()
DTargetLowering.cpp6395 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()
DSelectionDAG.cpp5726 APInt Val = APInt::getSplat(NumBits, C->getAPIntValue()); in getMemsetValue()
5745 APInt Magic = APInt::getSplat(NumBits, APInt(8, 0x01)); in getMemsetValue()
DDAGCombiner.cpp13407 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/
DAPInt.h671 static APInt getSplat(unsigned NewLen, const APInt &V);
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp186 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/
DAPInt.cpp577 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/
DLoopVectorize.cpp1728 ? 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/
DInstructionSimplify.cpp711 return ConstantVector::getSplat(V->getType()->getVectorNumElements(), in stripAndComputeConstantOffsets()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp6545 return ConstantVector::getSplat(End, Val); in getConstantVector()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst2320 - gallium/swr: use ElementCount type arguments for getSplat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp6355 UndefElts = APInt::getSplat(NumElts, UndefElts); in getTargetConstantBitsFromNode()