Searched refs:convertToScalableVector (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 1252 static SDValue convertToScalableVector(EVT VT, SDValue V, SelectionDAG &DAG, in convertToScalableVector() function 1779 V1 = convertToScalableVector(ContainerVT, V1, DAG, Subtarget); in lowerVECTOR_SHUFFLE() 1869 convertToScalableVector(IndexContainerVT, LHSIndices, DAG, Subtarget); in lowerVECTOR_SHUFFLE() 1871 V1 = convertToScalableVector(ContainerVT, V1, DAG, Subtarget); in lowerVECTOR_SHUFFLE() 1881 convertToScalableVector(MaskContainerVT, SelectMask, DAG, Subtarget); in lowerVECTOR_SHUFFLE() 1885 convertToScalableVector(IndexContainerVT, RHSIndices, DAG, Subtarget); in lowerVECTOR_SHUFFLE() 1887 V2 = convertToScalableVector(ContainerVT, V2, DAG, Subtarget); in lowerVECTOR_SHUFFLE() 2048 Src = convertToScalableVector(ContainerVT, Src, DAG, Subtarget); in LowerOperation() 2113 Src = convertToScalableVector(SrcContainerVT, Src, DAG, Subtarget); in LowerOperation() 2153 Src = convertToScalableVector(SrcContainerVT, Src, DAG, Subtarget); in LowerOperation() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 17342 static SDValue convertToScalableVector(SelectionDAG &DAG, EVT VT, SDValue V) { in convertToScalableVector() function 17389 auto Op1 = convertToScalableVector(DAG, ContainerVT, Mask); in convertFixedMaskToScalableVector() 17434 convertToScalableVector(DAG, ContainerVT, Load->getPassThru()); in LowerFixedLengthVectorMLoadToSVE() 17452 auto NewValue = convertToScalableVector(DAG, ContainerVT, Store->getValue()); in LowerFixedLengthVectorStoreToSVE() 17471 auto NewValue = convertToScalableVector(DAG, ContainerVT, Store->getValue()); in LowerFixedLengthVectorMStoreToSVE() 17510 SDValue Op0 = convertToScalableVector(DAG, ContainerVT, Op.getOperand(0)); in LowerFixedLengthVectorIntDivideToSVE() 17511 SDValue Op1 = convertToScalableVector(DAG, ContainerVT, Op.getOperand(1)); in LowerFixedLengthVectorIntDivideToSVE() 17532 ResultLo = convertToScalableVector(DAG, ScalableWidenedVT, ResultLo); in LowerFixedLengthVectorIntDivideToSVE() 17533 ResultHi = convertToScalableVector(DAG, ScalableWidenedVT, ResultHi); in LowerFixedLengthVectorIntDivideToSVE() 17548 Val = convertToScalableVector(DAG, ContainerVT, Val); in LowerFixedLengthVectorIntExtendToSVE() [all …]
|