Home
last modified time | relevance | path

Searched refs:Bitcast2 (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp10707 SDNode *Bitcast2 = *Trunc2->use_begin(); in PerformDAGCombine() local
10712 if (Bitcast2->getOpcode() != ISD::BITCAST || in PerformDAGCombine()
10713 Bitcast2->getValueType(0) != MVT::f32) in PerformDAGCombine()
10717 std::swap(Bitcast, Bitcast2); in PerformDAGCombine()
10750 DCI.CombineTo(Bitcast2, FloatLoad); in PerformDAGCombine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp13882 SDNode *Bitcast2 = *Trunc2->use_begin(); in PerformDAGCombine() local
13887 if (Bitcast2->getOpcode() != ISD::BITCAST || in PerformDAGCombine()
13888 Bitcast2->getValueType(0) != MVT::f32) in PerformDAGCombine()
13892 std::swap(Bitcast, Bitcast2); in PerformDAGCombine()
13925 DCI.CombineTo(Bitcast2, FloatLoad); in PerformDAGCombine()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp14950 SDNode *Bitcast2 = *Trunc2->use_begin(); in PerformDAGCombine() local
14955 if (Bitcast2->getOpcode() != ISD::BITCAST || in PerformDAGCombine()
14956 Bitcast2->getValueType(0) != MVT::f32) in PerformDAGCombine()
14960 std::swap(Bitcast, Bitcast2); in PerformDAGCombine()
14993 DCI.CombineTo(Bitcast2, FloatLoad); in PerformDAGCombine()
/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment_test.cc920 TEST_P(MemorySpaceAssignmentTest, Bitcast2) { in TEST_P() argument