Home
last modified time | relevance | path

Searched refs:getVectorElementCount (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.h283 ElementCount getVectorElementCount() const { in getVectorElementCount() function
286 return V.getVectorElementCount(); in getVectorElementCount()
360 return EVT::getVectorVT(Context, EltVT, getVectorElementCount()); in widenIntegerVectorElementType()
368 auto EltCnt = getVectorElementCount(); in getHalfNumVectorElementsVT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDerivedTypes.h574 ElementCount Type::getVectorElementCount() const { in getVectorElementCount() function
631 NewType = VectorType::get(NewType, getVectorElementCount()); in getWithNewBitWidth()
DType.h375 inline ElementCount getVectorElementCount() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h397 auto EltCnt = getVectorElementCount(); in getHalfNumVectorElementsVT()
670 ElementCount getVectorElementCount() const { in getVectorElementCount() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp852 auto EltCnt = Op.getValueType().getVectorElementCount(); in BitConvertVectorToIntegerVector()
DSelectionDAGBuilder.cpp5499 PromVT = EVT::getVectorVT(Ctx, PromVT, VT.getVectorElementCount()); in expandDivFix()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp2236 ElementCount NElts = Mask->getType()->getVectorElementCount(); in getShuffleVector()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp1720 return MVT::getVectorVT(MVT::i1, VT.getVectorElementCount()); in getSetCCResultType()