Searched refs:ResultOps (Results 1 – 3 of 3) sorted by relevance
116 SmallVector<uint64_t> ResultOps; in canonicalizeDwarfOperations() local125 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() local160 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);634 const TreePatternNode &N, SmallVectorImpl<unsigned> &ResultOps) { in EmitResultOfNamedOperand() argument641 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 …]
6030 std::vector<SDValue> ResultOps; in lowerImmediateIfPossible() local6031 TLI.LowerAsmOperandForConstraint(Op, P.first, ResultOps, *DAG); in lowerImmediateIfPossible()6032 return !ResultOps.empty(); in lowerImmediateIfPossible()