Home
last modified time | relevance | path

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

/llvm-project-15.0.7/pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dpartition.pass.cpp25 struct DataType struct
27 explicit DataType(int32_t k) : my_val(k) {} in DataType() argument
28 DataType(DataType&& input) { my_val = std::move(input.my_val); } in DataType() argument
30 operator=(DataType&& input) in operator =() argument
42 operator<<(std::ostream& stream, const DataType<T>& input) in operator <<() argument
48 T my_val;
/llvm-project-15.0.7/pstl/test/std/algorithms/alg.nonmodifying/
H A Dnth_element.pass.cpp24 struct DataType struct
26 explicit DataType(int32_t k) : my_val(k) {} in DataType() function
27 DataType(DataType&& input) in DataType() function
33 operator=(DataType&& input) in operator =() argument
46 operator<<(std::ostream& stream, const DataType<T>& input) in operator <<() argument
57 is_equal(const DataType<T>& x, const DataType<T>& y) in is_equal() argument
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h118 bool isLegalMaskedLoadStore(Type *DataType, Align Alignment) { in isLegalMaskedLoadStore()
139 bool isLegalMaskedLoad(Type *DataType, Align Alignment) { in isLegalMaskedLoad()
142 bool isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore()
146 bool isLegalMaskedGatherScatter(Type *DataType, Align Alignment) { in isLegalMaskedGatherScatter()
167 bool isLegalMaskedGather(Type *DataType, Align Alignment) { in isLegalMaskedGather()
170 bool isLegalMaskedScatter(Type *DataType, Align Alignment) { in isLegalMaskedScatter()
H A DRISCVGatherScatterLowering.cpp87 bool RISCVGatherScatterLowering::isLegalTypeAndAlignment(Type *DataType, in isLegalTypeAndAlignment()
417 Type *DataType, in tryCreateStridedLoadStore()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h246 bool isLegalMaskedLoadStore(Type *DataType, Align Alignment) { in isLegalMaskedLoadStore()
257 bool isLegalMaskedLoad(Type *DataType, Align Alignment) { in isLegalMaskedLoad()
261 bool isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore()
265 bool isLegalMaskedGatherScatter(Type *DataType) const { in isLegalMaskedGatherScatter()
278 bool isLegalMaskedGather(Type *DataType, Align Alignment) const { in isLegalMaskedGather()
281 bool isLegalMaskedScatter(Type *DataType, Align Alignment) const { in isLegalMaskedScatter()
302 bool isLegalNTStore(Type *DataType, Align Alignment) { in isLegalNTStore()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dctu-on-demand-parsing.c77 struct DataType { struct
81 int structInProto(struct DataType *d); argument
H A Dctu-main.c92 struct DataType { struct
96 int structInProto(struct DataType *d); argument
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVETargetTransformInfo.h136 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()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsTargetTransformInfo.cpp13 bool MipsTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { in hasDivRemOp()
/llvm-project-15.0.7/clang/test/Modules/Inputs/PR27890/
H A Da.h1 template <class DataType> DataType values(DataType) { __builtin_va_list ValueArgs; return DataType(… in values() argument
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h237 bool isLegalMaskedStore(Type *DataType, Align Alignment) const { in isLegalMaskedStore()
241 bool isLegalMaskedLoad(Type *DataType, Align Alignment) const { in isLegalMaskedLoad()
245 bool isLegalNTStore(Type *DataType, Align Alignment) const { in isLegalNTStore()
252 bool isLegalNTLoad(Type *DataType, Align Alignment) const { in isLegalNTLoad()
263 bool isLegalMaskedScatter(Type *DataType, Align Alignment) const { in isLegalMaskedScatter()
267 bool isLegalMaskedGather(Type *DataType, Align Alignment) const { in isLegalMaskedGather()
275 bool forceScalarizeMaskedScatter(VectorType *DataType, in forceScalarizeMaskedScatter()
280 bool isLegalMaskedCompressStore(Type *DataType) const { return false; } in isLegalMaskedCompressStore()
287 bool isLegalMaskedExpandLoad(Type *DataType) const { return false; } in isLegalMaskedExpandLoad()
291 bool hasDivRemOp(Type *DataType, bool IsSigned) const { return false; } in hasDivRemOp()
[all …]
H A DTargetTransformInfo.h2005 bool isLegalMaskedStore(Type *DataType, Align Alignment) override { in isLegalMaskedStore()
2008 bool isLegalMaskedLoad(Type *DataType, Align Alignment) override { in isLegalMaskedLoad()
2011 bool isLegalNTStore(Type *DataType, Align Alignment) override { in isLegalNTStore()
2014 bool isLegalNTLoad(Type *DataType, Align Alignment) override { in isLegalNTLoad()
2024 bool isLegalMaskedGather(Type *DataType, Align Alignment) override { in isLegalMaskedGather()
2027 bool forceScalarizeMaskedGather(VectorType *DataType, in forceScalarizeMaskedGather()
2031 bool forceScalarizeMaskedScatter(VectorType *DataType, in forceScalarizeMaskedScatter()
2035 bool isLegalMaskedCompressStore(Type *DataType) override { in isLegalMaskedCompressStore()
2038 bool isLegalMaskedExpandLoad(Type *DataType) override { in isLegalMaskedExpandLoad()
2048 bool hasDivRemOp(Type *DataType, bool IsSigned) override { in hasDivRemOp()
[all …]
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp388 bool TargetTransformInfo::isLegalMaskedStore(Type *DataType, in isLegalMaskedStore()
393 bool TargetTransformInfo::isLegalMaskedLoad(Type *DataType, in isLegalMaskedLoad()
398 bool TargetTransformInfo::isLegalNTStore(Type *DataType, in isLegalNTStore()
403 bool TargetTransformInfo::isLegalNTLoad(Type *DataType, Align Alignment) const { in isLegalNTLoad()
412 bool TargetTransformInfo::isLegalMaskedGather(Type *DataType, in isLegalMaskedGather()
423 bool TargetTransformInfo::isLegalMaskedScatter(Type *DataType, in isLegalMaskedScatter()
428 bool TargetTransformInfo::forceScalarizeMaskedGather(VectorType *DataType, in forceScalarizeMaskedGather()
433 bool TargetTransformInfo::forceScalarizeMaskedScatter(VectorType *DataType, in forceScalarizeMaskedScatter()
450 bool TargetTransformInfo::hasDivRemOp(Type *DataType, bool IsSigned) const { in hasDivRemOp()
1123 bool TargetTransformInfo::hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp327 bool HexagonTTIImpl::isLegalMaskedStore(Type *DataType, Align /*Alignment*/) { in isLegalMaskedStore()
331 bool HexagonTTIImpl::isLegalMaskedLoad(Type *DataType, Align /*Alignment*/) { in isLegalMaskedLoad()
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DAPFloatTest.cpp4107 using DataType = std::tuple<uint64_t, uint64_t, uint64_t, uint64_t, in TEST() typedef
4163 using DataType = std::tuple<uint64_t, uint64_t, uint64_t, uint64_t, uint64_t, in TEST() typedef
4235 using DataType = std::tuple<uint64_t, uint64_t, uint64_t, uint64_t, uint64_t, in TEST() typedef
4269 using DataType = std::tuple<uint64_t, uint64_t, uint64_t, uint64_t, in TEST() typedef
4331 using DataType = std::tuple<uint64_t, uint64_t, uint64_t, uint64_t, uint64_t, in TEST() typedef
4412 using DataType = std::tuple<uint64_t, uint64_t, uint64_t, uint64_t, uint64_t, in TEST() typedef
4444 using DataType = in TEST() typedef
4477 using DataType = in TEST() typedef
4537 using DataType = in TEST() typedef
4579 using DataType = std::tuple<uint64_t, uint64_t, uint64_t, uint64_t, bool>; in TEST() typedef
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DJSON.h124 enum class DataType : uint8_t { Unsigned, Signed, Double } m_data_type; enum
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DRangeMap.h411 typedef T DataType; typedef
692 typedef T DataType; typedef
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp5247 bool X86TTIImpl::isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore()
5251 bool X86TTIImpl::isLegalNTLoad(Type *DataType, Align Alignment) { in isLegalNTLoad()
5262 bool X86TTIImpl::isLegalNTStore(Type *DataType, Align Alignment) { in isLegalNTStore()
5391 bool X86TTIImpl::isLegalMaskedScatter(Type *DataType, Align Alignment) { in isLegalMaskedScatter()
5398 bool X86TTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { in hasDivRemOp()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp396 bool SystemZTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { in hasDivRemOp()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp1381 bool PPCTTIImpl::hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1401 bool isLegalMaskedStore(Type *DataType, Value *Ptr, Align Alignment) const { in isLegalMaskedStore()
1408 bool isLegalMaskedLoad(Type *DataType, Value *Ptr, Align Alignment) const { in isLegalMaskedLoad()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp526 enum DataType { enum