Lines Matching refs:getNumBits
108 if (EIT->getNumBits() < getContext().getTypeSize(getContext().IntTy)) in isPromotableIntegerTypeForABI()
736 if (EIT->getNumBits() > in classifyArgumentType()
758 if (EIT->getNumBits() > in classifyReturnType()
983 if (EIT->getNumBits() > 64) in classifyArgumentType()
1002 if (EIT->getNumBits() > 64) in classifyReturnType()
1555 if (EIT->getNumBits() > 64) in classifyReturnType()
1891 if (EIT->getNumBits() <= 64) { in classifyArgumentType()
2973 if (EITy->getNumBits() <= 64) in classify()
2975 else if (EITy->getNumBits() <= 128) in classify()
5000 if (EIT->getNumBits() < 64) in isPromotableTypeForABI()
5219 if (EIT->getNumBits() > 128) in classifyArgumentType()
5295 if (EIT->getNumBits() > 128) in classifyReturnType()
5672 if (EIT->getNumBits() > 128) in classifyArgumentType()
5774 if (EIT->getNumBits() > 128) in classifyReturnType()
6498 if (EIT->getNumBits() > 64) in classifyArgumentType()
6700 if (EIT->getNumBits() > 64) in classifyReturnType()
7037 return EIT->getNumBits() > in isUnsupportedType()
7114 if ((EIT->getNumBits() > 128) || in classifyArgumentType()
7116 EIT->getNumBits() > 64)) in classifyArgumentType()
7328 if (EIT->getNumBits() < 64) in isPromotableIntegerTypeForABI()
7931 if (EIT->getNumBits() > 128 || in classifyArgumentType()
7932 (EIT->getNumBits() > 64 && in classifyArgumentType()
8022 if (EIT->getNumBits() > 128 || in classifyReturnType()
8023 (EIT->getNumBits() > 64 && in classifyReturnType()
8824 if (EIT->getNumBits() > 64) in classifyArgumentType()
9535 if (EIT->getNumBits() < 64) in classifyType()
9789 if (EIT->getNumBits() > 64) in classifyArgumentType()
10870 if (EIT->getNumBits() < XLen && !MustUseStack) in classifyArgumentType()
10872 if (EIT->getNumBits() > 128 || in classifyArgumentType()
10874 EIT->getNumBits() > 64)) in classifyArgumentType()