Home
last modified time | relevance | path

Searched refs:suf (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/Frontend/
H A Dfixed_point_unary.c17 _Sat unsigned _Fract suf; variable
198 suf++; in inc_suf()
385 suf--; in dec_suf()
496 suf = -suf; in neg_suf()
H A Dfixed_point_compound.c12 _Sat unsigned _Fract suf; variable
360 sshf += suf; in add_sshsuf()
712 suf <<= i; in shft_sufi()
/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstComments.cpp96 #define CASE_SHUF(Inst, suf) \ argument
97 CASE_AVX512_INS_COMMON(Inst, Z, suf) \
98 CASE_AVX512_INS_COMMON(Inst, Z256, suf) \
99 CASE_AVX512_INS_COMMON(Inst, Z128, suf) \
100 CASE_AVX_INS_COMMON(Inst, , suf) \
101 CASE_AVX_INS_COMMON(Inst, Y, suf) \
102 CASE_SSE_INS_COMMON(Inst, suf)
162 #define CASE_AVX512_FMA(Inst, suf) \ argument
165 CASE_AVX512_INS_COMMON(Inst, Z128, suf)
170 CASE_AVX_INS_COMMON(Inst, Y, suf)
[all …]
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOpBase.td138 // A predicate that prepends `pre` and appends `suf` to the final predicate
140 // will be no substitution happening for `pre` and `suf`.
141 class Concat<string pre, Pred child, string suf> :
144 string suffix = suf;
/llvm-project-15.0.7/llvm/cmake/modules/
H A DAddLLVM.cmake65 get_filename_component(suf ${fn} EXT)
66 if("${suf}" STREQUAL ".cpp")
70 if("${suf}" STREQUAL ".c")