Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp22967 EVT ExtendVT = ContainerVT.changeVectorElementType( in LowerFixedLengthVectorLoadToSVE() local
22970 Result = getSVESafeBitCast(ExtendVT, Result, DAG); in LowerFixedLengthVectorLoadToSVE()
23563 EVT ExtendVT = ContainerVT.changeVectorElementType( in LowerFixedLengthFPExtendToSVE() local
23570 Val = getSVESafeBitCast(ExtendVT, Val, DAG); in LowerFixedLengthFPExtendToSVE()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52941 EVT ExtendVT = TargetVT; in combineToExtendCMOV() local
52943 ExtendVT = MVT::i32; in combineToExtendCMOV()
52945 CMovOp0 = DAG.getNode(ExtendOpcode, DL, ExtendVT, CMovOp0); in combineToExtendCMOV()
52946 CMovOp1 = DAG.getNode(ExtendOpcode, DL, ExtendVT, CMovOp1); in combineToExtendCMOV()
52948 SDValue Res = DAG.getNode(X86ISD::CMOV, DL, ExtendVT, CMovOp0, CMovOp1, in combineToExtendCMOV()
52952 if (ExtendVT != TargetVT) in combineToExtendCMOV()