Home
last modified time | relevance | path

Searched refs:MaskNumElts (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3125 unsigned MaskNumElts = Mask.size(); in visitShuffleVector() local
3132 if (SrcNumElts == MaskNumElts) { in visitShuffleVector()
3139 if (SrcNumElts < MaskNumElts && MaskNumElts % SrcNumElts == 0) { in visitShuffleVector()
3143 if (SrcNumElts*2 == MaskNumElts) { in visitShuffleVector()
3163 unsigned NumConcat = MaskNumElts / SrcNumElts; in visitShuffleVector()
3180 for (unsigned i = 0; i != MaskNumElts; ++i) { in visitShuffleVector()
3183 Idx -= SrcNumElts - MaskNumElts; in visitShuffleVector()
3192 if (SrcNumElts > MaskNumElts) { in visitShuffleVector()
3200 for (unsigned i = 0; i != MaskNumElts; ++i) { in visitShuffleVector()
3230 StartIdx[Input] = (MinRange[Input]/MaskNumElts)*MaskNumElts; in visitShuffleVector()
[all …]
DLegalizeVectorTypes.cpp2452 unsigned MaskNumElts = MaskVT.getVectorNumElements(); in WidenVecRes_MLOAD() local
2454 unsigned NumConcat = WidenNumElts / MaskNumElts; in WidenVecRes_MLOAD()
2844 unsigned MaskNumElts = MaskVT.getVectorNumElements(); in WidenVecOp_MSTORE() local
2846 unsigned NumConcat = WidenNumElts / MaskNumElts; in WidenVecOp_MSTORE()
DLegalizeIntegerTypes.cpp1156 unsigned MaskNumElts = MaskVT.getVectorNumElements(); in PromoteIntOp_MSTORE() local
1158 unsigned NumConcat = WidenNumElts / MaskNumElts; in PromoteIntOp_MSTORE()
/external/llvm/lib/IR/
DConstantFold.cpp827 unsigned MaskNumElts = Mask->getType()->getVectorNumElements(); in ConstantFoldShuffleVectorInstruction() local
832 return UndefValue::get(VectorType::get(EltTy, MaskNumElts)); in ConstantFoldShuffleVectorInstruction()
841 for (unsigned i = 0; i != MaskNumElts; ++i) { in ConstantFoldShuffleVectorInstruction()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp22624 unsigned MaskNumElts = VT.getVectorNumElements(); in PerformMLOADCombine() local
22628 unsigned NumConcat = WidenNumElts / MaskNumElts; in PerformMLOADCombine()
22708 unsigned MaskNumElts = VT.getVectorNumElements(); in PerformMSTORECombine() local
22712 unsigned NumConcat = WidenNumElts / MaskNumElts; in PerformMSTORECombine()