Home
last modified time | relevance | path

Searched refs:DestOp (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Daslprintf.c170 ACPI_PARSE_OBJECT *DestOp);
189 ACPI_PARSE_OBJECT *DestOp; in OpcDoPrintf() local
196 DestOp->Asl.Parent = Op; in OpcDoPrintf()
199 OpcParsePrintf (Op, DestOp); in OpcDoPrintf()
219 ACPI_PARSE_OBJECT *DestOp; in OpcDoFprintf() local
224 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 …]
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp356 std::pair<unsigned,unsigned> DestOp = (FirstIsDest ? LHSOp : RHSOp); in ParseConstraint() local
362 if (DestOp.first >= Ops.NumDefs) in ParseConstraint()
379 unsigned DestFlatOpNo = Ops.getFlattenedOperandNumber(DestOp); in ParseConstraint()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1472 SDValue DestOp; in getBitcastedAnyExtOrTrunc() local
1477 if (DestOp.getValueType() == VT) in getBitcastedAnyExtOrTrunc()
1478 return DestOp; in getBitcastedAnyExtOrTrunc()
1487 SDValue DestOp; in getBitcastedSExtOrTrunc() local
1492 if (DestOp.getValueType() == VT) in getBitcastedSExtOrTrunc()
1493 return DestOp; in getBitcastedSExtOrTrunc()
1495 return getSExtOrTrunc(DestOp, DL, VT); in getBitcastedSExtOrTrunc()
1502 SDValue DestOp; in getBitcastedZExtOrTrunc() local
1507 if (DestOp.getValueType() == VT) in getBitcastedZExtOrTrunc()
1508 return DestOp; in getBitcastedZExtOrTrunc()
[all …]