HomeSort by: relevance | last modified time | path
    Searched defs:selectVSplat (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 154 bool MipsDAGToDAGISel::selectVSplat(SDNode *N, APInt &Imm,
MipsSEISelDAGToDAG.cpp 511 bool MipsSEDAGToDAGISel::selectVSplat(SDNode *N, APInt &Imm,
536 // In addition to the requirements of selectVSplat(), this function returns
559 if (selectVSplat(N.getNode(), ImmValue, EltTy.getSizeInBits()) &&
620 // In addition to the requirements of selectVSplat(), this function returns
635 if (selectVSplat(N.getNode(), ImmValue, EltTy.getSizeInBits()) &&
651 // In addition to the requirements of selectVSplat(), this function returns
666 if (selectVSplat(N.getNode(), ImmValue, EltTy.getSizeInBits()) &&
685 // In addition to the requirements of selectVSplat(), this function returns
700 if (selectVSplat(N.getNode(), ImmValue, EltTy.getSizeInBits()) &&
722 if (selectVSplat(N.getNode(), ImmValue, EltTy.getSizeInBits()) &
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelDAGToDAG.cpp 1338 bool RISCVDAGToDAGISel::selectVSplat(SDValue N, SDValue &SplatVal) {

Completed in 20 milliseconds