Searched refs:VSUM (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 233 VSUM, enumerator
|
| H A D | SystemZISelLowering.cpp | 4926 Op = DAG.getNode(SystemZISD::VSUM, DL, VT, Op, Tmp); in lowerCTPOP() 4948 Op = DAG.getNode(SystemZISD::VSUM, DL, VT, Op, Tmp); in lowerCTPOP() 4954 Op = DAG.getNode(SystemZISD::VSUM, DL, MVT::v4i32, Op, Tmp); in lowerCTPOP() 4955 Op = DAG.getNode(SystemZISD::VSUM, DL, VT, Op, Tmp); in lowerCTPOP() 5381 return DAG.getNode(SystemZISD::VSUM, SDLoc(Op), Op.getValueType(), in lowerINTRINSIC_WO_CHAIN() 7444 OPCODE(VSUM); in getTargetNodeName() 11050 Op = DAG.getNode(SystemZISD::VSUM, DL, MVT::v4i32, Op, Zero); in lowerVECREDUCE_ADD() 11054 Op = DAG.getNode(SystemZISD::VSUM, DL, MVT::i128, Op, in lowerVECREDUCE_ADD()
|
| H A D | SystemZOperators.td | 377 def z_vsum : SDNode<"SystemZISD::VSUM", SDT_ZBinaryConv>;
|
| H A D | SystemZScheduleZ13.td | 1299 def : InstRW<[WLat4, VecMul, NormalGr], (instregex "VSUM(B|H)?$")>;
|
| H A D | SystemZScheduleZ17.td | 1387 def : InstRW<[WLat4, VecMul, NormalGr], (instregex "VSUM(B|H)?$")>;
|
| H A D | SystemZScheduleZ15.td | 1360 def : InstRW<[WLat4, VecMul, NormalGr], (instregex "VSUM(B|H)?$")>;
|
| H A D | SystemZScheduleZ14.td | 1321 def : InstRW<[WLat4, VecMul, NormalGr], (instregex "VSUM(B|H)?$")>;
|
| H A D | SystemZScheduleZ16.td | 1366 def : InstRW<[WLat4, VecMul, NormalGr], (instregex "VSUM(B|H)?$")>;
|
| H A D | SystemZInstrVector.td | 1043 def VSUM : BinaryVRRcGeneric<"vsum", 0xE764>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VVPInstrPatternsVec.td | 623 defm: Reduce_GenericInt<VectorVT, ResRC, ResVT, "add", "VSUM"#SumSuffix>;
|