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.cpp116 SmallVector<uint64_t> ResultOps; in canonicalizeDwarfOperations() local
125 ResultOps.push_back(dwarf::DW_OP_constu); in canonicalizeDwarfOperations()
126 ResultOps.push_back(OpRaw - dwarf::DW_OP_lit0); in canonicalizeDwarfOperations()
131 ResultOps.push_back(dwarf::DW_OP_constu); in canonicalizeDwarfOperations()
132 ResultOps.push_back(Op->getArg(0)); in canonicalizeDwarfOperations()
133 ResultOps.push_back(dwarf::DW_OP_plus); in canonicalizeDwarfOperations()
139 ResultOps.append(WorkingOps.begin() + PrevLoc, WorkingOps.begin() + Loc); in canonicalizeDwarfOperations()
141 return ResultOps; in canonicalizeDwarfOperations()
151 SmallVector<uint64_t> ResultOps; in optimizeDwarfOperations() local
160 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);
634 const TreePatternNode &N, SmallVectorImpl<unsigned> &ResultOps) { in EmitResultOfNamedOperand() argument
641 ResultOps.push_back(SlotNo - 1 + i); in EmitResultOfNamedOperand()
655 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultOfNamedOperand()
661 ResultOps.push_back(SlotNo + i); in EmitResultOfNamedOperand()
665 SmallVectorImpl<unsigned> &ResultOps) { in EmitResultLeafAsOperand() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6030 std::vector<SDValue> ResultOps; in lowerImmediateIfPossible() local
6031 TLI.LowerAsmOperandForConstraint(Op, P.first, ResultOps, *DAG); in lowerImmediateIfPossible()
6032 return !ResultOps.empty(); in lowerImmediateIfPossible()