Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2121 SDValue ExtendInLHS = ExtendLHS->getOperand(0); in performLowerPartialReduction() local
2125 if (ExtendInLHS->getValueType(0) == MVT::v8i16) { in performLowerPartialReduction()
2129 ExtendInLHS, ExtendInRHS); in performLowerPartialReduction()
2137 SDValue LowLHS = DAG.getNode(LowOpc, DL, MVT::v4i32, ExtendInLHS); in performLowerPartialReduction()
2139 SDValue HighLHS = DAG.getNode(HighOpc, DL, MVT::v4i32, ExtendInLHS); in performLowerPartialReduction()
2147 assert(ExtendInLHS->getValueType(0) == MVT::v16i8 && in performLowerPartialReduction()
2154 SDValue LowLHS = DAG.getNode(LowOpc, DL, MVT::v8i16, ExtendInLHS); in performLowerPartialReduction()
2156 SDValue HighLHS = DAG.getNode(HighOpc, DL, MVT::v8i16, ExtendInLHS); in performLowerPartialReduction()
2168 SDValue LowLHS = DAG.getNode(LowOpc, DL, MVT::v8i16, ExtendInLHS); in performLowerPartialReduction()
2170 SDValue HighLHS = DAG.getNode(HighOpc, DL, MVT::v8i16, ExtendInLHS); in performLowerPartialReduction()
[all …]