Searched defs:selectVSplat (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp110 bool MipsDAGToDAGISel::selectVSplat(SDNode *N, APInt &Imm) const { function in class:MipsDAGToDAGISel
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 550 milliseconds