Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp642 ResultOps.push_back(SlotNo - 1 + i); in EmitResultOfNamedOperand()
656 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultOfNamedOperand()
662 ResultOps.push_back(SlotNo + i); in EmitResultOfNamedOperand()
671 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
682 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
688 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
699 ResultOps.push_back(IDOperandNo); in EmitResultLeafAsOperand()
740 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
1008 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultSDNodeXFormAsOperand()
1015 return EmitResultOfNamedOperand(N, ResultOps); in EmitResultOperand()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5955 std::vector<SDValue> ResultOps; in lowerImmediateIfPossible() local
5956 TLI.LowerAsmOperandForConstraint(Op, P.first, ResultOps, *DAG); in lowerImmediateIfPossible()
5957 return !ResultOps.empty(); in lowerImmediateIfPossible()