Home
last modified time | relevance | path

Searched refs:RegisterBitWidth (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi20.h31 UINT8 RegisterBitWidth;
49 UINT8 RegisterBitWidth; member
H A DAcpi30.h65 UINT8 RegisterBitWidth; member
H A DAcpi40.h23 UINT8 RegisterBitWidth; member
H A DAcpi50.h145 UINT8 RegisterBitWidth; member
H A DAcpi51.h26 UINT8 RegisterBitWidth; member
H A DAcpi60.h25 UINT8 RegisterBitWidth; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp140 unsigned RegisterBitWidth = 0; member in __anonfb5dbd050111::TypePromotionImpl
701 cast<IntegerType>(Ty)->getBitWidth() > RegisterBitWidth) in isSupportedType()
922 RegisterBitWidth = in run()
940 if (RegisterBitWidth < PromotedVT.getFixedSizeInBits()) { in run()
969 if (RegisterBitWidth < PromoteWidth) { in run()