Searched refs:bitcasts (Results 1 – 25 of 95) sorted by relevance
1234
71 include/fp16/bitcasts.h84 include/fp16/bitcasts.h139 ADD_EXECUTABLE(bitcasts-test test/bitcasts.cc)140 TARGET_LINK_LIBRARIES(bitcasts-test fp16 gtest gtest_main)141 ADD_TEST(bitcasts bitcasts-test)
91 "test/bitcasts.cc",
447 std::vector<HloInstruction*> bitcasts; in Fuse() local454 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()
7 ; Check that we can find inttoptr -> illegal bitcasts when hidden
13 4) bitcasts from vectors to scalars: PR2804
3 ; us to use bitcasts.
4 ; Without these lines, CodeGenPrepare does not try to sink the bitcasts.15 ; CodeGenPrepare will want to sink these bitcasts, but it selects the catchpad
19 ; 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 happens95 ; Optimize bitcasts that are extracting other elements of a vector. This120 ; Both bitcasts are unnecessary; change the extractelement.
23 ; The rest should not have bitcasts remaining
2 ; Checks that bitcasts are not converted into GEP when
95 ; 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.
3 ; Check all scalar / vector combinations for a pair of bitcasts.
122 ; 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.
4 ; Test cases of bitcasts where one type needs to be widened and one needs to be promoted.
4 ; A test to make sure that we can look through bitcasts of
14 #include <fp16/bitcasts.h>17 // Note redefine as uint32[] to avoid redundant bitcasts.
3 ; creating v4i16->v4f16 and v4f16->v4i16 bitcasts in the selection DAG is rather
55 fingerprint values are invariant under reshapes and bitcasts as long as the
59 ; It's not uncommon for two bitcasts to be made: one for lifetime, one for use.