Home
last modified time | relevance | path

Searched refs:bitcasts (Results 1 – 25 of 95) sorted by relevance

1234

/external/FP16/
DCMakeLists.txt71 include/fp16/bitcasts.h
84 include/fp16/bitcasts.h
139 ADD_EXECUTABLE(bitcasts-test test/bitcasts.cc)
140 TARGET_LINK_LIBRARIES(bitcasts-test fp16 gtest gtest_main)
141 ADD_TEST(bitcasts bitcasts-test)
DAndroid.bp91 "test/bitcasts.cc",
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhorizontal_loop_fusion.cc447 std::vector<HloInstruction*> bitcasts; in Fuse() local
454 bitcasts.push_back(computation_->AddInstruction( in Fuse()
457 auto bitcast_or_tuple = (bitcasts.size() == 1) in Fuse()
458 ? bitcasts.at(0) in Fuse()
460 HloInstruction::CreateTuple(bitcasts)); in Fuse()
/external/llvm-project/llvm/test/Verifier/
Dbitcast-address-space-through-constant-inttoptr-inside-gep-instruction.ll7 ; Check that we can find inttoptr -> illegal bitcasts when hidden
/external/llvm/lib/Target/X86/
DREADME-UNIMPLEMENTED.txt13 4) bitcasts from vectors to scalars: PR2804
/external/llvm/test/Verifier/
Dbitcast-address-space-through-constant-inttoptr-inside-gep-instruction.ll7 ; Check that we can find inttoptr -> illegal bitcasts when hidden
/external/llvm/test/Transforms/InstCombine/
Dbitcast.ll19 ; Perform the bitwise logic in the source type of the operands to eliminate bitcasts.
72 ; Optimize bitcasts that are extracting low element of vector. This happens
95 ; Optimize bitcasts that are extracting other elements of a vector. This
120 ; Both bitcasts are unnecessary; change the extractelement.
D2008-01-06-BitCastAttributes.ll23 ; The rest should not have bitcasts remaining
Dopaque.ll2 ; Checks that bitcasts are not converted into GEP when
Dcompare-unescaped.ll95 ; the compare is folded to true since the folding compare looks through bitcasts.
107 ; the compare is folded to true since the folding compare looks through bitcasts.
Dbitcast-bitcast.ll3 ; Check all scalar / vector combinations for a pair of bitcasts.
/external/llvm/test/Transforms/CodeGenPrepare/X86/
Dcatchpad-phi-cast.ll4 ; Without these lines, CodeGenPrepare does not try to sink the bitcasts.
15 ; CodeGenPrepare will want to sink these bitcasts, but it selects the catchpad
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/X86/
Dcatchpad-phi-cast.ll4 ; Without these lines, CodeGenPrepare does not try to sink the bitcasts.
15 ; CodeGenPrepare will want to sink these bitcasts, but it selects the catchpad
/external/llvm-project/llvm/test/LTO/Resolution/X86/
Dappending-var.ll3 ; us to use bitcasts.
/external/llvm-project/llvm/test/Transforms/InstCombine/
D2008-01-06-BitCastAttributes.ll23 ; The rest should not have bitcasts remaining
Dopaque.ll2 ; Checks that bitcasts are not converted into GEP when
Dbitcast-bitcast.ll3 ; Check all scalar / vector combinations for a pair of bitcasts.
Dcompare-unescaped.ll122 ; the compare is folded to true since the folding compare looks through bitcasts.
135 ; the compare is folded to true since the folding compare looks through bitcasts.
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dbitcast-promote-widen.ll4 ; Test cases of bitcasts where one type needs to be widened and one needs to be promoted.
/external/XNNPACK/src/f32-sigmoid/
Dscalar-lut2048-p1-div.c.in14 #include <fp16/bitcasts.h>
17 // Note redefine as uint32[] to avoid redundant bitcasts.
Dscalar-lut64-p2-div.c.in14 #include <fp16/bitcasts.h>
17 // Note redefine as uint32[] to avoid redundant bitcasts.
/external/llvm-project/llvm/test/Transforms/RewriteStatepointsForGC/
Dvector-bitcast.ll4 ; A test to make sure that we can look through bitcasts of
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dbitcast-v4f16-v4i16.ll3 ; creating v4i16->v4f16 and v4f16->v4i16 bitcasts in the selection DAG is rather
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Fingerprint.pbtxt55 fingerprint values are invariant under reshapes and bitcasts as long as the
/external/llvm-project/llvm/test/Transforms/DCE/
Dbasic.ll59 ; It's not uncommon for two bitcasts to be made: one for lifetime, one for use.

1234