Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h169 REPLICATE, enumerator
H A DSystemZISelLowering.cpp757 Opcode = SystemZISD::REPLICATE; in isVectorConstantLegal()
5193 return DAG.getNode(SystemZISD::REPLICATE, DL, VT, Op1); in buildMergeScalars()
5196 return DAG.getNode(SystemZISD::REPLICATE, DL, VT, Op0); in buildMergeScalars()
5315 return DAG.getNode(SystemZISD::REPLICATE, DL, VT, Single); in buildVector()
5349 if (Op01.getOpcode() == SystemZISD::REPLICATE && Op01 == Op23) in buildVector()
5400 Result = DAG.getNode(SystemZISD::REPLICATE, DL, VT, ReplicatedVal); in buildVector()
5956 OPCODE(REPLICATE); in getTargetNodeName()
6320 if (UI->getOpcode() == SystemZISD::REPLICATE) { in combineLOAD()
6463 VCI.Opcode == SystemZISD::REPLICATE) { in combineSTORE()
6488 VCI.Opcode == SystemZISD::REPLICATE && VCI.OpVals[0] == 1 && in combineSTORE()
[all …]
H A DSystemZOperators.td300 def z_replicate : SDNode<"SystemZISD::REPLICATE", SDT_ZReplicate>;
H A DSystemZISelDAGToDAG.cpp1159 VCI.Opcode == SystemZISD::REPLICATE || in loadVectorConstant()