Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp5731 MVT ValueSVT = ValueVT.getVectorElementType(); in Select() local
5733 bool IsFP = ValueSVT.isFloatingPoint(); in Select()
5734 unsigned EltSize = ValueSVT.getSizeInBits(); in Select()
5827 MVT ValueSVT = ValueVT.getVectorElementType(); in Select() local
5829 bool IsFP = ValueSVT.isFloatingPoint(); in Select()
5830 unsigned EltSize = ValueSVT.getSizeInBits(); in Select()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp452 EVT ValueSVT = ValueVT.getVectorElementType(); in getCopyFromPartsVector() local
453 if (ValueVT.getVectorNumElements() == 1 && ValueSVT != PartEVT) { in getCopyFromPartsVector()
454 if (ValueSVT.getSizeInBits() == PartEVT.getSizeInBits()) in getCopyFromPartsVector()
455 Val = DAG.getNode(ISD::BITCAST, DL, ValueSVT, Val); in getCopyFromPartsVector()
458 ? DAG.getFPExtendOrRound(Val, DL, ValueSVT) in getCopyFromPartsVector()
459 : DAG.getAnyExtOrTrunc(Val, DL, ValueSVT); in getCopyFromPartsVector()