Home
last modified time | relevance | path

Searched refs:adder (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/Inline/ML/Inputs/
H A Dtest-module.ll8 %b = call i32 @adder(i32 10)
14 define internal dso_local i32 @adder(i32) {
57 %adder.result = call i32 @adder(i32 2)
58 store i32 %adder.result, i32* %2, align 4
66 ; CHECK-NOT: @adder
67 ; DEFAULT-LABEL: @adder
/llvm-project-15.0.7/lldb/unittests/Target/
H A DDynamicRegisterInfoTest.cpp35 std::function<void(const DynamicRegisterInfo::Register &)> adder, in AddTestRegister() argument
51 adder(new_reg);
124 auto adder = [this](const DynamicRegisterInfo::Register &r) { in TEST_F() local
128 uint32_t b1 = AddTestRegister("b1", "base", 8, adder); in TEST_F()
129 uint32_t b2 = AddTestRegister("b2", "other", 8, adder); in TEST_F()
132 uint32_t s1 = AddTestRegister("s1", "base", 4, adder, {b1}); in TEST_F()
133 uint32_t s2 = AddTestRegister("s2", "other", 4, adder, {b2}); in TEST_F()
136 uint32_t i1 = AddTestRegister("i1", "third", 8, adder, {}, {b1}); in TEST_F()
140 uint32_t i2 = AddTestRegister("i2", "third", 4, adder, {b2}, {i1}); in TEST_F()
/llvm-project-15.0.7/llvm/test/Transforms/Inline/ML/
H A Dml-test-release-mode.ll1 ; The default inliner doesn't elide @adder, it believes it's too costly to inline
2 ; adder into switcher. The ML inliner carries out that inlining, resulting in
3 ; a smaller result (part of it is that adder gets elided).
H A Dml-test-development-mode.ll1 ; The default inliner doesn't elide @adder, it believes it's too costly to inline
2 ; adder into switcher. The ML inliner carries out that inlining, resulting in
3 ; a smaller result (part of it is that adder gets elided).
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dinstantiate-enum.cpp4 struct adder { struct
11 int array1[adder<long, 3, 4>::value == 7? 1 : -1]; argument
/llvm-project-15.0.7/clang/test/CodeGenCoroutines/
H A Dcoro-halo.cpp87 generator<T> add(generator<T> &g, T adder) { in add() argument
89 co_yield v + adder; in add()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dpr54369.ll4 define i64 @adder(i64 %lhs, i64 %rhs) {
5 ; CHECK-LABEL: adder: