Searched refs:FixedVT (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp4627 EVT FixedVT = (MVT::SimpleValueType)i; local
4628 EVT FixedEltVT = FixedVT.getVectorElementType();
4629 if (TLI.isTypeLegal(FixedVT) &&
4630 FixedVT.getSizeInBits() == VT.getSizeInBits() &&
4632 assert(FixedVT.getVectorNumElements() >= VT.getVectorNumElements() &&
4634 assert(FixedVT.getVectorNumElements() != InVT.getVectorNumElements() &&
4636 if (FixedVT.getVectorNumElements() > InVT.getVectorNumElements())
4637 InOp = DAG.getNode(ISD::INSERT_SUBVECTOR, DL, FixedVT,
4638 DAG.getUNDEF(FixedVT), InOp,
4641 InOp = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, FixedVT, InO
[all...]

Completed in 104 milliseconds