Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h827 VECREDUCE_FMAX, VECREDUCE_FMIN, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp402 case ISD::VECREDUCE_FMIN: return "vecreduce_fmin"; in getOperationName()
DLegalizeVectorTypes.cpp1667 case ISD::VECREDUCE_FMIN: in SplitVectorOperand()
1751 case ISD::VECREDUCE_FMIN: in SplitVecOp_VECREDUCE()
DSelectionDAGBuilder.cpp8289 Res = DAG.getNode(ISD::VECREDUCE_FMIN, dl, VT, Op1); in visitVectorReduce()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp706 setOperationAction(ISD::VECREDUCE_FMIN, VT, Custom); in AArch64TargetLowering()
2891 case ISD::VECREDUCE_FMIN: in LowerOperation()
7669 case ISD::VECREDUCE_FMIN: { in LowerVECREDUCE()