Home
last modified time | relevance | path

Searched defs:DataType (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h295 bool isLegalMaskedLoadStore(Type *DataType, Align Alignment) const { in isLegalMaskedLoadStore()
307 bool isLegalMaskedLoad(Type *DataType, Align Alignment, in isLegalMaskedLoad()
312 bool isLegalMaskedStore(Type *DataType, Align Alignment, in isLegalMaskedStore()
317 bool isLegalMaskedGatherScatter(Type *DataType) const { in isLegalMaskedGatherScatter()
330 bool isLegalMaskedGather(Type *DataType, Align Alignment) const override { in isLegalMaskedGather()
334 bool isLegalMaskedScatter(Type *DataType, Align Alignment) const override { in isLegalMaskedScatter()
356 bool isLegalNTStoreLoad(Type *DataType, Align Alignment) const { in isLegalNTStoreLoad()
373 bool isLegalNTStore(Type *DataType, Align Alignment) const override { in isLegalNTStore()
377 bool isLegalNTLoad(Type *DataType, Align Alignment) const override { in isLegalNTLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h254 bool isLegalMaskedLoadStore(Type *DataType, Align Alignment) const { in isLegalMaskedLoadStore()
271 bool isLegalMaskedLoad(Type *DataType, Align Alignment, in isLegalMaskedLoad()
275 bool isLegalMaskedStore(Type *DataType, Align Alignment, in isLegalMaskedStore()
280 bool isLegalMaskedGatherScatter(Type *DataType, Align Alignment) const { in isLegalMaskedGatherScatter()
303 bool isLegalMaskedGather(Type *DataType, Align Alignment) const override { in isLegalMaskedGather()
306 bool isLegalMaskedScatter(Type *DataType, Align Alignment) const override { in isLegalMaskedScatter()
322 bool isLegalStridedLoadStore(Type *DataType, Align Alignment) const override { in isLegalStridedLoadStore()
H A DRISCVGatherScatterLowering.cpp497 VectorType *DataType; in tryCreateStridedLoadStore() local
H A DRISCVISelLowering.cpp24123 bool RISCVTargetLowering::isLegalStridedLoadStore(EVT DataType, in isLegalStridedLoadStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetTransformInfo.h137 bool isLegalMaskedLoad(Type *DataType, Align Alignment, in isLegalMaskedLoad()
141 bool isLegalMaskedStore(Type *DataType, Align Alignment, in isLegalMaskedStore()
145 bool isLegalMaskedGather(Type *DataType, Align Alignment) const override { in isLegalMaskedGather()
148 bool isLegalMaskedScatter(Type *DataType, Align Alignment) const override { in isLegalMaskedScatter()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetTransformInfo.cpp13 bool MipsTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) const { in hasDivRemOp()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h311 virtual bool isLegalMaskedStore(Type *DataType, Align Alignment, in isLegalMaskedStore()
316 virtual bool isLegalMaskedLoad(Type *DataType, Align Alignment, in isLegalMaskedLoad()
321 virtual bool isLegalNTStore(Type *DataType, Align Alignment) const { in isLegalNTStore()
328 virtual bool isLegalNTLoad(Type *DataType, Align Alignment) const { in isLegalNTLoad()
340 virtual bool isLegalMaskedScatter(Type *DataType, Align Alignment) const { in isLegalMaskedScatter()
344 virtual bool isLegalMaskedGather(Type *DataType, Align Alignment) const { in isLegalMaskedGather()
348 virtual bool forceScalarizeMaskedGather(VectorType *DataType, in forceScalarizeMaskedGather()
353 virtual bool forceScalarizeMaskedScatter(VectorType *DataType, in forceScalarizeMaskedScatter()
358 virtual bool isLegalMaskedCompressStore(Type *DataType, in isLegalMaskedCompressStore()
369 virtual bool isLegalMaskedExpandLoad(Type *DataType, Align Alignment) const { in isLegalMaskedExpandLoad()
[all …]
/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexnames.c387 ACPI_OBJECT_TYPE DataType, in AcpiExGetNameString()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp469 bool TargetTransformInfo::isLegalMaskedStore(Type *DataType, Align Alignment, in isLegalMaskedStore()
474 bool TargetTransformInfo::isLegalMaskedLoad(Type *DataType, Align Alignment, in isLegalMaskedLoad()
479 bool TargetTransformInfo::isLegalNTStore(Type *DataType, in isLegalNTStore()
484 bool TargetTransformInfo::isLegalNTLoad(Type *DataType, Align Alignment) const { in isLegalNTLoad()
493 bool TargetTransformInfo::isLegalMaskedGather(Type *DataType, in isLegalMaskedGather()
504 bool TargetTransformInfo::isLegalMaskedScatter(Type *DataType, in isLegalMaskedScatter()
509 bool TargetTransformInfo::forceScalarizeMaskedGather(VectorType *DataType, in forceScalarizeMaskedGather()
514 bool TargetTransformInfo::forceScalarizeMaskedScatter(VectorType *DataType, in forceScalarizeMaskedScatter()
519 bool TargetTransformInfo::isLegalMaskedCompressStore(Type *DataType, in isLegalMaskedCompressStore()
524 bool TargetTransformInfo::isLegalMaskedExpandLoad(Type *DataType, in isLegalMaskedExpandLoad()
[all …]
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatterBytecode.h16 enum DataType : uint8_t { Any, String, Int, UInt, Object, Type, Selector }; enum
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp342 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 DIntervalTree.h257 using DataType = DataT; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h435 typedef T DataType; typedef
730 typedef T DataType; typedef
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltinBitCast.cpp338 QualType DataType = Ptr.getFieldDesc()->getDataType(S.getASTContext()); in DoBitCast() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp6324 bool X86TTIImpl::isLegalNTLoad(Type *DataType, Align Alignment) const { in isLegalNTLoad()
6335 bool X86TTIImpl::isLegalNTStore(Type *DataType, Align Alignment) const { in isLegalNTStore()
6471 bool X86TTIImpl::isLegalMaskedScatter(Type *DataType, Align Alignment) const { in isLegalMaskedScatter()
6478 bool X86TTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) const { in hasDivRemOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp481 bool SystemZTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) const { in hasDivRemOp()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl1.h661 UINT8 DataType; member
714 UINT8 DataType; member
2543 UINT8 DataType; member
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.h551 bit32 DataType; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1208 bool isLegalMaskedStore(Type *DataType, Value *Ptr, Align Alignment, in isLegalMaskedStore()
1216 bool isLegalMaskedLoad(Type *DataType, Value *Ptr, Align Alignment, in isLegalMaskedLoad()
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h1900 bit32 DataType; member