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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1644 unsigned EVTBits = EVT.getSizeInBits(); local
1646 if (NVTBits < EVTBits) {
1649 EVTBits - NVTBits)));
1665 unsigned EVTBits = EVT.getSizeInBits(); local
1667 if (NVTBits < EVTBits) {
1670 EVTBits - NVTBits)));
H A DDAGCombiner.cpp4632 unsigned EVTBits = ExtVT.getSizeInBits(); local
4644 if ((ShAmt & (EVTBits-1)) == 0) {
4647 if ((N0.getValueType().getSizeInBits() & (EVTBits-1)) != 0)
4683 if (cast<LoadSDNode>(N0)->getMemoryVT().getSizeInBits() < EVTBits)
4740 unsigned EVTBits = EVT.getScalarType().getSizeInBits(); local
4747 if (DAG.ComputeNumSignBits(N0) >= VTBits-EVTBits+1)
4762 if (N00.getValueType().getScalarType().getSizeInBits() <= EVTBits &&
4768 if (DAG.MaskedValueIsZero(N0, APInt::getBitsSet(VTBits, EVTBits-1, EVTBits)))
4787 if (ShAmt->getZExtValue()+EVTBits <
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1894 unsigned EVTBits = EVT.getSizeInBits(); local
1896 if (NVTBits < EVTBits) {
1899 EVTBits - NVTBits)));
1916 unsigned EVTBits = EVT.getSizeInBits(); local
1918 if (NVTBits < EVTBits) {
1921 EVTBits - NVTBits)));
H A DDAGCombiner.cpp5808 unsigned EVTBits = N0->getValueType(0).getScalarType().getSizeInBits(); local
5823 APInt C = cast<ConstantSDNode>(Op)->getAPIntValue().zextOrTrunc(EVTBits);
6797 unsigned EVTBits = ExtVT.getSizeInBits(); local
6809 if ((ShAmt & (EVTBits-1)) == 0) {
6812 if ((N0.getValueType().getSizeInBits() & (EVTBits-1)) != 0)
6855 if (LN0->getMemoryVT().getSizeInBits() < EVTBits)
6946 unsigned EVTBits = EVT.getScalarType().getSizeInBits(); local
6956 if (DAG.ComputeNumSignBits(N0) >= VTBits-EVTBits+1)
6970 if (N00.getValueType().getScalarType().getSizeInBits() <= EVTBits &&
6976 if (DAG.MaskedValueIsZero(N0, APInt::getBitsSet(VTBits, EVTBits
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp5073 unsigned EVTBits = ExtVT.getSizeInBits(); local
5183 if (EVTBits == 32) {
5198 if (EVTBits == 32) {
5238 if (EVTBits == 64) {
5251 if (EVTBits == 8 && NumElems == 16) {
5257 if (EVTBits == 16 && NumElems == 8) {
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6601 unsigned EVTBits = ExtVT.getSizeInBits(); local
6721 if (EVTBits == 32) {
6729 if (EVTBits == 32) {
6774 if (EVTBits == 64) {
6786 if (EVTBits == 8 && NumElems == 16)
6791 if (EVTBits == 16 && NumElems == 8)
6797 if (EVTBits == 32 && NumElems == 4)
[all...]

Completed in 2606 milliseconds