Searched refs:DestOp (Results 1 – 3 of 3) sorted by relevance
170 ACPI_PARSE_OBJECT *DestOp);189 ACPI_PARSE_OBJECT *DestOp; in OpcDoPrintf() local196 DestOp->Asl.Parent = Op; in OpcDoPrintf()199 OpcParsePrintf (Op, DestOp); in OpcDoPrintf()219 ACPI_PARSE_OBJECT *DestOp; in OpcDoFprintf() local224 DestOp = Op->Asl.Child; in OpcDoFprintf()225 Op->Asl.Child = DestOp->Asl.Next; in OpcDoFprintf()226 DestOp->Asl.Next = NULL; in OpcDoFprintf()228 OpcParsePrintf (Op, DestOp); in OpcDoFprintf()253 ACPI_PARSE_OBJECT *DestOp) in OpcParsePrintf() argument[all …]
356 std::pair<unsigned,unsigned> DestOp = (FirstIsDest ? LHSOp : RHSOp); in ParseConstraint() local362 if (DestOp.first >= Ops.NumDefs) in ParseConstraint()379 unsigned DestFlatOpNo = Ops.getFlattenedOperandNumber(DestOp); in ParseConstraint()
1472 SDValue DestOp; in getBitcastedAnyExtOrTrunc() local1477 if (DestOp.getValueType() == VT) in getBitcastedAnyExtOrTrunc()1478 return DestOp; in getBitcastedAnyExtOrTrunc()1487 SDValue DestOp; in getBitcastedSExtOrTrunc() local1492 if (DestOp.getValueType() == VT) in getBitcastedSExtOrTrunc()1493 return DestOp; in getBitcastedSExtOrTrunc()1495 return getSExtOrTrunc(DestOp, DL, VT); in getBitcastedSExtOrTrunc()1502 SDValue DestOp; in getBitcastedZExtOrTrunc() local1507 if (DestOp.getValueType() == VT) in getBitcastedZExtOrTrunc()1508 return DestOp; in getBitcastedZExtOrTrunc()[all …]