Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h82 SmallVector<InstructionBuildSteps, 2> InstrsToBuild; member
85 std::initializer_list<InstructionBuildSteps> InstrsToBuild) in InstructionStepsMatchInfo()
86 : InstrsToBuild(InstrsToBuild) {} in InstructionStepsMatchInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2956 assert(MatchInfo.InstrsToBuild.size() && in applyBuildInstructionSteps()
2959 for (auto &InstrToBuild : MatchInfo.InstrsToBuild) { in applyBuildInstructionSteps()