Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3222 EVT NewEltVT = TLI.getTypeToTransformTo(*DAG.getContext(), EltVT); in ExpandNode() local
3227 if (NewEltVT.bitsLT(EltVT)) { in ExpandNode()
3235 EVT::getVectorVT(*DAG.getContext(), NewEltVT, in ExpandNode()
3236 VT.getSizeInBits() / NewEltVT.getSizeInBits()); in ExpandNode()
3263 EltVT = NewEltVT; in ExpandNode()
4206 MVT EltVT, MVT NewEltVT) { in getPromotedVectorElementType() argument
4207 unsigned OldEltsPerNewElt = EltVT.getSizeInBits() / NewEltVT.getSizeInBits(); in getPromotedVectorElementType()
4208 MVT MidVT = MVT::getVectorVT(NewEltVT, OldEltsPerNewElt); in getPromotedVectorElementType()
4462 MVT NewEltVT = NVT.getVectorElementType(); in PromoteNode() local
4472 assert(NewEltVT.bitsLT(EltVT) && "not handled"); in PromoteNode()
[all …]
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp11290 MVT NewEltVT = VT.isFloatingPoint() in lowerVectorShuffle() local
11293 MVT NewVT = MVT::getVectorVT(NewEltVT, VT.getVectorNumElements() / 2); in lowerVectorShuffle()