Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3003 EVT NewEltVT = TLI.getTypeToTransformTo(*DAG.getContext(), EltVT); in ExpandNode() local
3008 if (NewEltVT.bitsLT(EltVT)) { in ExpandNode()
3016 EVT::getVectorVT(*DAG.getContext(), NewEltVT, in ExpandNode()
3017 VT.getSizeInBits() / NewEltVT.getSizeInBits()); in ExpandNode()
3044 EltVT = NewEltVT; in ExpandNode()
3987 MVT EltVT, MVT NewEltVT) { in getPromotedVectorElementType() argument
3988 unsigned OldEltsPerNewElt = EltVT.getSizeInBits() / NewEltVT.getSizeInBits(); in getPromotedVectorElementType()
3989 MVT MidVT = MVT::getVectorVT(NewEltVT, OldEltsPerNewElt); in getPromotedVectorElementType()
4245 MVT NewEltVT = NVT.getVectorElementType(); in PromoteNode() local
4255 assert(NewEltVT.bitsLT(EltVT) && "not handled"); in PromoteNode()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3111 EVT NewEltVT = TLI.getTypeToTransformTo(*DAG.getContext(), EltVT); in ExpandNode() local
3116 if (NewEltVT.bitsLT(EltVT)) { in ExpandNode()
3123 EVT::getVectorVT(*DAG.getContext(), NewEltVT, in ExpandNode()
3124 VT.getSizeInBits() / NewEltVT.getSizeInBits()); in ExpandNode()
3151 EltVT = NewEltVT; in ExpandNode()
4276 MVT EltVT, MVT NewEltVT) { in getPromotedVectorElementType() argument
4277 unsigned OldEltsPerNewElt = EltVT.getSizeInBits() / NewEltVT.getSizeInBits(); in getPromotedVectorElementType()
4278 MVT MidVT = MVT::getVectorVT(NewEltVT, OldEltsPerNewElt); in getPromotedVectorElementType()
4570 MVT NewEltVT = NVT.getVectorElementType(); in PromoteNode() local
4580 assert(NewEltVT.bitsLT(EltVT) && "not handled"); in PromoteNode()
[all …]
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp12166 MVT NewEltVT = VT.isFloatingPoint() in lowerVectorShuffle() local
12169 MVT NewVT = MVT::getVectorVT(NewEltVT, VT.getVectorNumElements() / 2); in lowerVectorShuffle()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp15072 MVT NewEltVT = VT.isFloatingPoint() in lowerVectorShuffle() local
15076 MVT NewVT = MVT::getVectorVT(NewEltVT, NewNumElts); in lowerVectorShuffle()