Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h91 struct InstructionBuildSteps { struct
94 InstructionBuildSteps() = default; argument
95 InstructionBuildSteps(unsigned Opcode, const OperandBuildSteps &OperandFns) in InstructionBuildSteps() argument
101 SmallVector<InstructionBuildSteps, 2> InstrsToBuild;
104 std::initializer_list<InstructionBuildSteps> InstrsToBuild) in InstructionStepsMatchInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2706 InstructionBuildSteps LogicSteps(LogicOpcode, LogicBuildSteps); in matchHoistLogicOpWithSameOpcodeHands()
2715 InstructionBuildSteps HandSteps(HandOpcode, HandBuildSteps); in matchHoistLogicOpWithSameOpcodeHands()