Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h83 SmallVector<InstructionBuildSteps, 2> InstrsToBuild; member
86 std::initializer_list<InstructionBuildSteps> InstrsToBuild) in InstructionStepsMatchInfo()
87 : InstrsToBuild(InstrsToBuild) {} in InstructionStepsMatchInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3008 assert(MatchInfo.InstrsToBuild.size() && in applyBuildInstructionSteps()
3011 for (auto &InstrToBuild : MatchInfo.InstrsToBuild) { in applyBuildInstructionSteps()