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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20047 SDValue Amt1 = DAG.getVectorShuffle(VT, dl, Amt, Amt, {1, 1});
20049 SDValue R1 = DAG.getNode(Op->getOpcode(), dl, VT, R, Amt1);
20125 SDValue Amt1 = Amt->getOperand(0); local
20137 CanBeSimplified = Amt1 == Amt->getOperand(1) &&
20145 CanBeSimplified = Amt1 == Amt->getOperand(1);
20154 CanBeSimplified = Amt1 == Amt->getOperand(i);
20160 if (CanBeSimplified && isa<ConstantSDNode>(Amt1) &&
20165 DAG.getConstant(cast<ConstantSDNode>(Amt1)->getAPIntValue(), dl, VT);
20187 SDValue Amt0, Amt1, Amt2, Amt3; local
20190 Amt1
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp9896 SDValue Amt1, Amt2; local
9906 Amt1 = DAG.getNode(ISD::BUILD_VECTOR, dl, NewVT,
9912 Amt1 = Extract128BitVector(Amt, DAG.getConstant(0, MVT::i32), DAG, dl);
9918 V1 = DAG.getNode(Op.getOpcode(), dl, NewVT, V1, Amt1);

Completed in 208 milliseconds