Home
last modified time | relevance | path

Searched refs:VECREDUCE_FADD (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.cpp388 case ISD::VECREDUCE_FADD: return "vecreduce_fadd"; in getOperationName()
DLegalizeVectorTypes.cpp1655 case ISD::VECREDUCE_FADD: in SplitVectorOperand()
1737 case ISD::VECREDUCE_FADD: CombineOpc = ISD::FADD; break; in SplitVecOp_VECREDUCE()
DSelectionDAGBuilder.cpp8248 Res = DAG.getNode(ISD::VECREDUCE_FADD, dl, VT, Op2); in visitVectorReduce()