Home
last modified time | relevance | path

Searched refs:MinElts (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp3292 unsigned MinElts = N->getValueType(0).getVectorNumElements(); in WidenVecRes_Convert() local
3293 for (unsigned i=0; i < MinElts; ++i) { in WidenVecRes_Convert()
3329 unsigned MinElts = N->getValueType(0).getVectorNumElements(); in WidenVecRes_Convert_StrictFP() local
3330 for (unsigned i=0; i < MinElts; ++i) { in WidenVecRes_Convert_StrictFP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp24568 unsigned MinElts = std::min(Index.getSimpleValueType().getVectorNumElements(), in getGatherNode() local
24570 MVT MaskVT = MVT::getVectorVT(MVT::i1, MinElts); in getGatherNode()
24604 unsigned MinElts = std::min(Index.getSimpleValueType().getVectorNumElements(), in getScatterNode() local
24606 MVT MaskVT = MVT::getVectorVT(MVT::i1, MinElts); in getScatterNode()
28870 unsigned MinElts = VT.getVectorNumElements(); in ReplaceNodeResults() local
28871 for (unsigned i=0; i < MinElts; ++i) { in ReplaceNodeResults()