Searched refs:addends (Results 1 – 18 of 18) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | cudnn_fused_conv_rewriter.cc | 115 HloInstruction* addends[3] = {nullptr, nullptr, nullptr}; in FindConvWithRelu() local 117 auto add2_pattern = Add(&add1, Op(&addends[0]), Op(&addends[1])); in FindConvWithRelu() 119 AddAnyOrder(&add2, add2_pattern, Op(&addends[2])), add2_pattern, in FindConvWithRelu() 120 Op(&addends[0])); in FindConvWithRelu() 123 for (auto addend : addends) { in FindConvWithRelu()
|
/external/llvm-project/lld/test/ELF/ |
D | icf15.s | 5 ## Check that ICF does not merge sections which relocations have equal addends,
|
D | mips-nonalloc.s | 2 # Check reading addends for relocations in non-allocatable sections.
|
D | icf-i386.s | 2 # This test is to make sure that we can handle implicit addends properly.
|
D | apply-dynamic-relocs.s | 3 ## On RELA targets, --apply-dynamic-relocs writes addends to the relocated positions.
|
D | emit-relocs-mergeable-i386.s | 8 ## Check addends of relocations are: 0x0, 0x8, 0x8, 0x4
|
D | rel-addend-with-rela-input.s | 2 # Check that we correctly write addends if the output use Elf_Rel but the input
|
D | ppc64-toc-relax2.s | 56 ## the relocation addends are the same.
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | reloc-addends.test | 1 ## Check how llvm-readobj and llvm-readelf tools dump addends of relocations. 15 ## FIXME: GNU readelf prints addends differently. 93 ## FIXME: GNU readelf prints addends differently.
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
D | COFF_i386.s | 69 # Test that addends work.
|
/external/llvm-project/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
D | COFF_i386.s | 51 # Test that addends work.
|
/external/llvm-project/lld/test/MachO/ |
D | x86-64-reloc-unsigned.s | 52 ## The unsigned relocation should support 64-bit addends too (r_length = 3).
|
/external/llvm-project/llvm/test/tools/llvm-objdump/X86/ |
D | elf-disassemble-relocs.test | 65 ## Check ranges of addends being displayed in a dump of relocations mixed with disassembly.
|
/external/llvm-project/llvm/test/tools/llvm-objdump/ELF/ |
D | relocations.test | 95 ## Check ranges of addends being displayed in a dump of relocations.
|
/external/llvm-project/lld/test/wasm/ |
D | shared.ll | 16 ; .. including addends
|
/external/llvm-project/llvm/test/ExecutionEngine/JITLink/X86/ |
D | MachO_x86-64_relocations.s | 56 # negative addends.
|
/external/llvm-project/llvm/test/Object/ |
D | invalid.test | 48 ## In this case it just doesn't try to read relocation addends and assumes they are 0.
|
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/ |
D | ospd.txt.gz |
|