Home
last modified time | relevance | path

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

/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13305 SDNode *Bitcast2 = *Trunc2->use_begin(); in PerformDAGCombine() local
13310 if (Bitcast2->getOpcode() != ISD::BITCAST || in PerformDAGCombine()
13311 Bitcast2->getValueType(0) != MVT::f32) in PerformDAGCombine()
13315 std::swap(Bitcast, Bitcast2); in PerformDAGCombine()
13348 DCI.CombineTo(Bitcast2, FloatLoad); in PerformDAGCombine()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12840 SDNode *Bitcast2 = *Trunc2->use_begin(); in PerformDAGCombine() local
12845 if (Bitcast2->getOpcode() != ISD::BITCAST || in PerformDAGCombine()
12846 Bitcast2->getValueType(0) != MVT::f32) in PerformDAGCombine()
12850 std::swap(Bitcast, Bitcast2); in PerformDAGCombine()
12883 DCI.CombineTo(Bitcast2, FloatLoad); in PerformDAGCombine()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12627 SDNode *Bitcast2 = *Trunc2->use_begin();
12632 if (Bitcast2->getOpcode() != ISD::BITCAST ||
12633 Bitcast2->getValueType(0) != MVT::f32)
12637 std::swap(Bitcast, Bitcast2);
12670 DCI.CombineTo(Bitcast2, FloatLoad);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14814 SDNode *Bitcast2 = *Trunc2->use_begin(); in PerformDAGCombine() local
14819 if (Bitcast2->getOpcode() != ISD::BITCAST || in PerformDAGCombine()
14820 Bitcast2->getValueType(0) != MVT::f32) in PerformDAGCombine()
14824 std::swap(Bitcast, Bitcast2); in PerformDAGCombine()
14857 DCI.CombineTo(Bitcast2, FloatLoad); in PerformDAGCombine()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13910 SDNode *Bitcast2 = *Trunc2->use_begin(); in PerformDAGCombine() local
13915 if (Bitcast2->getOpcode() != ISD::BITCAST || in PerformDAGCombine()
13916 Bitcast2->getValueType(0) != MVT::f32) in PerformDAGCombine()
13920 std::swap(Bitcast, Bitcast2); in PerformDAGCombine()
13953 DCI.CombineTo(Bitcast2, FloatLoad); in PerformDAGCombine()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14977 SDNode *Bitcast2 = *Trunc2->use_begin(); in PerformDAGCombine() local
14982 if (Bitcast2->getOpcode() != ISD::BITCAST || in PerformDAGCombine()
14983 Bitcast2->getValueType(0) != MVT::f32) in PerformDAGCombine()
14987 std::swap(Bitcast, Bitcast2); in PerformDAGCombine()
15020 DCI.CombineTo(Bitcast2, FloatLoad); in PerformDAGCombine()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13910 SDNode *Bitcast2 = *Trunc2->use_begin(); in PerformDAGCombine() local
13915 if (Bitcast2->getOpcode() != ISD::BITCAST || in PerformDAGCombine()
13916 Bitcast2->getValueType(0) != MVT::f32) in PerformDAGCombine()
13920 std::swap(Bitcast, Bitcast2); in PerformDAGCombine()
13953 DCI.CombineTo(Bitcast2, FloatLoad); in PerformDAGCombine()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14372 SDNode *Bitcast2 = *Trunc2->use_begin(); in PerformDAGCombine() local
14377 if (Bitcast2->getOpcode() != ISD::BITCAST || in PerformDAGCombine()
14378 Bitcast2->getValueType(0) != MVT::f32) in PerformDAGCombine()
14382 std::swap(Bitcast, Bitcast2); in PerformDAGCombine()
14415 DCI.CombineTo(Bitcast2, FloatLoad); in PerformDAGCombine()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15003 SDNode *Bitcast2 = *Trunc2->use_begin(); in PerformDAGCombine() local
15008 if (Bitcast2->getOpcode() != ISD::BITCAST || in PerformDAGCombine()
15009 Bitcast2->getValueType(0) != MVT::f32) in PerformDAGCombine()
15013 std::swap(Bitcast, Bitcast2); in PerformDAGCombine()
15046 DCI.CombineTo(Bitcast2, FloatLoad); in PerformDAGCombine()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A 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()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14372 SDNode *Bitcast2 = *Trunc2->use_begin(); in PerformDAGCombine() local
14377 if (Bitcast2->getOpcode() != ISD::BITCAST || in PerformDAGCombine()
14378 Bitcast2->getValueType(0) != MVT::f32) in PerformDAGCombine()
14382 std::swap(Bitcast, Bitcast2); in PerformDAGCombine()
14415 DCI.CombineTo(Bitcast2, FloatLoad); in PerformDAGCombine()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14932 SDNode *Bitcast2 = *Trunc2->use_begin();
14937 if (Bitcast2->getOpcode() != ISD::BITCAST ||
14938 Bitcast2->getValueType(0) != MVT::f32)
14942 std::swap(Bitcast, Bitcast2);
14975 DCI.CombineTo(Bitcast2, FloatLoad);
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14932 SDNode *Bitcast2 = *Trunc2->use_begin(); in PerformDAGCombine() local
14937 if (Bitcast2->getOpcode() != ISD::BITCAST || in PerformDAGCombine()
14938 Bitcast2->getValueType(0) != MVT::f32) in PerformDAGCombine()
14942 std::swap(Bitcast, Bitcast2); in PerformDAGCombine()
14975 DCI.CombineTo(Bitcast2, FloatLoad); in PerformDAGCombine()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14932 SDNode *Bitcast2 = *Trunc2->use_begin(); in PerformDAGCombine() local
14937 if (Bitcast2->getOpcode() != ISD::BITCAST || in PerformDAGCombine()
14938 Bitcast2->getValueType(0) != MVT::f32) in PerformDAGCombine()
14942 std::swap(Bitcast, Bitcast2); in PerformDAGCombine()
14975 DCI.CombineTo(Bitcast2, FloatLoad); in PerformDAGCombine()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15056 SDNode *Bitcast2 = *Trunc2->use_begin(); in PerformDAGCombine() local
15061 if (Bitcast2->getOpcode() != ISD::BITCAST || in PerformDAGCombine()
15062 Bitcast2->getValueType(0) != MVT::f32) in PerformDAGCombine()
15066 std::swap(Bitcast, Bitcast2); in PerformDAGCombine()
15099 DCI.CombineTo(Bitcast2, FloatLoad); in PerformDAGCombine()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14932 SDNode *Bitcast2 = *Trunc2->use_begin(); in PerformDAGCombine() local
14937 if (Bitcast2->getOpcode() != ISD::BITCAST || in PerformDAGCombine()
14938 Bitcast2->getValueType(0) != MVT::f32) in PerformDAGCombine()
14942 std::swap(Bitcast, Bitcast2); in PerformDAGCombine()
14975 DCI.CombineTo(Bitcast2, FloatLoad); in PerformDAGCombine()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14932 SDNode *Bitcast2 = *Trunc2->use_begin(); in PerformDAGCombine() local
14937 if (Bitcast2->getOpcode() != ISD::BITCAST || in PerformDAGCombine()
14938 Bitcast2->getValueType(0) != MVT::f32) in PerformDAGCombine()
14942 std::swap(Bitcast, Bitcast2); in PerformDAGCombine()
14975 DCI.CombineTo(Bitcast2, FloatLoad); in PerformDAGCombine()