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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp16377 SDValue Amt1 = DAG.getVectorShuffle(VT, dl, Amt, Amt, {1, 1}); local
16379 SDValue R1 = DAG.getNode(Op->getOpcode(), dl, VT, R, Amt1);
16443 SDValue Amt1 = Amt->getOperand(0); local
16456 CanBeSimplified = Amt1 == Amt->getOperand(1) &&
16464 CanBeSimplified = Amt1 == Amt->getOperand(1);
16473 CanBeSimplified = Amt1 == Amt->getOperand(i);
16479 if (CanBeSimplified && isa<ConstantSDNode>(Amt1) &&
16484 DAG.getConstant(cast<ConstantSDNode>(Amt1)->getAPIntValue(), VT);
16566 SDValue Amt1, Amt2; local
16573 Amt1
[all...]

Completed in 103 milliseconds