Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h938 VECREDUCE_AND, VECREDUCE_OR, VECREDUCE_XOR, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp477 case ISD::VECREDUCE_OR: in LegalizeOp()
981 case ISD::VECREDUCE_OR: in Expand()
DSelectionDAGDumper.cpp443 case ISD::VECREDUCE_OR: return "vecreduce_or"; in getOperationName()
DLegalizeVectorTypes.cpp609 case ISD::VECREDUCE_OR: in ScalarizeVectorOperand()
1989 case ISD::VECREDUCE_OR: in SplitVectorOperand()
2075 case ISD::VECREDUCE_OR: CombineOpc = ISD::OR; break; in SplitVecOp_VECREDUCE()
4230 case ISD::VECREDUCE_OR: in WidenVectorOperand()
4691 case ISD::VECREDUCE_OR: in WidenVecOp_VECREDUCE()
DLegalizeIntegerTypes.cpp193 case ISD::VECREDUCE_OR: in PromoteIntegerResult()
1316 case ISD::VECREDUCE_OR: in PromoteIntegerOperand()
1739 case ISD::VECREDUCE_OR: in PromoteIntOp_VECREDUCE()
1922 case ISD::VECREDUCE_OR: in ExpandIntegerResult()
DLegalizeDAG.cpp1153 case ISD::VECREDUCE_OR: in LegalizeOp()
3802 case ISD::VECREDUCE_OR: in ExpandNode()
DTargetLowering.cpp7616 case ISD::VECREDUCE_OR: BaseOpcode = ISD::OR; break; in expandVecReduce()
DDAGCombiner.cpp1618 case ISD::VECREDUCE_OR: in visit()
19755 if (Opcode == ISD::VECREDUCE_AND || Opcode == ISD::VECREDUCE_OR) { in visitVECREDUCE()
DSelectionDAGBuilder.cpp8990 Res = DAG.getNode(ISD::VECREDUCE_OR, dl, VT, Op1); in visitVectorReduce()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp717 setOperationAction(ISD::VECREDUCE_OR, VT, Expand); in initActions()