Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp21005 EVT ExtendVT = ContainerVT.changeVectorElementType( in LowerFixedLengthVectorLoadToSVE() local
21008 Result = getSVESafeBitCast(ExtendVT, Result, DAG); in LowerFixedLengthVectorLoadToSVE()
21603 EVT ExtendVT = ContainerVT.changeVectorElementType( in LowerFixedLengthFPExtendToSVE() local
21610 Val = getSVESafeBitCast(ExtendVT, Val, DAG); in LowerFixedLengthFPExtendToSVE()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp51604 EVT ExtendVT = TargetVT; in combineToExtendCMOV() local
51606 ExtendVT = MVT::i32; in combineToExtendCMOV()
51608 CMovOp0 = DAG.getNode(ExtendOpcode, DL, ExtendVT, CMovOp0); in combineToExtendCMOV()
51609 CMovOp1 = DAG.getNode(ExtendOpcode, DL, ExtendVT, CMovOp1); in combineToExtendCMOV()
51611 SDValue Res = DAG.getNode(X86ISD::CMOV, DL, ExtendVT, CMovOp0, CMovOp1, in combineToExtendCMOV()
51615 if (ExtendVT != TargetVT) in combineToExtendCMOV()