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

/external/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.h84 virtual bool selectVSplat(SDNode *N, APInt &Imm) const;
H A DMipsISelDAGToDAG.cpp110 bool MipsDAGToDAGISel::selectVSplat(SDNode *N, APInt &Imm) const { function in class:MipsDAGToDAGISel
H A DMipsSEISelDAGToDAG.h72 bool selectVSplat(SDNode *N, APInt &Imm) const override;
H A DMipsSEISelDAGToDAG.cpp410 bool MipsSEDAGToDAGISel::selectVSplat(SDNode *N, APInt &Imm) const { function in class:MipsSEDAGToDAGISel
435 // In addition to the requirements of selectVSplat(), this function returns
458 if (selectVSplat (N.getNode(), ImmValue) &&
518 // In addition to the requirements of selectVSplat(), this function returns
533 if (selectVSplat (N.getNode(), ImmValue) &&
549 // In addition to the requirements of selectVSplat(), this function returns
564 if (selectVSplat(N.getNode(), ImmValue) &&
582 // In addition to the requirements of selectVSplat(), this function returns
597 if (selectVSplat(N.getNode(), ImmValue) &&
618 if (selectVSplat(
[all...]

Completed in 1005 milliseconds