Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp5925 MVT ValueSVT = ValueVT.getVectorElementType(); in Select() local
5927 bool IsFP = ValueSVT.isFloatingPoint(); in Select()
5928 unsigned EltSize = ValueSVT.getSizeInBits(); in Select()
6021 MVT ValueSVT = ValueVT.getVectorElementType(); in Select() local
6023 bool IsFP = ValueSVT.isFloatingPoint(); in Select()
6024 unsigned EltSize = ValueSVT.getSizeInBits(); in Select()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp448 EVT ValueSVT = ValueVT.getVectorElementType(); in getCopyFromPartsVector() local
449 if (ValueVT.getVectorNumElements() == 1 && ValueSVT != PartEVT) { in getCopyFromPartsVector()
450 if (ValueSVT.getSizeInBits() == PartEVT.getSizeInBits()) in getCopyFromPartsVector()
451 Val = DAG.getNode(ISD::BITCAST, DL, ValueSVT, Val); in getCopyFromPartsVector()
454 ? DAG.getFPExtendOrRound(Val, DL, ValueSVT) in getCopyFromPartsVector()
455 : DAG.getAnyExtOrTrunc(Val, DL, ValueSVT); in getCopyFromPartsVector()