Home
last modified time | relevance | path

Searched refs:_func (Results 1 – 25 of 78) sorted by relevance

1234

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Darm-macho-calls.s4 @ CHECK: _func:
5 @ CHECK: bl #0 <_func+0x8>
7 @ CHECK: bl #-12 <_func>
9 .global _func symbol
10 _func: label
Darm-it-block.s3 .globl _func symbol
5 _func: label
6 @ CHECK: _func:
Darm-trustzone.s6 .globl _func symbol
11 _func: label
12 @ CHECK: _func
Darm-thumb-trustzone.s6 .globl _func symbol
11 _func: label
12 @ CHECK: _func
Darm-memory-instructions.s3 .globl _func symbol
8 _func: label
9 @ CHECK: _func
Dinst-directive-other.s17 .globl _func symbol
19 _func: label
/external/llvm/test/MC/ARM/
Darm-it-block.s3 .globl _func symbol
5 _func: label
6 @ CHECK: _func:
Darm-trustzone.s6 .globl _func symbol
11 _func: label
12 @ CHECK: _func
Darm-thumb-trustzone.s6 .globl _func symbol
11 _func: label
12 @ CHECK: _func
Darm-memory-instructions.s3 .globl _func symbol
8 _func: label
9 @ CHECK: _func
/external/python/cpython2/Tools/framer/framer/
Dfunction.py129 self._func = func
156 self.__doc__ = self._func.__doc__
157 self.args = ArgumentList(self._func, self.method)
161 v["PythonName"] = self._func.__name__
162 s = v["CName"] = "%s_%s" % (self._parent.name, self._func.__name__)
/external/tensorflow/tensorflow/python/ops/
Dtemplate.py278 self._func = function.defun(func)
280 self._func = func
312 result = self._func(*args, **kwargs)
343 result = self._func(*args, **kwargs)
349 result = self._func(*args, **kwargs)
390 return self._func
589 result = self._func(*args, **kwargs)
594 result = self._func(*args, **kwargs)
/external/swiftshader/third_party/LLVM/test/MC/ARM/
Darm-memory-instructions.s3 .globl _func symbol
8 _func: label
9 @ CHECK: _func
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
Dinst-directive-other.s21 .globl _func symbol
22 _func: label
Dshift_extend_op_w_symbol.s5 .globl _func symbol
6 _func: label
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
Dempty-functions.ll8 ; CHECK-NO-FP: _func:
11 ; CHECK-FP: _func:
/external/autotest/client/common_lib/
Ddecorators.py66 self._func = func
70 value = self._func(instance)
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dempty-functions.ll8 ; CHECK-NO-FP: _func:
15 ; CHECK-FP: _func:
/external/tensorflow/tensorflow/python/util/
Ddecorator_utils.py142 self._func = func
145 return self._func(owner_cls)
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/AArch64/
Dprologue_end.ll16 ; CHECK: bl _func
17 ; CHECK: bl _func
/external/tensorflow/tensorflow/examples/saved_model/integration_tests/
Dutil.py75 self._func = func
92 f = functools.partial(self._func, x, **self._arguments)
/external/llvm/test/DebugInfo/AArch64/
Dprologue_end.ll16 ; CHECK: bl _func
17 ; CHECK: bl _func
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/AArch64/
Ddarwin-ARM64-reloc.s5 bl _func
6 bl _func + 20
128 ; CHECK-NEXT: Symbol: _func
135 ; CHECK-NEXT: Symbol: _func
/external/llvm/test/MC/MachO/AArch64/
Ddarwin-ARM64-reloc.s5 bl _func
6 bl _func + 20
128 ; CHECK-NEXT: Symbol: _func
135 ; CHECK-NEXT: Symbol: _func
/external/llvm/test/DebugInfo/ARM/
Dprologue_end.ll17 ; CHECK: bl {{_func|Ltmp}}
18 ; CHECK: bl {{_func|Ltmp}}

1234