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

/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.h80 virtual bool selectVSplat(SDNode *N, APInt &Imm) const;
H A DMipsSEISelDAGToDAG.h62 virtual bool selectVSplat(SDNode *N, APInt &Imm) const;
H A DMipsISelDAGToDAG.cpp102 bool MipsDAGToDAGISel::selectVSplat(SDNode *N, APInt &Imm) const { function in class:MipsDAGToDAGISel
H A DMipsSEISelDAGToDAG.cpp382 bool MipsSEDAGToDAGISel::selectVSplat(SDNode *N, APInt &Imm) const { function in class:MipsSEDAGToDAGISel
407 // In addition to the requirements of selectVSplat(), this function returns
430 if (selectVSplat (N.getNode(), ImmValue) &&
490 // In addition to the requirements of selectVSplat(), this function returns
505 if (selectVSplat (N.getNode(), ImmValue) &&
521 // In addition to the requirements of selectVSplat(), this function returns
536 if (selectVSplat(N.getNode(), ImmValue) &&
554 // In addition to the requirements of selectVSplat(), this function returns
569 if (selectVSplat(N.getNode(), ImmValue) &&
590 if (selectVSplat(
[all...]

Completed in 44 milliseconds