Home
last modified time | relevance | path

Searched defs:NumElems (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DScalarizer.cpp466 unsigned NumElems = VT->getNumElements(); in splitUnary() local
486 unsigned NumElems = VT->getNumElements(); in splitBinary() local
527 unsigned NumElems = VT->getNumElements(); in splitCall() local
577 unsigned NumElems = VT->getNumElements(); in visitSelectInst() local
624 unsigned NumElems = VT->getNumElements(); in visitGetElementPtrInst() local
669 unsigned NumElems = VT->getNumElements(); in visitCastInst() local
742 unsigned NumElems = VT->getNumElements(); in visitShuffleVectorInst() local
766 unsigned NumElems = VT->getNumElements(); in visitPHINode() local
797 unsigned NumElems = Layout.VecTy->getNumElements(); in visitLoadInst() local
823 unsigned NumElems = Layout.VecTy->getNumElements(); in visitStoreInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCfg.h248 template <typename T> T *allocateArrayOf(size_t NumElems) { in allocateArrayOf()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp362 unsigned NumElems = STy->getNumElements(); in getFoldedSizeOf() local
428 unsigned NumElems = STy->getNumElements(); in getFoldedAlignOf() local
484 unsigned NumElems = STy->getNumElements(); in getFoldedOffsetOf() local
DAttributes.cpp71 unsigned NumElems = Num & std::numeric_limits<unsigned>::max(); in unpackAllocSizeArgs() local
447 Optional<unsigned> NumElems; in getAsString() local
1561 const Optional<unsigned> &NumElems) { in addAllocSizeAttr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp1485 unsigned NumElems = VT.getVectorNumElements(); in UnrollStrictFPOp() local
1545 unsigned NumElems = VT.getVectorNumElements(); in UnrollVSETCC() local
DLegalizeTypesGeneric.cpp102 unsigned NumElems = 2; in ExpandRes_BITCAST() local
DLegalizeDAG.cpp1812 unsigned NumElems = Node->getNumOperands(); in ExpandBVWithShuffles() local
1906 unsigned NumElems = Node->getNumOperands(); in ExpandBUILD_VECTOR() local
3084 unsigned NumElems = VT.getVectorNumElements(); in ExpandNode() local
DLegalizeIntegerTypes.cpp4245 unsigned NumElems = N->getNumOperands(); in PromoteIntRes_BUILD_VECTOR() local
4423 unsigned NumElems = N->getNumOperands(); in PromoteIntOp_CONCAT_VECTORS() local
DDAGCombiner.cpp8699 int NumElems = VT.getVectorNumElements(); in ConvertSelectToConcatVector() local
17440 unsigned NumElems = VT.getVectorNumElements(); in createBuildVecShuffle() local
17641 unsigned NumElems = N->getNumOperands(); in reduceBuildVecToShuffle() local
17865 unsigned NumElems = N->getNumOperands(); in convertBuildVecZextToZext() local
18599 unsigned NumElems = ExtractSize / EltSize; in visitEXTRACT_SUBVECTOR() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp642 APInt NumElems = C->getValue(); in visitAllocaInst() local
706 APInt NumElems = Arg->getValue(); in visitCallSite() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp3769 unsigned NumElems = VT.getVectorNumElements(); in getMOVL() local
5831 unsigned NumElems = OpVT.getVectorNumElements(); in insert1BitVector() local
6097 int NumElems = VT.getVectorNumElements(); in getShuffleVectorZeroOrUndef() local
6596 unsigned NumElems = VT.getVectorNumElements(); in getTargetShuffleMask() local
7604 unsigned NumElems = VT.getVectorNumElements(); in getShuffleScalarElt() local
7614 int NumElems = (int)ShufVT.getVectorNumElements(); in getShuffleScalarElt() local
7661 unsigned NumElems = VT.getVectorNumElements(); in getShuffleScalarElt() local
7996 unsigned NumElems = VT.getVectorNumElements(); in LowerAsSplatVectorLoad() local
8065 unsigned NumElems = Elts.size(); in EltsFromConsecutiveLoads() local
8686 unsigned NumElems = Op.getNumOperands(); in buildFromShuffleMostly() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp187 BTFTypeArray::BTFTypeArray(uint32_t ElemTypeId, uint32_t NumElems) { in BTFTypeArray()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp817 unsigned NumElems = HwLen / (ElemTy.getSizeInBits()/8); in getSingleVT() local
822 unsigned NumElems = (2*HwLen) / (ElemTy.getSizeInBits()/8); in getPairVT() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp1191 uint32_t NumElems = readVaruint32(Ctx); in parseElemSection() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp2168 bool isNEONReplicate(unsigned Width, unsigned NumElems, bool Inv) const { in isNEONReplicate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp13123 unsigned NumElems = Input.getValueType().getVectorNumElements(); in addShuffleForVecExtend() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp10515 unsigned NumElems = NarrowTy.getVectorNumElements(); in tryExtendDUPToExtractHigh() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp13459 unsigned NumElems = VT.getVectorNumElements(); in PerformTruncatingStoreCombine() local