Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2958 EVT LegalSVT = SVT; in getSplatValue() local
2962 LegalSVT = TLI->getTypeToTransformTo(*getContext(), LegalSVT); in getSplatValue()
2963 if (LegalSVT.bitsLT(SVT)) in getSplatValue()
2966 return getNode(ISD::EXTRACT_VECTOR_ELT, SDLoc(V), LegalSVT, SrcVector, in getSplatValue()
6359 EVT LegalSVT = VT.getScalarType(); in FoldConstantArithmetic() local
6360 if (NewNodesMustHaveLegalTypes && LegalSVT.isInteger()) { in FoldConstantArithmetic()
6361 LegalSVT = TLI->getTypeToTransformTo(*getContext(), LegalSVT); in FoldConstantArithmetic()
6362 if (LegalSVT.bitsLT(VT.getScalarType())) in FoldConstantArithmetic()
6412 if (LegalSVT != SVT) in FoldConstantArithmetic()
6413 ScalarResult = getNode(ExtendCode, DL, LegalSVT, ScalarResult); in FoldConstantArithmetic()
H A DDAGCombiner.cpp4575 EVT LegalSVT = N1.getOperand(0).getValueType(); in visitMUL() local
4576 SDValue Zero = DAG.getConstant(0, DL, LegalSVT); in visitMUL()
4577 SDValue AllOnes = DAG.getAllOnesConstant(DL, LegalSVT); in visitMUL()