Home
last modified time | relevance | path

Searched refs:shufmask (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUISelDAGToDAG.cpp1149 SDValue shufmask = i64vec.getOperand(2); in SelectI64Constant() local
1169 if (shufmask.getOpcode() == ISD::BITCAST) { in SelectI64Constant()
1170 ReplaceUses(shufmask, shufmask.getOperand(0)); in SelectI64Constant()
1171 shufmask = shufmask.getOperand(0); in SelectI64Constant()
1174 SDNode *shufMaskNode = (shufmask.getNode()->isMachineOpcode() in SelectI64Constant()
1175 ? shufmask.getNode() in SelectI64Constant()
1176 : emitBuildVector(shufmask.getNode())); in SelectI64Constant()