Searched refs:CompType (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/libc/src/__support/fixed_point/ |
| H A D | fx_rep.h | 57 using CompType = cpp::make_signed_t<StorageType>; 77 using CompType = cpp::make_unsigned_t<StorageType>; 97 using CompType = cpp::make_signed_t<StorageType>; 117 using CompType = cpp::make_unsigned_t<StorageType>; 137 using CompType = cpp::make_signed_t<StorageType>; 157 using CompType = cpp::make_unsigned_t<StorageType>; 177 using CompType = cpp::make_signed_t<StorageType>; 197 using CompType = cpp::make_unsigned_t<StorageType>; 217 using CompType = cpp::make_signed_t<StorageType>; 237 using CompType = cpp::make_unsigned_t<StorageType>; [all …]
|
| H A D | fx_bits.h | 211 using CompType = typename FXRep::CompType; in idiv() local 217 CompType x_comp = static_cast<CompType>(FXBits(x).get_bits()); in idiv() 218 CompType y_comp = static_cast<CompType>(FXBits(y).get_bits()); in idiv() 222 CompType result = x_comp / y_comp; in idiv()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | DXContainerPSVInfo.h | 94 dxbc::SigComponentType CompType; member 106 dxbc::SigComponentType CompType, uint32_t Register, in addParam() argument 109 Params.push_back(Parameter{Stream, Name, Index, SystemValue, CompType, in addParam()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | DXContainerPSVInfo.cpp | 208 FinalElement.CompType = P.CompType; in write()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | DXContainer.h | 615 SigComponentType CompType; // Type of bits. member 634 sys::swapByteOrder(CompType); in swapBytes()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | DXContainerYAML.h | 276 dxbc::SigComponentType CompType; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DXILResource.cpp | 726 uint32_t CompType = llvm::to_underlying(Typed.ElementTy); in getAnnotateProps() local 730 Word1 |= (CompType & 0xFF) << 0; in getAnnotateProps()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | DXContainerEmitter.cpp | 256 Param.CompType, Param.Register, Param.Mask, in writeParts()
|
| H A D | DXContainerYAML.cpp | 363 IO.mapRequired("CompType", S.CompType); in mapping()
|