HomeSort by: relevance | last modified time | path
    Searched refs:convertToScalableVector (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 1252 static SDValue convertToScalableVector(EVT VT, SDValue V, SelectionDAG &DAG,
1779 V1 = convertToScalableVector(ContainerVT, V1, DAG, Subtarget);
1869 convertToScalableVector(IndexContainerVT, LHSIndices, DAG, Subtarget);
1871 V1 = convertToScalableVector(ContainerVT, V1, DAG, Subtarget);
1881 convertToScalableVector(MaskContainerVT, SelectMask, DAG, Subtarget);
1885 convertToScalableVector(IndexContainerVT, RHSIndices, DAG, Subtarget);
1887 V2 = convertToScalableVector(ContainerVT, V2, DAG, Subtarget);
2048 Src = convertToScalableVector(ContainerVT, Src, DAG, Subtarget);
2113 Src = convertToScalableVector(SrcContainerVT, Src, DAG, Subtarget);
2153 Src = convertToScalableVector(SrcContainerVT, Src, DAG, Subtarget)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 17342 static SDValue convertToScalableVector(SelectionDAG &DAG, EVT VT, SDValue V) {
17389 auto Op1 = convertToScalableVector(DAG, ContainerVT, Mask);
17434 convertToScalableVector(DAG, ContainerVT, Load->getPassThru());
17452 auto NewValue = convertToScalableVector(DAG, ContainerVT, Store->getValue());
17471 auto NewValue = convertToScalableVector(DAG, ContainerVT, Store->getValue());
17510 SDValue Op0 = convertToScalableVector(DAG, ContainerVT, Op.getOperand(0));
17511 SDValue Op1 = convertToScalableVector(DAG, ContainerVT, Op.getOperand(1));
17532 ResultLo = convertToScalableVector(DAG, ScalableWidenedVT, ResultLo);
17533 ResultHi = convertToScalableVector(DAG, ScalableWidenedVT, ResultHi);
17548 Val = convertToScalableVector(DAG, ContainerVT, Val)
    [all...]

Completed in 87 milliseconds