/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.h | 245 bool isLegalMaskedLoadStore(Type *DataType, Align Alignment) { in isLegalMaskedLoadStore() 256 bool isLegalMaskedLoad(Type *DataType, Align Alignment) { in isLegalMaskedLoad() 260 bool isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore() 264 bool isLegalMaskedGatherScatter(Type *DataType) const { in isLegalMaskedGatherScatter() 277 bool isLegalMaskedGather(Type *DataType, Align Alignment) const { in isLegalMaskedGather() 280 bool isLegalMaskedScatter(Type *DataType, Align Alignment) const { in isLegalMaskedScatter() 301 bool isLegalNTStoreLoad(Type *DataType, Align Alignment) { in isLegalNTStoreLoad() 318 bool isLegalNTStore(Type *DataType, Align Alignment) { in isLegalNTStore() 322 bool isLegalNTLoad(Type *DataType, Align Alignment) { in isLegalNTLoad()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.h | 175 bool isLegalMaskedLoadStore(Type *DataType, Align Alignment) { in isLegalMaskedLoadStore() 196 bool isLegalMaskedLoad(Type *DataType, Align Alignment) { in isLegalMaskedLoad() 199 bool isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore() 203 bool isLegalMaskedGatherScatter(Type *DataType, Align Alignment) { in isLegalMaskedGatherScatter() 224 bool isLegalMaskedGather(Type *DataType, Align Alignment) { in isLegalMaskedGather() 227 bool isLegalMaskedScatter(Type *DataType, Align Alignment) { in isLegalMaskedScatter()
|
H A D | RISCVGatherScatterLowering.cpp | 90 bool RISCVGatherScatterLowering::isLegalTypeAndAlignment(Type *DataType, in isLegalTypeAndAlignment() 451 Type *DataType, in tryCreateStridedLoadStore()
|
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 241 bool isLegalMaskedStore(Type *DataType, Align Alignment) const { in isLegalMaskedStore() 245 bool isLegalMaskedLoad(Type *DataType, Align Alignment) const { in isLegalMaskedLoad() 249 bool isLegalNTStore(Type *DataType, Align Alignment) const { in isLegalNTStore() 256 bool isLegalNTLoad(Type *DataType, Align Alignment) const { in isLegalNTLoad() 267 bool isLegalMaskedScatter(Type *DataType, Align Alignment) const { in isLegalMaskedScatter() 271 bool isLegalMaskedGather(Type *DataType, Align Alignment) const { in isLegalMaskedGather() 275 bool forceScalarizeMaskedGather(VectorType *DataType, Align Alignment) const { in forceScalarizeMaskedGather() 279 bool forceScalarizeMaskedScatter(VectorType *DataType, in forceScalarizeMaskedScatter() 284 bool isLegalMaskedCompressStore(Type *DataType) const { return false; } in isLegalMaskedCompressStore() 291 bool isLegalMaskedExpandLoad(Type *DataType) const { return false; } in isLegalMaskedExpandLoad() [all …]
|
H A D | TargetTransformInfo.h | 2075 bool isLegalMaskedStore(Type *DataType, Align Alignment) override { in isLegalMaskedStore() 2078 bool isLegalMaskedLoad(Type *DataType, Align Alignment) override { in isLegalMaskedLoad() 2081 bool isLegalNTStore(Type *DataType, Align Alignment) override { in isLegalNTStore() 2084 bool isLegalNTLoad(Type *DataType, Align Alignment) override { in isLegalNTLoad() 2091 bool isLegalMaskedScatter(Type *DataType, Align Alignment) override { in isLegalMaskedScatter() 2094 bool isLegalMaskedGather(Type *DataType, Align Alignment) override { in isLegalMaskedGather() 2097 bool forceScalarizeMaskedGather(VectorType *DataType, in forceScalarizeMaskedGather() 2101 bool forceScalarizeMaskedScatter(VectorType *DataType, in forceScalarizeMaskedScatter() 2105 bool isLegalMaskedCompressStore(Type *DataType) override { in isLegalMaskedCompressStore() 2108 bool isLegalMaskedExpandLoad(Type *DataType) override { in isLegalMaskedExpandLoad() [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsTargetTransformInfo.cpp | 13 bool MipsTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { in hasDivRemOp()
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 393 bool TargetTransformInfo::isLegalMaskedStore(Type *DataType, in isLegalMaskedStore() 398 bool TargetTransformInfo::isLegalMaskedLoad(Type *DataType, in isLegalMaskedLoad() 403 bool TargetTransformInfo::isLegalNTStore(Type *DataType, in isLegalNTStore() 408 bool TargetTransformInfo::isLegalNTLoad(Type *DataType, Align Alignment) const { in isLegalNTLoad() 417 bool TargetTransformInfo::isLegalMaskedGather(Type *DataType, in isLegalMaskedGather() 428 bool TargetTransformInfo::isLegalMaskedScatter(Type *DataType, in isLegalMaskedScatter() 433 bool TargetTransformInfo::forceScalarizeMaskedGather(VectorType *DataType, in forceScalarizeMaskedGather() 438 bool TargetTransformInfo::forceScalarizeMaskedScatter(VectorType *DataType, in forceScalarizeMaskedScatter() 455 bool TargetTransformInfo::hasDivRemOp(Type *DataType, bool IsSigned) const { in hasDivRemOp() 1186 bool TargetTransformInfo::hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetTransformInfo.cpp | 356 bool HexagonTTIImpl::isLegalMaskedStore(Type *DataType, Align /*Alignment*/) { in isLegalMaskedStore() 362 bool HexagonTTIImpl::isLegalMaskedLoad(Type *DataType, Align /*Alignment*/) { in isLegalMaskedLoad()
|
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | JSON.h | 124 enum class DataType : uint8_t { Unsigned, Signed, Double } m_data_type; enum
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | IntervalTree.h | 258 using DataType = DataT; variable
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | RangeMap.h | 416 typedef T DataType; typedef 714 typedef T DataType; typedef
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 5894 bool X86TTIImpl::isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore() 5898 bool X86TTIImpl::isLegalNTLoad(Type *DataType, Align Alignment) { in isLegalNTLoad() 5909 bool X86TTIImpl::isLegalNTStore(Type *DataType, Align Alignment) { in isLegalNTStore() 6038 bool X86TTIImpl::isLegalMaskedScatter(Type *DataType, Align Alignment) { in isLegalMaskedScatter() 6045 bool X86TTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { in hasDivRemOp()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 999 bool PPCTTIImpl::hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 396 bool SystemZTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { in hasDivRemOp()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 1431 bool isLegalMaskedStore(Type *DataType, Value *Ptr, Align Alignment) const { in isLegalMaskedStore() 1438 bool isLegalMaskedLoad(Type *DataType, Value *Ptr, Align Alignment) const { in isLegalMaskedLoad()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
H A D | RenderScriptRuntime.cpp | 526 enum DataType { enum
|