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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1276 unsigned VTBits = N->getValueType(0).getSizeInBits(); local
1281 if (Amt > VTBits) {
1311 if (Amt > VTBits) {
1333 if (Amt > VTBits) {
H A DSelectionDAG.cpp2131 unsigned VTBits = VT.getScalarType().getSizeInBits(); local
2142 return VTBits-Tmp+1;
2145 return VTBits-Tmp;
2153 Tmp = VTBits-Op.getOperand(0).getValueType().getScalarType().getSizeInBits();
2160 Tmp = VTBits-Tmp+1;
2170 if (Tmp > VTBits) Tmp = VTBits;
2177 if (C->getZExtValue() >= VTBits || // Bad shift.
2215 return VTBits;
2220 unsigned RotAmt = C->getZExtValue() & (VTBits
[all...]
H A DDAGCombiner.cpp5290 unsigned VTBits = VT.getScalarType().getSizeInBits(); local
5298 if (DAG.ComputeNumSignBits(N0) >= VTBits-EVTBits+1)
5318 if (DAG.MaskedValueIsZero(N0, APInt::getBitsSet(VTBits, EVTBits-1, EVTBits)))
5337 if (ShAmt->getZExtValue()+EVTBits <= VTBits) {
5341 if (VTBits-(ShAmt->getZExtValue()+EVTBits) < InSignBits)
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3730 unsigned VTBits = VT.getSizeInBits(); local
3741 DAG.getConstant(VTBits, MVT::i32), ShAmt);
3744 DAG.getConstant(VTBits, MVT::i32));
3766 unsigned VTBits = VT.getSizeInBits(); local
3775 DAG.getConstant(VTBits, MVT::i32), ShAmt);
3778 DAG.getConstant(VTBits, MVT::i32));
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8302 unsigned VTBits = VT.getSizeInBits(); local
8309 DAG.getConstant(VTBits - 1, MVT::i8))
8322 DAG.getConstant(VTBits, MVT::i8));

Completed in 349 milliseconds