Searched refs:ITE (Results 1 - 18 of 18) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Deqdf2vfp.S28 ITE(eq)
H A Deqsf2vfp.S29 ITE(eq)
H A Dgedf2vfp.S29 ITE(ge)
H A Dgesf2vfp.S29 ITE(ge)
H A Dgtdf2vfp.S29 ITE(gt)
H A Dgtsf2vfp.S29 ITE(gt)
H A Dledf2vfp.S29 ITE(ls)
H A Dlesf2vfp.S29 ITE(ls)
H A Dltdf2vfp.S29 ITE(mi)
H A Dltsf2vfp.S29 ITE(mi)
H A Dnedf2vfp.S28 ITE(ne)
H A Dnesf2vfp.S29 ITE(ne)
H A Dunorddf2vfp.S29 ITE(vs)
H A Dunordsf2vfp.S29 ITE(vs)
H A Daeabi_cdcmp.S112 ITE(eq)
H A Daeabi_cfcmp.S112 ITE(eq)
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dassembly.h80 #define ITE(cond) ite cond macro
85 #define ITE(cond) macro
92 #define ITE(cond) macro
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp675 for (const auto &ITE : ImageTypesMap) {
676 OS << " case OCLT_" << ITE.first.str() << ":\n"
680 for (const auto &Image : ITE.second) {

Completed in 141 milliseconds