Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp24360 SelectionDAG &DAG, EVT ExtendVT, in CustomNonLegalBITCASTResults() argument
24367 SDValue Vec = DAG.getNode(ISD::SCALAR_TO_VECTOR, DL, ExtendVT, Op); in CustomNonLegalBITCASTResults()
25790 EVT ExtendVT = ContainerVT.changeVectorElementType( in LowerFixedLengthVectorLoadToSVE() local
25793 Result = getSVESafeBitCast(ExtendVT, Result, DAG); in LowerFixedLengthVectorLoadToSVE()
26394 EVT ExtendVT = ContainerVT.changeVectorElementType( in LowerFixedLengthFPExtendToSVE() local
26401 Val = getSVESafeBitCast(ExtendVT, Val, DAG); in LowerFixedLengthFPExtendToSVE()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52564 EVT ExtendVT = TargetVT; in combineToExtendCMOV() local
52566 ExtendVT = MVT::i32; in combineToExtendCMOV()
52568 CMovOp0 = DAG.getNode(ExtendOpcode, DL, ExtendVT, CMovOp0); in combineToExtendCMOV()
52569 CMovOp1 = DAG.getNode(ExtendOpcode, DL, ExtendVT, CMovOp1); in combineToExtendCMOV()
52571 SDValue Res = DAG.getNode(X86ISD::CMOV, DL, ExtendVT, CMovOp0, CMovOp1, in combineToExtendCMOV()
52575 if (ExtendVT != TargetVT) in combineToExtendCMOV()