Searched refs:ResultOps (Results 1 – 3 of 3) sorted by relevance
118 SmallVector<uint64_t> ResultOps; in canonicalizeDwarfOperations() local127 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() local162 ResultOps.push_back(dwarf::DW_OP_lit0); in optimizeDwarfOperations()[all …]
135 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() argument637 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 …]
6250 std::vector<SDValue> ResultOps; in lowerImmediateIfPossible() local6251 TLI.LowerAsmOperandForConstraint(Op, P.first, ResultOps, *DAG); in lowerImmediateIfPossible()6252 return !ResultOps.empty(); in lowerImmediateIfPossible()