Searched refs:selectVSplat (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.h98 virtual bool selectVSplat(SDNode *N, APInt &Imm,
H A DMipsSEISelDAGToDAG.h96 bool selectVSplat(SDNode *N, APInt &Imm,
H A DMipsISelDAGToDAG.cpp154 bool MipsDAGToDAGISel::selectVSplat(SDNode *N, APInt &Imm, function in class:MipsDAGToDAGISel
H A DMipsSEISelDAGToDAG.cpp511 bool MipsSEDAGToDAGISel::selectVSplat(SDNode *N, APInt &Imm, function in class:MipsSEDAGToDAGISel
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(
[all...]

Completed in 53 milliseconds