Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp134 SmallVectorImpl<unsigned> &ResultOps);
136 SmallVectorImpl<unsigned> &ResultOps);
138 SmallVectorImpl<unsigned> &ResultOps);
140 SmallVectorImpl<unsigned> &ResultOps);
142 SmallVectorImpl<unsigned> &ResultOps);
642 SmallVectorImpl<unsigned> &ResultOps){ in EmitResultOfNamedOperand() argument
649 ResultOps.push_back(SlotNo - 1 + i); in EmitResultOfNamedOperand()
663 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultOfNamedOperand()
669 ResultOps.push_back(SlotNo + i); in EmitResultOfNamedOperand()
673 SmallVectorImpl<unsigned> &ResultOps) { in EmitResultLeafAsOperand() argument
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5696 std::vector<SDValue> ResultOps; in ChooseConstraint() local
5698 ResultOps, *DAG); in ChooseConstraint()
5699 if (!ResultOps.empty()) { in ChooseConstraint()