Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h75 OperandBuildSteps OperandFns; /// Operands to be added to the instruction. member
77 InstructionBuildSteps(unsigned Opcode, const OperandBuildSteps &OperandFns) in InstructionBuildSteps()
78 : Opcode(Opcode), OperandFns(OperandFns) {} in InstructionBuildSteps()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3013 assert(InstrToBuild.OperandFns.size() && "Expected at least one operand?"); in applyBuildInstructionSteps()
3015 for (auto &OperandFn : InstrToBuild.OperandFns) in applyBuildInstructionSteps()