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()
4997 if (EIT->getNumBits() < 64) in isPromotableTypeForABI()
5216 if (EIT->getNumBits() > 128) in classifyArgumentType()
5292 if (EIT->getNumBits() > 128) in classifyReturnType()
5655 if (EIT->getNumBits() > 128) in classifyArgumentType()
5757 if (EIT->getNumBits() > 128) in classifyReturnType()
6481 if (EIT->getNumBits() > 64) in classifyArgumentType()
6683 if (EIT->getNumBits() > 64) in classifyReturnType()
7020 return EIT->getNumBits() > in isUnsupportedType()
7097 if ((EIT->getNumBits() > 128) || in classifyArgumentType()
7099 EIT->getNumBits() > 64)) in classifyArgumentType()
7311 if (EIT->getNumBits() < 64) in isPromotableIntegerTypeForABI()
7912 if (EIT->getNumBits() > 128 || in classifyArgumentType()
7913 (EIT->getNumBits() > 64 && in classifyArgumentType()
8003 if (EIT->getNumBits() > 128 || in classifyReturnType()
8004 (EIT->getNumBits() > 64 && in classifyReturnType()
8778 if (EIT->getNumBits() > 64) in classifyArgumentType()
9489 if (EIT->getNumBits() < 64) in classifyType()
9743 if (EIT->getNumBits() > 64) in classifyArgumentType()
10824 if (EIT->getNumBits() < XLen && !MustUseStack) in classifyArgumentType()
10826 if (EIT->getNumBits() > 128 || in classifyArgumentType()
10828 EIT->getNumBits() > 64)) in classifyArgumentType()