Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h183 MERGE_LOW, enumerator
DSystemZOperators.td304 def z_merge_low : SDNode<"SystemZISD::MERGE_LOW", SDT_ZVecBinary>;
DSystemZISelLowering.cpp4550 { SystemZISD::MERGE_LOW, 8,
4553 { SystemZISD::MERGE_LOW, 4,
4556 { SystemZISD::MERGE_LOW, 2,
4559 { SystemZISD::MERGE_LOW, 1,
5960 OPCODE(MERGE_LOW); in getTargetNodeName()
7135 case SystemZISD::MERGE_LOW: return combineMERGE(N, DCI); in PerformDAGCombine()