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.h96 SmallVector<InstructionBuildSteps, 2> InstrsToBuild; member
99 std::initializer_list<InstructionBuildSteps> InstrsToBuild) in InstructionStepsMatchInfo()
100 : InstrsToBuild(InstrsToBuild) {} in InstructionStepsMatchInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3214 assert(MatchInfo.InstrsToBuild.size() && in applyBuildInstructionSteps()
3216 for (auto &InstrToBuild : MatchInfo.InstrsToBuild) { in applyBuildInstructionSteps()