Home
last modified time | relevance | path

Searched refs:CompType (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/fixed_point/
H A Dfx_rep.h57 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 Dfx_bits.h211 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 DDXContainerPSVInfo.h94 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 DDXContainerPSVInfo.cpp208 FinalElement.CompType = P.CompType; in write()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h615 SigComponentType CompType; // Type of bits. member
634 sys::swapByteOrder(CompType); in swapBytes()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h276 dxbc::SigComponentType CompType; member
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDXILResource.cpp726 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 DDXContainerEmitter.cpp256 Param.CompType, Param.Register, Param.Mask, in writeParts()
H A DDXContainerYAML.cpp363 IO.mapRequired("CompType", S.CompType); in mapping()