Home
last modified time | relevance | path

Searched refs:ImmCheckType (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_sve_sme_incl.td237 class ImmCheckType<int val> {
246 def ImmCheck0_7 : ImmCheckType<6>; // 0..7
253 def ImmCheck0_1 : ImmCheckType<13>; // 0..1
254 def ImmCheck0_2 : ImmCheckType<14>; // 0..2
255 def ImmCheck0_3 : ImmCheckType<15>; // 0..3
256 def ImmCheck0_0 : ImmCheckType<16>; // 0..0
259 def ImmCheck2_4_Mul2 : ImmCheckType<19>; // 2, 4
260 def ImmCheck1_1 : ImmCheckType<20>; // 1..1
261 def ImmCheck1_3 : ImmCheckType<21>; // 1..3
262 def ImmCheck1_7 : ImmCheckType<22>; // 1..7
[all …]
H A DTargetBuiltins.h252 enum ImmCheckType { enum
H A Darm_sve.td2220 …O_PRED<string name, string types, string intrinsic, list<FlagType> flags=[], ImmCheckType immCh > {
2230 …TO_VEC<string name, string types, string intrinsic, list<FlagType> flags=[], ImmCheckType immCh > {
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3052 switch ((SVETypeFlags::ImmCheckType)CheckTy) { in ParseSVEImmChecks()