/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.h | 258 bool isLegalMaskedLoadStore(Type *DataType, Align Alignment) { in isLegalMaskedLoadStore() 270 bool isLegalMaskedLoad(Type *DataType, Align Alignment) { in isLegalMaskedLoad() 274 bool isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore() 278 bool isLegalMaskedGatherScatter(Type *DataType) const { in isLegalMaskedGatherScatter() 291 bool isLegalMaskedGather(Type *DataType, Align Alignment) const { in isLegalMaskedGather() 295 bool isLegalMaskedScatter(Type *DataType, Align Alignment) const { in isLegalMaskedScatter() 316 bool isLegalNTStoreLoad(Type *DataType, Align Alignment) { in isLegalNTStoreLoad() 333 bool isLegalNTStore(Type *DataType, Align Alignment) { in isLegalNTStore() 337 bool isLegalNTLoad(Type *DataType, Align Alignment) { in isLegalNTLoad()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.h | 220 bool isLegalMaskedLoadStore(Type *DataType, Align Alignment) { in isLegalMaskedLoadStore() 238 bool isLegalMaskedLoad(Type *DataType, Align Alignment) { in isLegalMaskedLoad() 241 bool isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore() 245 bool isLegalMaskedGatherScatter(Type *DataType, Align Alignment) { in isLegalMaskedGatherScatter() 262 bool isLegalMaskedGather(Type *DataType, Align Alignment) { in isLegalMaskedGather() 265 bool isLegalMaskedScatter(Type *DataType, Align Alignment) { in isLegalMaskedScatter() 279 bool isLegalStridedLoadStore(Type *DataType, Align Alignment) { in isLegalStridedLoadStore()
|
H A D | RISCVGatherScatterLowering.cpp | 488 Type *DataType, in tryCreateStridedLoadStore()
|
H A D | RISCVISelLowering.cpp | 21654 isLegalStridedLoadStore(EVT DataType,Align Alignment) const isLegalStridedLoadStore() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VETargetTransformInfo.h | 136 bool isLegalMaskedLoad(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedLoad() 139 bool isLegalMaskedStore(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedStore() 142 bool isLegalMaskedGather(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedGather() 145 bool isLegalMaskedScatter(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedScatter()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsTargetTransformInfo.cpp | 13 bool MipsTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { in hasDivRemOp()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 266 bool isLegalMaskedStore(Type *DataType, Align Alignment) const { in isLegalMaskedStore() 270 bool isLegalMaskedLoad(Type *DataType, Align Alignment) const { in isLegalMaskedLoad() 274 bool isLegalNTStore(Type *DataType, Align Alignment) const { in isLegalNTStore() 281 bool isLegalNTLoad(Type *DataType, Align Alignment) const { in isLegalNTLoad() 292 bool isLegalMaskedScatter(Type *DataType, Align Alignment) const { in isLegalMaskedScatter() 296 bool isLegalMaskedGather(Type *DataType, Align Alignment) const { in isLegalMaskedGather() 300 bool forceScalarizeMaskedGather(VectorType *DataType, Align Alignment) const { in forceScalarizeMaskedGather() 304 bool forceScalarizeMaskedScatter(VectorType *DataType, in forceScalarizeMaskedScatter() 309 bool isLegalMaskedCompressStore(Type *DataType, Align Alignment) const { in isLegalMaskedCompressStore() 318 bool isLegalMaskedExpandLoad(Type *DataType, Align Alignment) const { in isLegalMaskedExpandLoad() [all …]
|
H A D | TargetTransformInfo.h | 2393 bool isLegalMaskedStore(Type *DataType, Align Alignment) override { in isLegalMaskedStore() 2396 bool isLegalMaskedLoad(Type *DataType, Align Alignment) override { in isLegalMaskedLoad() 2399 bool isLegalNTStore(Type *DataType, Align Alignment) override { in isLegalNTStore() 2402 bool isLegalNTLoad(Type *DataType, Align Alignment) override { in isLegalNTLoad() 2409 bool isLegalMaskedScatter(Type *DataType, Align Alignment) override { in isLegalMaskedScatter() 2412 bool isLegalMaskedGather(Type *DataType, Align Alignment) override { in isLegalMaskedGather() 2415 bool forceScalarizeMaskedGather(VectorType *DataType, in forceScalarizeMaskedGather() 2419 bool forceScalarizeMaskedScatter(VectorType *DataType, in forceScalarizeMaskedScatter() 2423 bool isLegalMaskedCompressStore(Type *DataType, Align Alignment) override { in isLegalMaskedCompressStore() 2426 bool isLegalMaskedExpandLoad(Type *DataType, Align Alignment) override { in isLegalMaskedExpandLoad() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 459 bool TargetTransformInfo::isLegalMaskedStore(Type *DataType, in isLegalMaskedStore() 464 bool TargetTransformInfo::isLegalMaskedLoad(Type *DataType, in isLegalMaskedLoad() 469 bool TargetTransformInfo::isLegalNTStore(Type *DataType, in isLegalNTStore() 474 bool TargetTransformInfo::isLegalNTLoad(Type *DataType, Align Alignment) const { in isLegalNTLoad() 483 bool TargetTransformInfo::isLegalMaskedGather(Type *DataType, in isLegalMaskedGather() 494 bool TargetTransformInfo::isLegalMaskedScatter(Type *DataType, in isLegalMaskedScatter() 499 bool TargetTransformInfo::forceScalarizeMaskedGather(VectorType *DataType, in forceScalarizeMaskedGather() 504 bool TargetTransformInfo::forceScalarizeMaskedScatter(VectorType *DataType, in forceScalarizeMaskedScatter() 509 bool TargetTransformInfo::isLegalMaskedCompressStore(Type *DataType, in isLegalMaskedCompressStore() 514 bool TargetTransformInfo::isLegalMaskedExpandLoad(Type *DataType, in isLegalMaskedExpandLoad() [all …]
|
/freebsd/sys/contrib/dev/acpica/components/executer/ |
H A D | exnames.c | 387 ACPI_OBJECT_TYPE DataType, in AcpiExGetNameString()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetTransformInfo.cpp | 343 bool HexagonTTIImpl::isLegalMaskedStore(Type *DataType, Align /*Alignment*/) { in isLegalMaskedStore() 349 bool HexagonTTIImpl::isLegalMaskedLoad(Type *DataType, Align /*Alignment*/) { in isLegalMaskedLoad()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | IntervalTree.h | 257 using DataType = DataT; variable
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | RangeMap.h | 416 typedef T DataType; typedef 714 typedef T DataType; typedef
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 5959 bool X86TTIImpl::isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore() 5963 bool X86TTIImpl::isLegalNTLoad(Type *DataType, Align Alignment) { in isLegalNTLoad() 5974 bool X86TTIImpl::isLegalNTStore(Type *DataType, Align Alignment) { in isLegalNTStore() 6107 bool X86TTIImpl::isLegalMaskedScatter(Type *DataType, Align Alignment) { in isLegalMaskedScatter() 6114 bool X86TTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { in hasDivRemOp()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 1015 bool PPCTTIImpl::hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 401 bool SystemZTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { in hasDivRemOp()
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | actbl1.h | 650 UINT8 DataType; member 703 UINT8 DataType; member 2233 UINT8 DataType; member
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | tdioctl.h | 551 bit32 DataType; member
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 1306 bool isLegalMaskedStore(Type *DataType, Value *Ptr, Align Alignment) const { in isLegalMaskedStore() 1313 bool isLegalMaskedLoad(Type *DataType, Value *Ptr, Align Alignment) const { in isLegalMaskedLoad()
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/ |
H A D | sa.h | 1900 bit32 DataType; member
|