Home
last modified time | relevance | path

Searched refs:libcall (Results 1 – 25 of 89) sorted by relevance

1234

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_batchnorm_rewriter.cc108 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/
D2011-08-29-SchedCycle.ll4 ; 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
Dlocal-call.ll4 ; This function just messes up the offsets enough to make the libcall in
/external/llvm/test/CodeGen/ARM/
D2011-08-29-SchedCycle.ll4 ; 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
Dlocal-call.ll4 ; This function just messes up the offsets enough to make the libcall in
/external/llvm-project/llvm/unittests/CodeGen/GlobalISel/
DLegalizerHelperTest.cpp1278 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/
Dcgscc-libcall-update.ll2 ; 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/
Dlibcall-fulfilled.ll4 ; Underlying libcall declaration
27 ; Underlying libcall definition
/external/llvm-project/lld/test/COFF/
Dlibcall-archive.ll4 ; 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/
Dversion-libcall.ll10 ;; 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.
Dlibcall-archive.ll4 ; 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/
Dfloat-constants.ll29 ;; And for a libcall emitted from the pow intrinsic. (libcall
/external/llvm-project/llvm/test/CodeGen/SPARC/
Dfloat-constants.ll31 ;; And for a libcall emitted from the pow intrinsic. (libcall
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Ddiv_i128.ll4 ; SDAG-ERR: LLVM ERROR: unsupported libcall legalization
/external/llvm/test/Transforms/InstCombine/
D2009-04-07-MulPromoteToI96.ll5 ; not a legal type for the target, and we don't want a libcall.
Dstrchr-2.ll1 ; Test that the strchr libcall simplifier works correctly.
Dstrrchr-2.ll1 ; Test that the strrchr libcall simplifier works correctly.
Dstrncat-3.ll1 ; Test that the strncat libcall simplifier works correctly.
/external/llvm-project/llvm/test/Transforms/InstCombine/
D2009-04-07-MulPromoteToI96.ll5 ; not a legal type for the target, and we don't want a libcall.
Dstrchr-2.ll1 ; Test that the strchr libcall simplifier works correctly.
Dstrrchr-2.ll1 ; Test that the strrchr libcall simplifier works correctly.
Dstrcat-3.ll1 ; Test that the strcat libcall simplifier works correctly.
/external/llvm/test/CodeGen/X86/
Dalldiv-divdi3.ll1 ; Test that, for a 64 bit signed div, a libcall to alldiv is made on Windows
/external/llvm-project/llvm/test/CodeGen/X86/
Dalldiv-divdi3.ll1 ; Test that, for a 64 bit signed div, a libcall to alldiv is made on Windows
/external/llvm-project/llvm/test/Transforms/RewriteStatepointsForGC/
Dlibcall.ll1 ; A call to a libcall function is not a statepoint.

1234