blob: 2b7b588e4a102bd90c5e006718330fb60288cda4 [file] [log] [blame]
#ifdef LLVM_GET_SVE_TYPEFLAGS
const uint64_t IsTupleCreate = 4294967296;
const uint64_t IsWriteZA = 4398046511104;
const uint64_t IsStructLoad = 131072;
const uint64_t IsStreaming = 137438953472;
const uint64_t IsReadZA = 2199023255552;
const uint64_t IsInsertOp1SVALL = 67108864;
const uint64_t IsByteIndexed = 16777216;
const uint64_t IsOverloadWhileRW = 4194304;
const uint64_t IsOverloadWhile = 2097152;
const uint64_t IsTupleGet = 8589934592;
const uint64_t IsAppendSVALL = 33554432;
const uint64_t IsGatherPrefetch = 268435456;
const uint64_t IsOverloadCvt = 8388608;
const uint64_t IsScatterStore = 65536;
const uint64_t ReverseUSDOT = 1073741824;
const uint64_t IsLoad = 8192;
const uint64_t ReverseMergeAnyBinOp = 34359738368;
const uint64_t IsSharedZA = 549755813888;
const uint64_t EltTypeMask = 15;
const uint64_t IsPrefetch = 134217728;
const uint64_t IsZExtReturn = 524288;
const uint64_t IsOverloadNone = 1048576;
const uint64_t FirstMemEltType = 16;
const uint64_t IsUndef = 2147483648;
const uint64_t MemEltTypeMask = 112;
const uint64_t ReverseCompare = 536870912;
const uint64_t FirstSplatOperand = 1024;
const uint64_t IsStore = 16384;
const uint64_t MergeTypeMask = 896;
const uint64_t ReverseMergeAnyAccOp = 68719476736;
const uint64_t FirstEltType = 1;
const uint64_t NoFlags = 0;
const uint64_t SplatOperandMask = 7168;
const uint64_t IsTupleSet = 17179869184;
const uint64_t IsStreamingCompatible = 274877906944;
const uint64_t FirstMergeTypeMask = 128;
const uint64_t IsStructStore = 262144;
const uint64_t IsPreservesZA = 1099511627776;
const uint64_t IsGatherLoad = 32768;
const uint64_t OverloadKindMask = 14680064;
#endif
#ifdef LLVM_GET_SVE_ELTTYPES
EltTyFloat64 = 8,
EltTyInt128 = 5,
EltTyFloat16 = 6,
EltTyInt64 = 4,
EltTyBool8 = 9,
EltTyInt16 = 2,
EltTyFloat32 = 7,
EltTyBool16 = 10,
EltTyInt8 = 1,
EltTyBool32 = 11,
EltTyBool64 = 12,
EltTyInvalid = 0,
EltTyBFloat16 = 13,
EltTyInt32 = 3,
#endif
#ifdef LLVM_GET_SVE_MEMELTTYPES
MemEltTyInt8 = 1,
MemEltTyInt32 = 3,
MemEltTyInt16 = 2,
MemEltTyInt64 = 4,
MemEltTyDefault = 0,
#endif
#ifdef LLVM_GET_SVE_MERGETYPES
MergeAny = 1,
MergeNone = 0,
MergeOp1 = 2,
MergeZero = 3,
MergeZeroExp = 5,
MergeAnyExp = 4,
#endif
#ifdef LLVM_GET_SVE_IMMCHECKTYPES
ImmCheck0_0 = 16,
ImmCheck0_3 = 15,
ImmCheck0_15 = 17,
ImmCheckExtract = 2,
ImmCheckLaneIndex = 7,
ImmCheck0_1 = 13,
ImmCheck0_2 = 14,
ImmCheck0_13 = 12,
ImmCheck0_7 = 6,
ImmCheck0_255 = 18,
ImmCheck1_16 = 1,
ImmCheckShiftRight = 3,
ImmCheckComplexRotAll90 = 11,
ImmCheckLaneIndexCompRotate = 8,
ImmCheckComplexRot90_270 = 10,
ImmCheckShiftRightNarrow = 4,
ImmCheckLaneIndexDot = 9,
ImmCheck0_31 = 0,
ImmCheckShiftLeft = 5,
#endif