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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2129 unsigned VTBits = VT.getScalarType().getSizeInBits(); local
2140 return VTBits-Tmp+1;
2143 return VTBits-Tmp;
2151 Tmp = VTBits-Op.getOperand(0).getValueType().getScalarType().getSizeInBits();
2158 Tmp = VTBits-Tmp+1;
2168 if (Tmp > VTBits) Tmp = VTBits;
2175 if (C->getZExtValue() >= VTBits || // Bad shift.
2213 return VTBits;
2218 unsigned RotAmt = C->getZExtValue() & (VTBits
[all...]
H A DLegalizeIntegerTypes.cpp1275 unsigned VTBits = N->getValueType(0).getSizeInBits(); local
1280 if (Amt > VTBits) {
1310 if (Amt > VTBits) {
1332 if (Amt > VTBits) {
H A DDAGCombiner.cpp5190 unsigned VTBits = VT.getScalarType().getSizeInBits(); local
5198 if (DAG.ComputeNumSignBits(N0) >= VTBits-EVTBits+1)
5219 if (DAG.MaskedValueIsZero(N0, APInt::getBitsSet(VTBits, EVTBits-1, EVTBits)))
5238 if (ShAmt->getZExtValue()+EVTBits <= VTBits) {
5242 if (VTBits-(ShAmt->getZExtValue()+EVTBits) < InSignBits)
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3495 unsigned VTBits = VT.getSizeInBits(); local
3506 DAG.getConstant(VTBits, MVT::i32), ShAmt);
3509 DAG.getConstant(VTBits, MVT::i32));
3531 unsigned VTBits = VT.getSizeInBits(); local
3540 DAG.getConstant(VTBits, MVT::i32), ShAmt);
3543 DAG.getConstant(VTBits, MVT::i32));
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7910 unsigned VTBits = VT.getSizeInBits(); local
7917 DAG.getConstant(VTBits - 1, MVT::i8))
7930 DAG.getConstant(VTBits, MVT::i8));

Completed in 668 milliseconds