Searched refs:DestOp (Results 1 – 3 of 3) sorted by relevance
170 ACPI_PARSE_OBJECT *DestOp);189 ACPI_PARSE_OBJECT *DestOp; in OpcDoPrintf() local194 DestOp = TrAllocateOp (PARSEOP_DEBUG); in OpcDoPrintf()195 DestOp->Asl.AmlOpcode = AML_DEBUG_OP; in OpcDoPrintf()196 DestOp->Asl.Parent = Op; in OpcDoPrintf()197 DestOp->Asl.LogicalLineNumber = Op->Asl.LogicalLineNumber; 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()[all …]
351 std::pair<unsigned, unsigned> DestOp = (FirstIsDest ? LHSOp : RHSOp); in ParseConstraint() local357 if (DestOp.first >= Ops.NumDefs) in ParseConstraint()374 unsigned DestFlatOpNo = Ops.getFlattenedOperandNumber(DestOp); in ParseConstraint()
1513 SDValue DestOp; in getBitcastedAnyExtOrTrunc() local1517 DestOp = getBitcast(EVT::getIntegerVT(*Context, Size), Op); in getBitcastedAnyExtOrTrunc()1518 if (DestOp.getValueType() == VT) in getBitcastedAnyExtOrTrunc()1519 return DestOp; in getBitcastedAnyExtOrTrunc()1521 return getAnyExtOrTrunc(DestOp, DL, VT); in getBitcastedAnyExtOrTrunc()1528 SDValue DestOp; in getBitcastedSExtOrTrunc() local1532 DestOp = getBitcast(MVT::getIntegerVT(Size), Op); in getBitcastedSExtOrTrunc()1533 if (DestOp.getValueType() == VT) in getBitcastedSExtOrTrunc()1534 return DestOp; in getBitcastedSExtOrTrunc()1536 return getSExtOrTrunc(DestOp, DL, VT); in getBitcastedSExtOrTrunc()[all …]