Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2311 EVT NewSrcVT = SrcVT.widenIntegerVectorElementType(Ctx); in SplitVecRes_ExtendOp() local
2315 std::tie(SplitLoVT, SplitHiVT) = DAG.GetSplitDestVTs(NewSrcVT); in SplitVecRes_ExtendOp()
2317 TLI.isTypeLegal(NewSrcVT) && TLI.isTypeLegal(SplitLoVT)) { in SplitVecRes_ExtendOp()
2323 DAG.getNode(N->getOpcode(), dl, NewSrcVT, N->getOperand(0)); in SplitVecRes_ExtendOp()
2334 DAG.getNode(N->getOpcode(), dl, NewSrcVT, N->getOperand(0), in SplitVecRes_ExtendOp()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43040 MVT NewSrcVT = MVT::getIntegerVT(BitWidth / 2); in SimplifyDemandedBitsForTargetNode() local
43042 TLO.DAG.getNode(ISD::TRUNCATE, SDLoc(Src), NewSrcVT, Src); in SimplifyDemandedBitsForTargetNode()
43043 MVT NewVT = MVT::getVectorVT(NewSrcVT, VT.getVectorNumElements() * 2); in SimplifyDemandedBitsForTargetNode()
43754 EVT NewSrcVT = in combineBitcastToBoolVector() local
43756 if (TLI.isTypeLegal(NewSrcVT)) in combineBitcastToBoolVector()
43758 combineBitcastToBoolVector(NewSrcVT, Src, DL, DAG, Subtarget)) in combineBitcastToBoolVector()
43767 EVT NewSrcVT = EVT::getVectorVT(*DAG.getContext(), MVT::i1, in combineBitcastToBoolVector() local
43769 if (TLI.isTypeLegal(NewSrcVT)) in combineBitcastToBoolVector()
43771 combineBitcastToBoolVector(NewSrcVT, Src, DL, DAG, Subtarget)) in combineBitcastToBoolVector()