Home | History | Annotate | Download | only in R600

Lines Matching defs:Width

1015   SDValue Width  = DAG.getConstant(VT.getSizeInBits(), VT);
1017 SDValue BigShift = DAG.getNode(ISD::SUB, DL, VT, Shift, Width);
1035 Hi = DAG.getSelectCC(DL, Shift, Width, HiSmall, HiBig, ISD::SETULT);
1036 Lo = DAG.getSelectCC(DL, Shift, Width, LoSmall, LoBig, ISD::SETULT);
1053 SDValue Width = DAG.getConstant(VT.getSizeInBits(), VT);
1055 SDValue BigShift = DAG.getNode(ISD::SUB, DL, VT, Shift, Width);
1073 Hi = DAG.getSelectCC(DL, Shift, Width, HiSmall, HiBig, ISD::SETULT);
1074 Lo = DAG.getSelectCC(DL, Shift, Width, LoSmall, LoBig, ISD::SETULT);
1276 default: llvm_unreachable("Invalid stack width");
1398 assert(NumElemVT >= StackWidth && "Stack width cannot be greater than "
1399 "vector width in load");
1596 assert(NumElemVT >= StackWidth && "Stack width cannot be greater than "
1597 "vector width in load");