Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2122 SDValue ExtendInRHS = ExtendRHS->getOperand(0); in performLowerPartialReduction() local
2129 ExtendInLHS, ExtendInRHS); in performLowerPartialReduction()
2138 SDValue LowRHS = DAG.getNode(LowOpc, DL, MVT::v4i32, ExtendInRHS); in performLowerPartialReduction()
2140 SDValue HighRHS = DAG.getNode(HighOpc, DL, MVT::v4i32, ExtendInRHS); in performLowerPartialReduction()
2155 SDValue LowRHS = DAG.getNode(LowOpc, DL, MVT::v8i16, ExtendInRHS); in performLowerPartialReduction()
2157 SDValue HighRHS = DAG.getNode(HighOpc, DL, MVT::v8i16, ExtendInRHS); in performLowerPartialReduction()
2169 SDValue LowRHS = DAG.getNode(LowOpc, DL, MVT::v8i16, ExtendInRHS); in performLowerPartialReduction()
2171 SDValue HighRHS = DAG.getNode(HighOpc, DL, MVT::v8i16, ExtendInRHS); in performLowerPartialReduction()
3462 SDValue ExtendInRHS = RHS->getOperand(0); in performMulCombine() local
3478 SDValue LowRHS = GetExtendLow(MVT::v8i16, ExtendInRHS); in performMulCombine()
[all …]