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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2457 EVT FixedVT = (MVT::SimpleValueType)i; local
2458 EVT FixedEltVT = FixedVT.getVectorElementType();
2459 if (TLI.isTypeLegal(FixedVT) &&
2460 FixedVT.getSizeInBits() == VT.getSizeInBits() &&
2462 assert(FixedVT.getVectorNumElements() >= VT.getVectorNumElements() &&
2464 assert(FixedVT.getVectorNumElements() != InVT.getVectorNumElements() &&
2466 if (FixedVT.getVectorNumElements() > InVT.getVectorNumElements())
2467 InOp = DAG.getNode(ISD::INSERT_SUBVECTOR, DL, FixedVT,
2468 DAG.getUNDEF(FixedVT), InOp,
2471 InOp = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, FixedVT, InO
[all...]

Completed in 111 milliseconds