Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIExpressionOptimizer.cpp118 SmallVector<uint64_t> ResultOps; in canonicalizeDwarfOperations() local
127 ResultOps.push_back(dwarf::DW_OP_constu); in canonicalizeDwarfOperations()
128 ResultOps.push_back(OpRaw - dwarf::DW_OP_lit0); in canonicalizeDwarfOperations()
133 ResultOps.push_back(dwarf::DW_OP_constu); in canonicalizeDwarfOperations()
134 ResultOps.push_back(Op->getArg(0)); in canonicalizeDwarfOperations()
135 ResultOps.push_back(dwarf::DW_OP_plus); in canonicalizeDwarfOperations()
141 ResultOps.append(WorkingOps.begin() + PrevLoc, WorkingOps.begin() + Loc); in canonicalizeDwarfOperations()
143 return ResultOps; in canonicalizeDwarfOperations()
153 SmallVector<uint64_t> ResultOps; in optimizeDwarfOperations() local
162 ResultOps.push_back(dwarf::DW_OP_lit0); in optimizeDwarfOperations()
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp135 SmallVectorImpl<unsigned> &ResultOps);
137 SmallVectorImpl<unsigned> &ResultOps);
139 SmallVectorImpl<unsigned> &ResultOps);
141 SmallVectorImpl<unsigned> &ResultOps);
143 SmallVectorImpl<unsigned> &ResultOps);
630 const TreePatternNode &N, SmallVectorImpl<unsigned> &ResultOps) { in EmitResultOfNamedOperand() argument
637 ResultOps.push_back(SlotNo - 1 + i); in EmitResultOfNamedOperand()
651 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultOfNamedOperand()
657 ResultOps.push_back(SlotNo + i); in EmitResultOfNamedOperand()
661 SmallVectorImpl<unsigned> &ResultOps) { in EmitResultLeafAsOperand() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6250 std::vector<SDValue> ResultOps; in lowerImmediateIfPossible() local
6251 TLI.LowerAsmOperandForConstraint(Op, P.first, ResultOps, *DAG); in lowerImmediateIfPossible()
6252 return !ResultOps.empty(); in lowerImmediateIfPossible()