Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h97 SmallVector<InstructionBuildSteps, 2> InstrsToBuild; member
100 std::initializer_list<InstructionBuildSteps> InstrsToBuild) in InstructionStepsMatchInfo()
101 : InstrsToBuild(InstrsToBuild) {} in InstructionStepsMatchInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3249 assert(MatchInfo.InstrsToBuild.size() && in applyBuildInstructionSteps()
3251 for (auto &InstrToBuild : MatchInfo.InstrsToBuild) { in applyBuildInstructionSteps()