Home
last modified time | relevance | path

Searched refs:macro_name (Results 1 – 3 of 3) sorted by relevance

/llvm-project/utils/bazel/llvm-project-overlay/llvm/
H A Denum_targets_gen.bzl23 macro_name = "DISASSEMBLER",
35 to_replace = "@LLVM_ENUM_{}S@".format(ctx.attr.macro_name)
37 "LLVM_{}({})\n".format(ctx.attr.macro_name, t)
55 "macro_name": attr.string(
64 " `@LLVM_ENUM_{macro_name}S@`",
H A DBUILD.bazel52 macro_name = "TARGET",
67 macro_name = "ASM_PRINTER",
85 macro_name = "ASM_PARSER",
103 macro_name = "DISASSEMBLER",
121 macro_name = "TARGETMCA",
139 macro_name = "EXEGESIS",
/llvm-project/libc/AOR_v20.02/math/test/
H A Dmathtest.c108 } macro_name; /* only used if a macro/something that can't be done using func */ member
1081 switch(t.func->macro_name) { in runtest()
1432 t.func->macro_name == m_rred || t.func->macro_name == m_rredf) { in runtest()