Home
last modified time | relevance | path

Searched refs:func_4 (Results 1 – 14 of 14) sorted by relevance

/external/llvm/test/CodeGen/X86/
D2008-09-19-RegAllocBug.ll6 define i32 @func_4() nounwind {
12 …t (i1 icmp ugt (i32 ptrtoint (i32 ()* @func_4 to i32), i32 3) to i8), i8 0), i32 0, i32 ptrtoint (…
Dcmov.ll84 br i1 %3, label %func_4.exit.i, label %bb.i.i.i
88 br label %func_4.exit.i
97 func_4.exit.i: ; preds = %bb.i.i.i, %entry
103 bb.i.i: ; preds = %func_4.exit.i
107 func_1.exit: ; preds = %bb.i.i, %func_4.exit.i
108 %g_96.tmp.0.i = phi i8 [ %g_96.promoted.i, %bb.i.i ], [ %.mux.i, %func_4.exit.i ] ; <i8> [#uses=2]
/external/llvm-project/llvm/test/CodeGen/X86/
D2008-09-19-RegAllocBug.ll6 define i32 @func_4() nounwind {
12 …t (i1 icmp ugt (i32 ptrtoint (i32 ()* @func_4 to i32), i32 3) to i8), i8 0), i32 0, i32 ptrtoint (…
Dcmov.ll93 ; CHECK-NEXT: .LBB3_2: # %func_4.exit.i
101 ; CHECK-NEXT: # %bb.3: # %func_4.exit.i
128 br i1 %3, label %func_4.exit.i, label %bb.i.i.i
132 br label %func_4.exit.i
134 func_4.exit.i:
145 %g_96.tmp.0.i = phi i8 [ %g_96.promoted.i, %bb.i.i ], [ %.mux.i, %func_4.exit.i ]
146 %ret = phi i1 [ 0, %bb.i.i ], [ %.not.i, %func_4.exit.i ]
/external/llvm/test/Transforms/InstCombine/
Dpr2996.ll8 %1 = call i32 (...) @func_4(i32 %iftmp.0.0) nounwind ; <i32> [#uses=0]
12 declare i32 @func_4(...)
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dpr2996.ll8 %1 = call i32 (...) @func_4(i32 %iftmp.0.0) nounwind ; <i32> [#uses=0]
12 declare i32 @func_4(...)
/external/clang/test/Sema/
Dempty1.c58 int func_4(struct emp_1 *x, const struct emp_1 *y) { in func_4() function
/external/llvm-project/clang/test/Sema/
Dempty1.c58 int func_4(struct emp_1 *x, const struct emp_1 *y) { in func_4() function
/external/llvm-project/clang/test/Parser/
Drecovery.cpp194 int func_4(int x, S &s) {
/external/clang/test/Parser/
Drecovery.cpp191 int func_4(int x, S &s) {
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/
D2012-07-13-ExpandUDiv.ll84 func_4.exit: ; No predecessors!
/external/llvm/test/Transforms/LoopStrengthReduce/
D2012-07-13-ExpandUDiv.ll84 func_4.exit: ; No predecessors!
/external/tensorflow/tensorflow/core/framework/
Dfunction_test.cc1379 FunctionDef func_4 = make_simple_fdef("Func4", "api_1"); in TEST() local
1400 {func_1, func_2, func_3, func_2_grad, func_4, func_5, func_6}); in TEST()
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_test.cc2289 auto func_4 = ops::Identity(scope.WithOpName("Func/x/input/_4"), l); in TEST() local
2292 std::initializer_list<Input>{func_4, func_5}); in TEST()