Searched refs:isRegisterSize (Results 1 – 2 of 2) sorted by relevance
185 static bool isRegisterSize(unsigned Size) { in isRegisterSize() function202 if (!isRegisterSize(Ty.getSizeInBits())) in isRegisterType()375 (Size <= 32 || isRegisterSize(Size)) && in shouldBitcastLoadStoreType()
1155 static bool isRegisterSize(unsigned Size) { in isRegisterSize() function in __anon8ad051810111::X86_32ABIInfo1382 if ((IsMCUABI && Size > 64) || (!IsMCUABI && !isRegisterSize(Size))) in shouldReturnTypeInRegister()