| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 581 DataType Value; 617 template <class DataType> 618 struct OptionValueBase<DataType, false> : OptionValueCopy<DataType> { 629 template <class DataType> 631 : OptionValueBase<DataType, std::is_class_v<DataType>> { 1359 DataType &getValue() { 1378 class opt_storage<DataType, false, true> : public DataType { 1398 template <class DataType> class opt_storage<DataType, false, false> { 1400 DataType Value; 1575 template <class DataType> class list_storage<DataType, bool> { [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 264 DataType->getPrimitiveSizeInBits() != 128) in isLegalMaskedLoadStore() 271 return isLegalMaskedLoadStore(DataType, Alignment); in isLegalMaskedLoad() 275 return isLegalMaskedLoadStore(DataType, Alignment); in isLegalMaskedStore() 292 return isLegalMaskedGatherScatter(DataType); in isLegalMaskedGather() 296 return isLegalMaskedGatherScatter(DataType); in isLegalMaskedScatter() 330 return BaseT::isLegalNTStore(DataType, Alignment); in isLegalNTStoreLoad() 333 bool isLegalNTStore(Type *DataType, Align Alignment) { in isLegalNTStore() argument 334 return isLegalNTStoreLoad(DataType, Alignment); in isLegalNTStore() 337 bool isLegalNTLoad(Type *DataType, Align Alignment) { in isLegalNTLoad() argument 340 return isLegalNTStoreLoad(DataType, Alignment); in isLegalNTLoad() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VETargetTransformInfo.h | 136 bool isLegalMaskedLoad(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedLoad() argument 137 return isVectorLaneType(*getLaneType(DataType)); in isLegalMaskedLoad() 139 bool isLegalMaskedStore(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedStore() argument 140 return isVectorLaneType(*getLaneType(DataType)); in isLegalMaskedStore() 142 bool isLegalMaskedGather(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedGather() argument 143 return isVectorLaneType(*getLaneType(DataType)); in isLegalMaskedGather() 145 bool isLegalMaskedScatter(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedScatter() argument 146 return isVectorLaneType(*getLaneType(DataType)); in isLegalMaskedScatter()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | IntervalTree.h | 257 using DataType = DataT; variable 264 using IntervalVector = SmallVector<DataType, 4>; 425 [](const DataType *LHS, const DataType *RHS) { in createTree() 431 [](const DataType *LHS, const DataType *RHS) { in createTree() 453 using value_type = DataType; 454 using difference_type = DataType; 455 using pointer = DataType *; 456 using reference = DataType &; 552 const DataType *current() const { in current() 629 [Sort](const DataType *RHS, const DataType *LHS) { in sortIntervals() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 194 bool isLegalMaskedLoadStore(Type *DataType, Align Alignment) { in isLegalMaskedLoadStore() argument 198 EVT DataTypeVT = TLI->getValueType(DL, DataType); in isLegalMaskedLoadStore() 212 bool isLegalMaskedLoad(Type *DataType, Align Alignment) { in isLegalMaskedLoad() argument 213 return isLegalMaskedLoadStore(DataType, Alignment); in isLegalMaskedLoad() 215 bool isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore() argument 216 return isLegalMaskedLoadStore(DataType, Alignment); in isLegalMaskedStore() 223 EVT DataTypeVT = TLI->getValueType(DL, DataType); in isLegalMaskedGatherScatter() 236 bool isLegalMaskedGather(Type *DataType, Align Alignment) { in isLegalMaskedGather() argument 237 return isLegalMaskedGatherScatter(DataType, Alignment); in isLegalMaskedGather() 239 bool isLegalMaskedScatter(Type *DataType, Align Alignment) { in isLegalMaskedScatter() argument [all …]
|
| H A D | RISCVGatherScatterLowering.cpp | 67 bool tryCreateStridedLoadStore(IntrinsicInst *II, Type *DataType, Value *Ptr, 469 Type *DataType, in tryCreateStridedLoadStore() argument 474 EVT DataTypeVT = TLI->getValueType(*DL, DataType); in tryCreateStridedLoadStore() 503 {DataType, BasePtr->getType(), Stride->getType()}, in tryCreateStridedLoadStore() 508 {DataType, BasePtr->getType(), Stride->getType()}, in tryCreateStridedLoadStore()
|
| /freebsd-14.2/stand/efi/include/Protocol/ |
| H A D | Ip4Config2.h | 211 IN EFI_IP4_CONFIG2_DATA_TYPE DataType, 253 IN EFI_IP4_CONFIG2_DATA_TYPE DataType, 282 IN EFI_IP4_CONFIG2_DATA_TYPE DataType, 303 IN EFI_IP4_CONFIG2_DATA_TYPE DataType,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 260 bool isLegalMaskedLoad(Type *DataType, Align Alignment); 261 bool isLegalMaskedStore(Type *DataType, Align Alignment); 262 bool isLegalNTLoad(Type *DataType, Align Alignment); 263 bool isLegalNTStore(Type *DataType, Align Alignment); 269 bool isLegalMaskedGatherScatter(Type *DataType, Align Alignment); 270 bool isLegalMaskedGather(Type *DataType, Align Alignment); 271 bool isLegalMaskedScatter(Type *DataType, Align Alignment); 272 bool isLegalMaskedExpandLoad(Type *DataType); 273 bool isLegalMaskedCompressStore(Type *DataType); 276 bool hasDivRemOp(Type *DataType, bool IsSigned);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 780 bool isLegalMaskedCompressStore(Type *DataType) const; 782 bool isLegalMaskedExpandLoad(Type *DataType) const; 802 bool hasDivRemOp(Type *DataType, bool IsSigned) const; 2309 return Impl.isLegalMaskedStore(DataType, Alignment); in isLegalMaskedStore() 2312 return Impl.isLegalMaskedLoad(DataType, Alignment); in isLegalMaskedLoad() 2315 return Impl.isLegalNTStore(DataType, Alignment); in isLegalNTStore() 2318 return Impl.isLegalNTLoad(DataType, Alignment); in isLegalNTLoad() 2330 bool forceScalarizeMaskedGather(VectorType *DataType, in forceScalarizeMaskedGather() argument 2339 return Impl.isLegalMaskedCompressStore(DataType); in isLegalMaskedCompressStore() 2342 return Impl.isLegalMaskedExpandLoad(DataType); in isLegalMaskedExpandLoad() [all …]
|
| H A D | TargetTransformInfoImpl.h | 255 bool isLegalMaskedStore(Type *DataType, Align Alignment) const { in isLegalMaskedStore() argument 259 bool isLegalMaskedLoad(Type *DataType, Align Alignment) const { in isLegalMaskedLoad() argument 263 bool isLegalNTStore(Type *DataType, Align Alignment) const { in isLegalNTStore() argument 266 unsigned DataSize = DL.getTypeStoreSize(DataType); in isLegalNTStore() 270 bool isLegalNTLoad(Type *DataType, Align Alignment) const { in isLegalNTLoad() argument 273 unsigned DataSize = DL.getTypeStoreSize(DataType); in isLegalNTLoad() 281 bool isLegalMaskedScatter(Type *DataType, Align Alignment) const { in isLegalMaskedScatter() argument 285 bool isLegalMaskedGather(Type *DataType, Align Alignment) const { in isLegalMaskedGather() argument 293 bool forceScalarizeMaskedScatter(VectorType *DataType, in forceScalarizeMaskedScatter() argument 305 bool isLegalMaskedExpandLoad(Type *DataType) const { return false; } in isLegalMaskedExpandLoad() argument [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 445 bool TargetTransformInfo::isLegalMaskedStore(Type *DataType, in isLegalMaskedStore() argument 447 return TTIImpl->isLegalMaskedStore(DataType, Alignment); in isLegalMaskedStore() 450 bool TargetTransformInfo::isLegalMaskedLoad(Type *DataType, in isLegalMaskedLoad() argument 452 return TTIImpl->isLegalMaskedLoad(DataType, Alignment); in isLegalMaskedLoad() 455 bool TargetTransformInfo::isLegalNTStore(Type *DataType, in isLegalNTStore() argument 457 return TTIImpl->isLegalNTStore(DataType, Alignment); in isLegalNTStore() 461 return TTIImpl->isLegalNTLoad(DataType, Alignment); in isLegalNTLoad() 471 return TTIImpl->isLegalMaskedGather(DataType, Alignment); in isLegalMaskedGather() 496 return TTIImpl->isLegalMaskedCompressStore(DataType); in isLegalMaskedCompressStore() 500 return TTIImpl->isLegalMaskedExpandLoad(DataType); in isLegalMaskedExpandLoad() [all …]
|
| /freebsd-14.2/sys/contrib/dev/acpica/components/executer/ |
| H A D | exnames.c | 387 ACPI_OBJECT_TYPE DataType, in AcpiExGetNameString() argument 403 if (ACPI_TYPE_LOCAL_REGION_FIELD == DataType || in AcpiExGetNameString() 404 ACPI_TYPE_LOCAL_BANK_FIELD == DataType || in AcpiExGetNameString() 405 ACPI_TYPE_LOCAL_INDEX_FIELD == DataType) in AcpiExGetNameString()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsTargetTransformInfo.cpp | 13 bool MipsTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { in hasDivRemOp() argument 14 EVT VT = TLI->getValueType(DL, DataType); in hasDivRemOp()
|
| H A D | MipsTargetTransformInfo.h | 35 bool hasDivRemOp(Type *DataType, bool IsSigned);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 356 bool HexagonTTIImpl::isLegalMaskedStore(Type *DataType, Align /*Alignment*/) { in isLegalMaskedStore() argument 359 return HexagonMaskedVMem && ST.isTypeForHVX(DataType); in isLegalMaskedStore() 362 bool HexagonTTIImpl::isLegalMaskedLoad(Type *DataType, Align /*Alignment*/) { in isLegalMaskedLoad() argument 365 return HexagonMaskedVMem && ST.isTypeForHVX(DataType); in isLegalMaskedLoad()
|
| H A D | HexagonTargetTransformInfo.h | 167 bool isLegalMaskedStore(Type *DataType, Align Alignment); 168 bool isLegalMaskedLoad(Type *DataType, Align Alignment);
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | RangeMap.h | 416 typedef T DataType; typedef 418 DataType data; 424 RangeData(B base, S size, DataType d) : Range<B, S>(base, size), data(d) {} in RangeData() 714 typedef T DataType; typedef 717 DataType data; 721 AddressData(B a, DataType d) : addr(a), data(d) {} in AddressData()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | APValue.h | 311 UnionData, AddrLabelDiffData> DataType; 312 static const size_t DataSize = sizeof(DataType); 314 DataType Data;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 1004 bool PPCTTIImpl::hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength() argument 1013 if (isa<FixedVectorType>(DataType)) { in hasActiveVectorLength() 1014 unsigned VecWidth = DataType->getPrimitiveSizeInBits(); in hasActiveVectorLength() 1017 Type *ScalarTy = DataType->getScalarType(); in hasActiveVectorLength()
|
| H A D | PPCTargetTransformInfo.h | 143 bool hasActiveVectorLength(unsigned Opcode, Type *DataType,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.h | 82 bool hasDivRemOp(Type *DataType, bool IsSigned);
|
| /freebsd-14.2/sys/contrib/dev/acpica/include/ |
| H A D | actbl1.h | 568 UINT8 DataType; member 621 UINT8 DataType; member 2133 UINT8 DataType; member
|
| /freebsd-14.2/sys/contrib/dev/acpica/common/ |
| H A D | dmtbinfo1.c | 543 {ACPI_DMT_UINT8, ACPI_CDAT1_OFFSET (DataType), "Data Type", 0}, 590 {ACPI_DMT_UINT8, ACPI_CDAT5_OFFSET (DataType), "Data Type", 0}, 1459 {ACPI_DMT_UINT8, ACPI_HMAT1_OFFSET (DataType), "Data Type", 0},
|
| /freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| H A D | tdioctl.c | 1946 if (FORENSIC_DATA_TYPE_CHECK_FATAL == pForensicData->DataType) in ostiGetForensicDataIOCTLRsp() 1954 switch (pForensicData->DataType) in ostiGetForensicDataIOCTLRsp() 1970 … TI_DBG1(("ostiGetForensicDataIOCTLRsp: forensic data type error %d\n", pForensicData->DataType)); in ostiGetForensicDataIOCTLRsp() 3063 ForensicData.DataType = pForensicDataPayload->DataType; in tdsaForensicDataGetIoctl() 3065 switch (ForensicData.DataType) in tdsaForensicDataGetIoctl() 3096 …_DBG1(("tdsaGetForensicDataIoctl: forensic data type error %d\n", pForensicDataPayload->DataType)); in tdsaForensicDataGetIoctl()
|
| H A D | tdmisc.c | 541 forensicData.DataType = TYPE_FATAL; in tiCOMReset() 559 …TI_DBG1(("tiCOMReset:saGetForensicData type %d read 0x%x bytes\n", forensicData.DataType, fo… in tiCOMReset() 1817 forensicData.DataType = TYPE_NON_FATAL; in tiCOMShutDown() 1835 …TI_DBG1(("tiCOMShutDown:saGetForensicData type %d read 0x%x bytes\n", forensicData.DataType, … in tiCOMShutDown()
|