Home
last modified time | relevance | path

Searched refs:REPLICATE (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h169 REPLICATE, enumerator
H A DSystemZISelLowering.cpp837 Opcode = SystemZISD::REPLICATE; in isVectorConstantLegal()
5595 return DAG.getNode(SystemZISD::REPLICATE, DL, VT, Op1); in buildMergeScalars()
5598 return DAG.getNode(SystemZISD::REPLICATE, DL, VT, Op0); in buildMergeScalars()
5720 return DAG.getNode(SystemZISD::REPLICATE, DL, VT, Single); in buildVector()
5754 if (Op01.getOpcode() == SystemZISD::REPLICATE && Op01 == Op23) in buildVector()
5805 Result = DAG.getNode(SystemZISD::REPLICATE, DL, VT, ReplicatedVal); in buildVector()
5877 return DAG.getNode(SystemZISD::REPLICATE, DL, VT, Op0.getOperand(Index)); in lowerVECTOR_SHUFFLE()
6420 OPCODE(REPLICATE); in getTargetNodeName()
6929 if (UI->getOpcode() == SystemZISD::REPLICATE) { in combineLOAD()
7149 VCI.Opcode == SystemZISD::REPLICATE) { in combineSTORE()
[all …]
H A DSystemZISelDAGToDAG.cpp1180 VCI.Opcode == SystemZISD::REPLICATE || in loadVectorConstant()
H A DSystemZOperators.td324 def z_replicate : SDNode<"SystemZISD::REPLICATE", SDT_ZReplicate>;