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