Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h94 struct InstructionStepsMatchInfo { struct
97 InstructionStepsMatchInfo() = default; argument
98 InstructionStepsMatchInfo( in InstructionStepsMatchInfo() function
503 InstructionStepsMatchInfo &MatchInfo);
507 InstructionStepsMatchInfo &MatchInfo);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3105 MachineInstr &MI, InstructionStepsMatchInfo &MatchInfo) { in matchHoistLogicOpWithSameOpcodeHands()
3208 MatchInfo = InstructionStepsMatchInfo({LogicSteps, HandSteps}); in matchHoistLogicOpWithSameOpcodeHands()
3213 MachineInstr &MI, InstructionStepsMatchInfo &MatchInfo) { in applyBuildInstructionSteps()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td194 def instruction_steps_matchdata: GIDefMatchData<"InstructionStepsMatchInfo">;