Home
last modified time | relevance | path

Searched refs:PERMUTE_DWORDS (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h197 PERMUTE_DWORDS, enumerator
DSystemZISelLowering.cpp3460 return DAG.getNode(SystemZISD::PERMUTE_DWORDS, SDLoc(Op), Op.getValueType(), in lowerINTRINSIC_WO_CHAIN()
3551 { SystemZISD::PERMUTE_DWORDS, 4,
3554 { SystemZISD::PERMUTE_DWORDS, 1,
3730 unsigned InBytes = (P.Opcode == SystemZISD::PERMUTE_DWORDS ? 8 : in getPermuteNode()
3739 if (P.Opcode == SystemZISD::PERMUTE_DWORDS) { in getPermuteNode()
3741 Op = DAG.getNode(SystemZISD::PERMUTE_DWORDS, DL, InVT, Op0, Op1, Op2); in getPermuteNode()
4644 OPCODE(PERMUTE_DWORDS); in getTargetNodeName()
DSystemZOperators.td223 def z_permute_dwords : SDNode<"SystemZISD::PERMUTE_DWORDS",
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h201 PERMUTE_DWORDS, enumerator
DSystemZISelLowering.cpp3697 return DAG.getNode(SystemZISD::PERMUTE_DWORDS, SDLoc(Op), Op.getValueType(), in lowerINTRINSIC_WO_CHAIN()
3788 { SystemZISD::PERMUTE_DWORDS, 4,
3791 { SystemZISD::PERMUTE_DWORDS, 1,
3981 unsigned InBytes = (P.Opcode == SystemZISD::PERMUTE_DWORDS ? 8 : in getPermuteNode()
3990 if (P.Opcode == SystemZISD::PERMUTE_DWORDS) { in getPermuteNode()
3992 Op = DAG.getNode(SystemZISD::PERMUTE_DWORDS, DL, InVT, Op0, Op1, Op2); in getPermuteNode()
5031 OPCODE(PERMUTE_DWORDS); in getTargetNodeName()
DSystemZOperators.td306 def z_permute_dwords : SDNode<"SystemZISD::PERMUTE_DWORDS",