Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17635 auto ScalableRes = DAG.getNode(ISD::INSERT_VECTOR_ELT, DL, ContainerVT, Op0, in LowerFixedLengthInsertVectorElt() local
17638 return convertFromScalableVector(DAG, VT, ScalableRes); in LowerFixedLengthInsertVectorElt()
17678 auto ScalableRes = DAG.getNode(NewOp, DL, ContainerVT, Operands); in LowerToPredicatedOp() local
17679 return convertFromScalableVector(DAG, VT, ScalableRes); in LowerToPredicatedOp()
17725 auto ScalableRes = DAG.getNode(Op.getOpcode(), SDLoc(Op), ContainerVT, Ops); in LowerToScalableOp() local
17726 return convertFromScalableVector(DAG, VT, ScalableRes); in LowerToScalableOp()
17840 auto ScalableRes = DAG.getNode(ISD::VSELECT, DL, ContainerVT, in LowerFixedLengthVectorSelectToSVE() local
17843 return convertFromScalableVector(DAG, VT, ScalableRes); in LowerFixedLengthVectorSelectToSVE()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4299 SDValue ScalableRes = DAG.getNode(NewOpc, DL, ContainerVT, Ops); in lowerToScalableOp() local
4300 return convertFromScalableVector(VT, ScalableRes, DAG, Subtarget); in lowerToScalableOp()