Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h931 VECREDUCE_FADD, VECREDUCE_FMUL, enumerator
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Dirtranslator-reductions.ll57 …; CHECK: [[VECREDUCE_FMUL:%[0-9]+]]:_(s64) = reassoc G_VECREDUCE_FMUL [[CONCAT_VECTORS]](<4 x s6…
58 ; CHECK: [[FMUL:%[0-9]+]]:_(s64) = reassoc G_FMUL [[COPY]], [[VECREDUCE_FMUL]]
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h1143 VECREDUCE_FMUL, enumerator
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp485 case ISD::VECREDUCE_FMUL: in LegalizeOp()
881 case ISD::VECREDUCE_FMUL: in Expand()
DSelectionDAGDumper.cpp459 case ISD::VECREDUCE_FMUL: return "vecreduce_fmul"; in getOperationName()
DLegalizeFloatTypes.cpp138 case ISD::VECREDUCE_FMUL: in SoftenFloatResult()
2259 case ISD::VECREDUCE_FMUL: in PromoteFloatResult()
2622 case ISD::VECREDUCE_FMUL: in SoftPromoteHalfResult()
DLegalizeVectorTypes.cpp617 case ISD::VECREDUCE_FMUL: in ScalarizeVectorOperand()
2118 case ISD::VECREDUCE_FMUL: in SplitVectorOperand()
4390 case ISD::VECREDUCE_FMUL: in WidenVectorOperand()
DLegalizeDAG.cpp1165 case ISD::VECREDUCE_FMUL: in LegalizeOp()
3938 case ISD::VECREDUCE_FMUL: in ExpandNode()
DSelectionDAG.cpp352 case ISD::VECREDUCE_FMUL: in getVecReduceBaseOpcode()
DSelectionDAGBuilder.cpp9046 DAG.getNode(ISD::VECREDUCE_FMUL, dl, VT, Op2, SDFlags), in visitVectorReduce()
DDAGCombiner.cpp1737 case ISD::VECREDUCE_FMUL: in visit()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp438 case ISD::VECREDUCE_FMUL: return "vecreduce_fmul"; in getOperationName()
DLegalizeVectorOps.cpp484 case ISD::VECREDUCE_FMUL: in LegalizeOp()
988 case ISD::VECREDUCE_FMUL: in Expand()
DLegalizeVectorTypes.cpp605 case ISD::VECREDUCE_FMUL: in ScalarizeVectorOperand()
1985 case ISD::VECREDUCE_FMUL: in SplitVectorOperand()
2071 case ISD::VECREDUCE_FMUL: CombineOpc = ISD::FMUL; break; in SplitVecOp_VECREDUCE()
4226 case ISD::VECREDUCE_FMUL: in WidenVectorOperand()
4714 case ISD::VECREDUCE_FMUL: in WidenVecOp_VECREDUCE()
DLegalizeDAG.cpp1149 case ISD::VECREDUCE_FMUL: in LegalizeOp()
3798 case ISD::VECREDUCE_FMUL: in ExpandNode()
DTargetLowering.cpp7612 case ISD::VECREDUCE_FMUL: BaseOpcode = ISD::FMUL; break; in expandVecReduce()
DSelectionDAGBuilder.cpp8976 DAG.getNode(ISD::VECREDUCE_FMUL, dl, VT, Op2)); in visitVectorReduce()
DDAGCombiner.cpp1614 case ISD::VECREDUCE_FMUL: in visit()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp713 setOperationAction(ISD::VECREDUCE_FMUL, VT, Expand); in initActions()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp831 setOperationAction(ISD::VECREDUCE_FMUL, VT, Expand); in initActions()
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp357 setOperationAction(ISD::VECREDUCE_FMUL, VT, Custom); in addMVEVectorTypes()
380 setOperationAction(ISD::VECREDUCE_FMUL, MVT::v4f16, Custom); in addMVEVectorTypes()
384 setOperationAction(ISD::VECREDUCE_FMUL, MVT::v2f16, Custom); in addMVEVectorTypes()
9532 case ISD::VECREDUCE_FMUL: BaseOpcode = ISD::FMUL; break; in LowerVecReduce()
9805 case ISD::VECREDUCE_FMUL: in LowerOperation()