Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp25785 SelectionDAG &DAG, EVT ExtendVT, in CustomNonLegalBITCASTResults() argument
25792 SDValue Vec = DAG.getNode(ISD::SCALAR_TO_VECTOR, DL, ExtendVT, Op); in CustomNonLegalBITCASTResults()
27250 EVT ExtendVT = ContainerVT.changeVectorElementType( in LowerFixedLengthVectorLoadToSVE() local
27253 Result = getSVESafeBitCast(ExtendVT, Result, DAG); in LowerFixedLengthVectorLoadToSVE()
27854 EVT ExtendVT = ContainerVT.changeVectorElementType( in LowerFixedLengthFPExtendToSVE() local
27861 Val = getSVESafeBitCast(ExtendVT, Val, DAG); in LowerFixedLengthFPExtendToSVE()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp53847 EVT ExtendVT = TargetVT; in combineToExtendCMOV() local
53849 ExtendVT = MVT::i32; in combineToExtendCMOV()
53851 CMovOp0 = DAG.getNode(ExtendOpcode, DL, ExtendVT, CMovOp0); in combineToExtendCMOV()
53852 CMovOp1 = DAG.getNode(ExtendOpcode, DL, ExtendVT, CMovOp1); in combineToExtendCMOV()
53854 SDValue Res = DAG.getNode(X86ISD::CMOV, DL, ExtendVT, CMovOp0, CMovOp1, in combineToExtendCMOV()
53858 if (ExtendVT != TargetVT) in combineToExtendCMOV()