Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h822 VECREDUCE_FADD, VECREDUCE_FMUL, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp390 case ISD::VECREDUCE_FMUL: return "vecreduce_fmul"; in getOperationName()
DLegalizeVectorTypes.cpp1656 case ISD::VECREDUCE_FMUL: in SplitVectorOperand()
1738 case ISD::VECREDUCE_FMUL: CombineOpc = ISD::FMUL; break; in SplitVecOp_VECREDUCE()
DSelectionDAGBuilder.cpp8254 Res = DAG.getNode(ISD::VECREDUCE_FMUL, dl, VT, Op2); in visitVectorReduce()