Searched refs:ElementVT (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 454 EVT ElementVT = PartVT.getVectorElementType(); in getCopyToPartsVector() local 460 ElementVT, Val, DAG.getIntPtrConstant(i))); in getCopyToPartsVector() 464 Ops.push_back(DAG.getUNDEF(ElementVT)); in getCopyToPartsVector()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 530 EVT ElementVT = PartVT.getVectorElementType(); in getCopyToPartsVector() local 536 ISD::EXTRACT_VECTOR_ELT, DL, ElementVT, Val, in getCopyToPartsVector() 541 Ops.push_back(DAG.getUNDEF(ElementVT)); in getCopyToPartsVector()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 638 EVT ElementVT = PartVT.getVectorElementType(); in getCopyToPartsVector() local 644 ISD::EXTRACT_VECTOR_ELT, DL, ElementVT, Val, in getCopyToPartsVector() 649 Ops.push_back(DAG.getUNDEF(ElementVT)); in getCopyToPartsVector()
|