Home
last modified time | relevance | path

Searched refs:Func64 (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/test/Assembler/
D2007-05-21-Escape.ll7 define i32 @"Func64"(%struct.bar* %F) {
12 define i32 @Func64(%struct.bar* %B) {
19 %tmp = tail call i32 @"Func64"( %struct.bar* null ) ; <i32> [#uses=0]
20 %tmp1 = tail call i32 @Func64( %struct.bar* null ) ; <i32> [#uses=0]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/
D2007-05-21-Escape.ll8 define i32 @"Func64"(%struct.bar* %F) {
13 define i32 @Func64(%struct.bar* %B) {
20 %tmp = tail call i32 @"Func64"( %struct.bar* null ) ; <i32> [#uses=0]
21 %tmp1 = tail call i32 @Func64( %struct.bar* null ) ; <i32> [#uses=0]
/external/llvm/test/Assembler/
D2007-05-21-Escape.ll8 define i32 @"Func64"(%struct.bar* %F) {
13 define i32 @Func64(%struct.bar* %B) {
20 %tmp = tail call i32 @"Func64"( %struct.bar* null ) ; <i32> [#uses=0]
21 %tmp1 = tail call i32 @Func64( %struct.bar* null ) ; <i32> [#uses=0]
/external/clang/test/CodeGen/
D2003-10-29-AsmRename.c8 extern int Func64(struct bar*);
14 int Func64(struct bar* B) { in Func64() function
21 Func64(0); in test()