Home
last modified time | relevance | path

Searched refs:MERGE_LOW (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h186 MERGE_LOW, enumerator
DSystemZISelLowering.cpp3530 { SystemZISD::MERGE_LOW, 8,
3533 { SystemZISD::MERGE_LOW, 4,
3536 { SystemZISD::MERGE_LOW, 2,
3539 { SystemZISD::MERGE_LOW, 1,
4642 OPCODE(MERGE_LOW); in getTargetNodeName()
5131 case SystemZISD::MERGE_LOW: return combineMERGE(N, DCI); in PerformDAGCombine()
DSystemZOperators.td221 def z_merge_low : SDNode<"SystemZISD::MERGE_LOW", SDT_ZVecBinary>;