Searched defs:EVTBits (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1845 unsigned EVTBits = EVT.getSizeInBits(); local
1847 if (NVTBits < EVTBits) {
1850 EVTBits - NVTBits)));
1867 unsigned EVTBits = EVT.getSizeInBits(); local
1869 if (NVTBits < EVTBits) {
1872 EVTBits - NVTBits)));
H A DDAGCombiner.cpp5753 unsigned EVTBits = N0->getValueType(0).getScalarType().getSizeInBits(); local
5768 APInt C = cast<ConstantSDNode>(Op)->getAPIntValue().zextOrTrunc(EVTBits);
6751 unsigned EVTBits = ExtVT.getSizeInBits(); local
6763 if ((ShAmt & (EVTBits-1)) == 0) {
6766 if ((N0.getValueType().getSizeInBits() & (EVTBits-1)) != 0)
6809 if (LN0->getMemoryVT().getSizeInBits() < EVTBits)
6896 unsigned EVTBits = EVT.getScalarType().getSizeInBits(); local
6906 if (DAG.ComputeNumSignBits(N0) >= VTBits-EVTBits+1)
6920 if (N00.getValueType().getScalarType().getSizeInBits() <= EVTBits &&
6926 if (DAG.MaskedValueIsZero(N0, APInt::getBitsSet(VTBits, EVTBits
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6311 unsigned EVTBits = ExtVT.getSizeInBits(); local
6430 if (EVTBits == 32) {
6438 if (EVTBits == 32) {
6481 if (EVTBits == 64) {
6493 if (EVTBits == 8 && NumElems == 16)
6498 if (EVTBits == 16 && NumElems == 8)
6504 if (EVTBits == 32 && NumElems == 4)
[all...]

Completed in 106 milliseconds