/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | cudnn_batchnorm_rewriter.cc | 108 HloInstruction* libcall = in HandleBatchNormInference() local 110 Shape shape_f32 = ShapeUtil::ChangeElementType(libcall->shape(), F32); in HandleBatchNormInference() 112 HloInstruction::CreateConvert(shape_f32, libcall); in HandleBatchNormInference() 163 HloInstruction* libcall = in HandleBatchNormTraining() local 173 libcall->shape().tuple_shapes(2), libcall, 2)); in HandleBatchNormTraining() 191 libcall->shape().tuple_shapes(0), libcall, 0)); in HandleBatchNormTraining() 201 libcall->shape().tuple_shapes(1), libcall, 1)), in HandleBatchNormTraining() 274 HloInstruction* libcall = in HandleBatchNormGrad() local 280 libcall->shape().tuple_shapes(0), libcall, 0)); in HandleBatchNormGrad() 290 libcall->shape().tuple_shapes(1), libcall, 1)), in HandleBatchNormGrad() [all …]
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | 2011-08-29-SchedCycle.ll | 4 ; libcall #1 9 ; \ / libcall #2 14 ; unlucky, it can force libcall #2 before libcall #1 in the above case. 18 ; libcall #2 20 ; libcall #1
|
D | local-call.ll | 4 ; This function just messes up the offsets enough to make the libcall in
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-08-29-SchedCycle.ll | 4 ; libcall #1 9 ; \ / libcall #2 14 ; unlucky, it can force libcall #2 before libcall #1 in the above case. 18 ; libcall #2 20 ; libcall #1
|
D | local-call.ll | 4 ; This function just messes up the offsets enough to make the libcall in
|
/external/llvm-project/llvm/unittests/CodeGen/GlobalISel/ |
D | LegalizerHelperTest.cpp | 1278 Helper.libcall(*MIBFPExt1)); in TEST_F() 1281 Helper.libcall(*MIBFPExt2)); in TEST_F() 1320 Helper.libcall(*MIBFPTrunc1)); in TEST_F() 1323 Helper.libcall(*MIBFPTrunc2)); in TEST_F() 1356 Helper.libcall(*MIBFADD)); in TEST_F() 1387 Helper.libcall(*MIBSRem32)); in TEST_F() 1389 Helper.libcall(*MIBSRem64)); in TEST_F() 1391 Helper.libcall(*MIBSRem128)); in TEST_F() 1444 Helper.libcall(*MIBURem32)); in TEST_F() 1446 Helper.libcall(*MIBURem64)); in TEST_F() [all …]
|
/external/llvm-project/llvm/test/Other/ |
D | cgscc-libcall-update.ll | 2 ; one libcall into an unrelated libcall and update the call graph accordingly. 4 ; Also check that it can handle inlining *removing* a libcall entirely. 44 ; Check that even when we completely remove a libcall we don't get the call 59 ; used when doing further libcall transformations.
|
/external/llvm-project/llvm/test/CodeGen/NVPTX/ |
D | libcall-fulfilled.ll | 4 ; Underlying libcall declaration 27 ; Underlying libcall definition
|
/external/llvm-project/lld/test/COFF/ |
D | libcall-archive.ll | 4 ; RUN: llvm-as -o %t2.obj %S/Inputs/libcall-archive.ll 5 ; RUN: llvm-mc -filetype=obj -triple=i686-unknown-windows -o %t3.obj %S/Inputs/libcall-archive.s
|
/external/llvm-project/lld/test/ELF/lto/ |
D | version-libcall.ll | 10 ;; An exact pattern can localize a libcall. 15 ;; A wildcard pattern can localize a libcall. 23 ;; Test that --dynamic-list works on such libcall fetched symbols.
|
D | libcall-archive.ll | 4 ; RUN: llvm-as -o %t2.o %S/Inputs/libcall-archive.ll 5 ; RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux -o %t3.o %S/Inputs/libcall-archive.s
|
/external/llvm/test/CodeGen/SPARC/ |
D | float-constants.ll | 29 ;; And for a libcall emitted from the pow intrinsic. (libcall
|
/external/llvm-project/llvm/test/CodeGen/SPARC/ |
D | float-constants.ll | 31 ;; And for a libcall emitted from the pow intrinsic. (libcall
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | div_i128.ll | 4 ; SDAG-ERR: LLVM ERROR: unsupported libcall legalization
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2009-04-07-MulPromoteToI96.ll | 5 ; not a legal type for the target, and we don't want a libcall.
|
D | strchr-2.ll | 1 ; Test that the strchr libcall simplifier works correctly.
|
D | strrchr-2.ll | 1 ; Test that the strrchr libcall simplifier works correctly.
|
D | strncat-3.ll | 1 ; Test that the strncat libcall simplifier works correctly.
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | 2009-04-07-MulPromoteToI96.ll | 5 ; not a legal type for the target, and we don't want a libcall.
|
D | strchr-2.ll | 1 ; Test that the strchr libcall simplifier works correctly.
|
D | strrchr-2.ll | 1 ; Test that the strrchr libcall simplifier works correctly.
|
D | strcat-3.ll | 1 ; Test that the strcat libcall simplifier works correctly.
|
/external/llvm/test/CodeGen/X86/ |
D | alldiv-divdi3.ll | 1 ; Test that, for a 64 bit signed div, a libcall to alldiv is made on Windows
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | alldiv-divdi3.ll | 1 ; Test that, for a 64 bit signed div, a libcall to alldiv is made on Windows
|
/external/llvm-project/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | libcall.ll | 1 ; A call to a libcall function is not a statepoint.
|