mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Whitespace.
llvm-svn: 195237
This commit is contained in:
parent
6373ea3e86
commit
d114df4bce
@ -4208,7 +4208,7 @@ static bool isVPERMILPMask(ArrayRef<int> Mask, MVT VT) {
|
||||
unsigned NumLanes = VT.getSizeInBits()/128;
|
||||
unsigned LaneSize = NumElts/NumLanes;
|
||||
// 2 or 4 elements in one lane
|
||||
|
||||
|
||||
SmallVector<int, 4> ExpectedMaskVal(LaneSize, -1);
|
||||
for (unsigned l = 0; l != NumElts; l += LaneSize) {
|
||||
for (unsigned i = 0; i != LaneSize; ++i) {
|
||||
@ -7663,7 +7663,7 @@ X86TargetLowering::LowerEXTRACT_VECTOR_ELT(SDValue Op,
|
||||
MVT::getIntegerVT(VecVT.getVectorElementType().getSizeInBits());
|
||||
MVT MaskVT = MVT::getVectorVT(MaskEltVT, VecVT.getSizeInBits() /
|
||||
MaskEltVT.getSizeInBits());
|
||||
|
||||
|
||||
Idx = DAG.getZExtOrTrunc(Idx, dl, MaskEltVT);
|
||||
SDValue Mask = DAG.getNode(X86ISD::VINSERT, dl, MaskVT,
|
||||
getZeroVector(MaskVT, Subtarget, DAG, dl),
|
||||
@ -8988,7 +8988,7 @@ static SDValue LowerZERO_EXTEND(SDValue Op, const X86Subtarget *Subtarget,
|
||||
|
||||
SDValue X86TargetLowering::LowerTRUNCATE(SDValue Op, SelectionDAG &DAG) const {
|
||||
SDLoc DL(Op);
|
||||
MVT VT = Op.getSimpleValueType();
|
||||
MVT VT = Op.getSimpleValueType();
|
||||
SDValue In = Op.getOperand(0);
|
||||
MVT InVT = In.getSimpleValueType();
|
||||
assert(VT.getVectorNumElements() == InVT.getVectorNumElements() &&
|
||||
@ -9947,7 +9947,7 @@ static SDValue LowerVSETCC(SDValue Op, const X86Subtarget *Subtarget,
|
||||
// operations may be required for some comparisons.
|
||||
unsigned Opc;
|
||||
bool Swap = false, Invert = false, FlipSigns = false, MinMax = false;
|
||||
|
||||
|
||||
switch (SetCCOpcode) {
|
||||
default: llvm_unreachable("Unexpected SETCC condition");
|
||||
case ISD::SETNE: Invert = true;
|
||||
@ -9964,23 +9964,23 @@ static SDValue LowerVSETCC(SDValue Op, const X86Subtarget *Subtarget,
|
||||
case ISD::SETULE: Opc = MaskResult? X86ISD::PCMPGTM: X86ISD::PCMPGT;
|
||||
FlipSigns = true; Invert = true; break;
|
||||
}
|
||||
|
||||
|
||||
// Special case: Use min/max operations for SETULE/SETUGE
|
||||
MVT VET = VT.getVectorElementType();
|
||||
bool hasMinMax =
|
||||
(Subtarget->hasSSE41() && (VET >= MVT::i8 && VET <= MVT::i32))
|
||||
|| (Subtarget->hasSSE2() && (VET == MVT::i8));
|
||||
|
||||
|
||||
if (hasMinMax) {
|
||||
switch (SetCCOpcode) {
|
||||
default: break;
|
||||
case ISD::SETULE: Opc = X86ISD::UMIN; MinMax = true; break;
|
||||
case ISD::SETUGE: Opc = X86ISD::UMAX; MinMax = true; break;
|
||||
}
|
||||
|
||||
|
||||
if (MinMax) { Swap = false; Invert = false; FlipSigns = false; }
|
||||
}
|
||||
|
||||
|
||||
if (Swap)
|
||||
std::swap(Op0, Op1);
|
||||
|
||||
@ -10067,7 +10067,7 @@ static SDValue LowerVSETCC(SDValue Op, const X86Subtarget *Subtarget,
|
||||
// If the logical-not of the result is required, perform that now.
|
||||
if (Invert)
|
||||
Result = DAG.getNOT(dl, Result, VT);
|
||||
|
||||
|
||||
if (MinMax)
|
||||
Result = DAG.getNode(X86ISD::PCMPEQ, dl, VT, Op0, Result);
|
||||
|
||||
@ -11231,7 +11231,7 @@ static SDValue LowerINTRINSIC_WO_CHAIN(SDValue Op, SelectionDAG &DAG) {
|
||||
case Intrinsic::x86_sse41_pminsd:
|
||||
case Intrinsic::x86_avx2_pmins_b:
|
||||
case Intrinsic::x86_avx2_pmins_w:
|
||||
case Intrinsic::x86_avx2_pmins_d:
|
||||
case Intrinsic::x86_avx2_pmins_d:
|
||||
case Intrinsic::x86_avx512_pmins_d:
|
||||
case Intrinsic::x86_avx512_pmins_q: {
|
||||
unsigned Opcode;
|
||||
@ -11673,7 +11673,7 @@ static SDValue LowerINTRINSIC_WO_CHAIN(SDValue Op, SelectionDAG &DAG) {
|
||||
case Intrinsic::x86_fma_vfmaddsub_ps_512:
|
||||
case Intrinsic::x86_fma_vfmaddsub_pd_512:
|
||||
case Intrinsic::x86_fma_vfmsubadd_ps_512:
|
||||
case Intrinsic::x86_fma_vfmsubadd_pd_512: {
|
||||
case Intrinsic::x86_fma_vfmsubadd_pd_512: {
|
||||
unsigned Opc;
|
||||
switch (IntNo) {
|
||||
default: llvm_unreachable("Impossible intrinsic"); // Can't reach here.
|
||||
@ -11741,8 +11741,8 @@ static SDValue getGatherNode(unsigned Opc, SDValue Op, SelectionDAG &DAG,
|
||||
ConstantSDNode *C = dyn_cast<ConstantSDNode>(ScaleOp);
|
||||
assert(C && "Invalid scale type");
|
||||
SDValue Scale = DAG.getTargetConstant(C->getZExtValue(), MVT::i8);
|
||||
SDValue Src = getZeroVector(Op.getValueType(), Subtarget, DAG, dl);
|
||||
EVT MaskVT = MVT::getVectorVT(MVT::i1,
|
||||
SDValue Src = getZeroVector(Op.getValueType(), Subtarget, DAG, dl);
|
||||
EVT MaskVT = MVT::getVectorVT(MVT::i1,
|
||||
Index.getValueType().getVectorNumElements());
|
||||
SDValue MaskInReg = DAG.getConstant(~0, MaskVT);
|
||||
SDVTList VTs = DAG.getVTList(Op.getValueType(), MaskVT, MVT::Other);
|
||||
@ -11769,7 +11769,7 @@ static SDValue getMGatherNode(unsigned Opc, SDValue Op, SelectionDAG &DAG,
|
||||
SDValue Disp = DAG.getTargetConstant(0, MVT::i32);
|
||||
SDValue Segment = DAG.getRegister(0, MVT::i32);
|
||||
if (Src.getOpcode() == ISD::UNDEF)
|
||||
Src = getZeroVector(Op.getValueType(), Subtarget, DAG, dl);
|
||||
Src = getZeroVector(Op.getValueType(), Subtarget, DAG, dl);
|
||||
SDValue Ops[] = {Src, MaskInReg, Base, Scale, Index, Disp, Segment, Chain};
|
||||
SDNode *Res = DAG.getMachineNode(Opc, dl, VTs, Ops);
|
||||
SDValue RetOps[] = { SDValue(Res, 0), SDValue(Res, 2) };
|
||||
@ -11887,7 +11887,7 @@ static SDValue LowerINTRINSIC_W_CHAIN(SDValue Op, const X86Subtarget *Subtarget,
|
||||
unsigned Opc;
|
||||
switch (IntNo) {
|
||||
default: llvm_unreachable("Unexpected intrinsic!");
|
||||
case Intrinsic::x86_avx512_gather_qps_mask_512:
|
||||
case Intrinsic::x86_avx512_gather_qps_mask_512:
|
||||
Opc = X86::VGATHERQPSZrm; break;
|
||||
case Intrinsic::x86_avx512_gather_qpd_mask_512:
|
||||
Opc = X86::VGATHERQPDZrm; break;
|
||||
@ -11925,7 +11925,7 @@ static SDValue LowerINTRINSIC_W_CHAIN(SDValue Op, const X86Subtarget *Subtarget,
|
||||
unsigned Opc;
|
||||
switch (IntNo) {
|
||||
default: llvm_unreachable("Unexpected intrinsic!");
|
||||
case Intrinsic::x86_avx512_scatter_qpd_512:
|
||||
case Intrinsic::x86_avx512_scatter_qpd_512:
|
||||
Opc = X86::VSCATTERQPDZmr; break;
|
||||
case Intrinsic::x86_avx512_scatter_qps_512:
|
||||
Opc = X86::VSCATTERQPSZmr; break;
|
||||
@ -11961,7 +11961,7 @@ static SDValue LowerINTRINSIC_W_CHAIN(SDValue Op, const X86Subtarget *Subtarget,
|
||||
unsigned Opc;
|
||||
switch (IntNo) {
|
||||
default: llvm_unreachable("Unexpected intrinsic!");
|
||||
case Intrinsic::x86_avx512_scatter_qpd_mask_512:
|
||||
case Intrinsic::x86_avx512_scatter_qpd_mask_512:
|
||||
Opc = X86::VSCATTERQPDZmr; break;
|
||||
case Intrinsic::x86_avx512_scatter_qps_mask_512:
|
||||
Opc = X86::VSCATTERQPSZmr; break;
|
||||
@ -12602,7 +12602,7 @@ static SDValue LowerScalarImmediateShift(SDValue Op, SelectionDAG &DAG,
|
||||
// Make a large shift.
|
||||
SDValue SHL = getTargetVShiftByConstNode(X86ISD::VSHLI, dl,
|
||||
MVT::v8i16, R, ShiftAmt,
|
||||
DAG);
|
||||
DAG);
|
||||
SHL = DAG.getNode(ISD::BITCAST, dl, VT, SHL);
|
||||
// Zero out the rightmost bits.
|
||||
SmallVector<SDValue, 16> V(16,
|
||||
@ -16375,7 +16375,7 @@ static SDValue ExtractBitFromMaskVector(SDNode *N, SelectionDAG &DAG) {
|
||||
MVT VecVT = Vec.getSimpleValueType();
|
||||
SDValue Idx = N->getOperand(1);
|
||||
MVT EltVT = N->getSimpleValueType(0);
|
||||
|
||||
|
||||
assert((VecVT.getVectorElementType() == MVT::i1 && EltVT == MVT::i8) ||
|
||||
"Unexpected operands in ExtractBitFromMaskVector");
|
||||
|
||||
@ -16393,7 +16393,7 @@ static SDValue ExtractBitFromMaskVector(SDNode *N, SelectionDAG &DAG) {
|
||||
MVT ScalarVT = MVT::getIntegerVT(VecVT.getSizeInBits());
|
||||
unsigned MaxShift = VecVT.getSizeInBits() - 1;
|
||||
Vec = DAG.getNode(ISD::BITCAST, dl, ScalarVT, Vec);
|
||||
Vec = DAG.getNode(ISD::SHL, dl, ScalarVT, Vec,
|
||||
Vec = DAG.getNode(ISD::SHL, dl, ScalarVT, Vec,
|
||||
DAG.getConstant(MaxShift - IdxVal, ScalarVT));
|
||||
Vec = DAG.getNode(ISD::SRL, dl, ScalarVT, Vec,
|
||||
DAG.getConstant(MaxShift, ScalarVT));
|
||||
@ -17447,7 +17447,7 @@ static SDValue PerformSHLCombine(SDNode *N, SelectionDAG &DAG) {
|
||||
}
|
||||
|
||||
/// \brief Returns a vector of 0s if the node in input is a vector logical
|
||||
/// shift by a constant amount which is known to be bigger than or equal
|
||||
/// shift by a constant amount which is known to be bigger than or equal
|
||||
/// to the vector element size in bits.
|
||||
static SDValue performShiftToAllZeros(SDNode *N, SelectionDAG &DAG,
|
||||
const X86Subtarget *Subtarget) {
|
||||
@ -17467,7 +17467,7 @@ static SDValue performShiftToAllZeros(SDNode *N, SelectionDAG &DAG,
|
||||
unsigned MaxAmount = VT.getVectorElementType().getSizeInBits();
|
||||
|
||||
// SSE2/AVX2 logical shifts always return a vector of 0s
|
||||
// if the shift amount is bigger than or equal to
|
||||
// if the shift amount is bigger than or equal to
|
||||
// the element size. The constant shift amount will be
|
||||
// encoded as a 8-bit immediate.
|
||||
if (ShiftAmt.trunc(8).uge(MaxAmount))
|
||||
|
Loading…
Reference in New Issue
Block a user