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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1663 unsigned EVTBits = EVT.getSizeInBits(); local
1665 if (NVTBits < EVTBits) {
1668 EVTBits - NVTBits)));
1684 unsigned EVTBits = EVT.getSizeInBits(); local
1686 if (NVTBits < EVTBits) {
1689 EVTBits - NVTBits)));
H A DDAGCombiner.cpp5008 unsigned EVTBits = ExtVT.getSizeInBits(); local
5020 if ((ShAmt & (EVTBits-1)) == 0) {
5023 if ((N0.getValueType().getSizeInBits() & (EVTBits-1)) != 0)
5059 if (cast<LoadSDNode>(N0)->getMemoryVT().getSizeInBits() < EVTBits)
5120 unsigned EVTBits = EVT.getScalarType().getSizeInBits(); local
5127 if (DAG.ComputeNumSignBits(N0) >= VTBits-EVTBits+1)
5142 if (N00.getValueType().getScalarType().getSizeInBits() <= EVTBits &&
5148 if (DAG.MaskedValueIsZero(N0, APInt::getBitsSet(VTBits, EVTBits-1, EVTBits)))
5167 if (ShAmt->getZExtValue()+EVTBits <
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.cpp5279 unsigned EVTBits = ExtVT.getSizeInBits(); local
5398 if (EVTBits == 32) {
5412 if (EVTBits == 32) {
5449 if (EVTBits == 64) {
5461 if (EVTBits == 8 && NumElems == 16) {
5467 if (EVTBits == 16 && NumElems == 8) {

Completed in 395 milliseconds