Searched refs:VACC (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 231 VACC, VSCBI, enumerator
|
H A D | SystemZOperators.td | 297 def z_vacc : SDNode<"SystemZISD::VACC", SDTIntBinOp>;
|
H A D | SystemZISelLowering.cpp | 4285 FlagOp = SystemZISD::VACC; in lowerXALUO() 4896 return DAG.getNode(SystemZISD::VACC, SDLoc(Op), Op.getValueType(), in lowerINTRINSIC_WO_CHAIN() 6440 OPCODE(VACC); in getTargetNodeName()
|
H A D | SystemZScheduleZ13.td | 1245 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VACC(B|F|G|H|Q|C|CQ)?$")>;
|
H A D | SystemZScheduleZ14.td | 1266 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VACC(B|F|G|H|Q|C|CQ)?$")>;
|
H A D | SystemZScheduleZ15.td | 1303 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VACC(B|F|G|H|Q|C|CQ)?$")>;
|
H A D | SystemZScheduleZ16.td | 1309 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VACC(B|F|G|H|Q|C|CQ)?$")>;
|
H A D | SystemZInstrVector.td | 486 def VACC : BinaryVRRcGeneric<"vacc", 0xE7F1>;
|