Searched refs:UNPACKL_LOW (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 219 UNPACKL_LOW, enumerator
|
D | SystemZOperators.td | 234 def z_unpackl_low : SDNode<"SystemZISD::UNPACKL_LOW", SDT_ZVecUnaryConv>;
|
D | SystemZISelLowering.cpp | 3488 return DAG.getNode(SystemZISD::UNPACKL_LOW, SDLoc(Op), Op.getValueType(), in lowerINTRINSIC_WO_CHAIN() 4652 OPCODE(UNPACKL_LOW); in getTargetNodeName() 4904 SystemZISD::UNPACKL_HIGH : SystemZISD::UNPACKL_LOW); in combineMERGE()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 223 UNPACKL_LOW, enumerator
|
D | SystemZOperators.td | 315 def z_unpackl_low : SDNode<"SystemZISD::UNPACKL_LOW", SDT_ZVecUnaryConv>;
|
D | SystemZISelLowering.cpp | 3725 return DAG.getNode(SystemZISD::UNPACKL_LOW, SDLoc(Op), Op.getValueType(), in lowerINTRINSIC_WO_CHAIN() 5039 OPCODE(UNPACKL_LOW); in getTargetNodeName() 5346 SystemZISD::UNPACKL_HIGH : SystemZISD::UNPACKL_LOW); in combineMERGE()
|