Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp133 SmallVectorImpl<unsigned> &ResultOps);
135 SmallVectorImpl<unsigned> &ResultOps);
137 SmallVectorImpl<unsigned> &ResultOps);
139 SmallVectorImpl<unsigned> &ResultOps);
141 SmallVectorImpl<unsigned> &ResultOps);
641 SmallVectorImpl<unsigned> &ResultOps){ in EmitResultOfNamedOperand() argument
648 ResultOps.push_back(SlotNo - 1 + i); in EmitResultOfNamedOperand()
662 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultOfNamedOperand()
668 ResultOps.push_back(SlotNo + i); in EmitResultOfNamedOperand()
672 SmallVectorImpl<unsigned> &ResultOps) { in EmitResultLeafAsOperand() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4945 std::vector<SDValue> ResultOps; in ChooseConstraint() local
4947 ResultOps, *DAG); in ChooseConstraint()
4948 if (!ResultOps.empty()) { in ChooseConstraint()