Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h99 struct InstructionStepsMatchInfo { struct
102 InstructionStepsMatchInfo() = default; argument
103 InstructionStepsMatchInfo( in InstructionStepsMatchInfo() function
491 InstructionStepsMatchInfo &MatchInfo);
495 InstructionStepsMatchInfo &MatchInfo);
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2631 MachineInstr &MI, InstructionStepsMatchInfo &MatchInfo) { in matchHoistLogicOpWithSameOpcodeHands()
2717 MatchInfo = InstructionStepsMatchInfo({LogicSteps, HandSteps}); in matchHoistLogicOpWithSameOpcodeHands()
2722 MachineInstr &MI, InstructionStepsMatchInfo &MatchInfo) { in applyBuildInstructionSteps()
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td88 def instruction_steps_matchdata: GIDefMatchData<"InstructionStepsMatchInfo">;