Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2431 unsigned SrcExtOp = std::get<1>(MatchInfo); in applyCombineExtOfExt() local
2434 if (MI.getOpcode() == SrcExtOp) { in applyCombineExtOfExt()
2446 SrcExtOp == TargetOpcode::G_ZEXT)) { in applyCombineExtOfExt()
2449 Builder.buildInstr(SrcExtOp, {DstReg}, {Reg}); in applyCombineExtOfExt()
2472 unsigned SrcExtOp = MatchInfo.second; in applyCombineTruncOfExt() local
2483 Builder.buildInstr(SrcExtOp, {DstReg}, {SrcReg}); in applyCombineTruncOfExt()