Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/ExecutionEngine/JITLink/X86/
DELF_x86-64_relocations.s33 .globl named_func symbol
35 .type named_func,@function
36 named_func: label
39 .size named_func, .-named_func
44 # jitlink-check: decode_operand(test_call_local, 0) = named_func - next_pc(test_call_local)
49 callq named_func
DMachO_x86-64_relocations.s22 .globl named_func symbol
24 named_func: label
30 # jitlink-check: decode_operand(test_local_call, 0) = named_func - next_pc(test_local_call)
34 callq named_func
170 # jitlink-check: *{8}named_func_addr_quad = named_func
174 .quad named_func
/external/llvm-project/llvm/test/ExecutionEngine/JITLink/AArch64/
DMachO_arm64_relocations.s11 .globl named_func symbol
13 named_func: label
20 # jitlink-check: decode_operand(test_local_call, 0)[25:0] = (named_func - test_local_call)[27:2]
24 bl named_func
179 # jitlink-check: *{8}named_func_addr_quad = named_func
183 .quad named_func
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc3050 for (auto named_func : llvm::reverse(named_funcs)) { in SortSavedModelModule() local
3051 named_func.func.getOperation()->moveBefore(&module.getBody()->front()); in SortSavedModelModule()