Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Dasltransform.c626 ACPI_PARSE_OBJECT *DefaultOp = NULL; in TrDoSwitch() local
820 if (DefaultOp) in TrDoSwitch()
832 DefaultOp = Next; in TrDoSwitch()
846 if (DefaultOp) in TrDoSwitch()
854 TrAmlInitNode (DefaultOp, PARSEOP_ELSE); in TrDoSwitch()
855 DefaultOp->Asl.Parent = Conditional->Asl.Parent; in TrDoSwitch()
859 TrAmlInsertPeer (Conditional, DefaultOp); in TrDoSwitch()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp838 const DAGDefaultOperand &DefaultOp in EmitResultInstructionAsOperand() local
840 for (unsigned i = 0, e = DefaultOp.DefaultOps.size(); i != e; ++i) in EmitResultInstructionAsOperand()
841 EmitResultOperand(DefaultOp.DefaultOps[i].get(), InstOps); in EmitResultInstructionAsOperand()
H A DGlobalISelEmitter.cpp411 const DAGDefaultOperand &DefaultOp) const;
1713 const DAGDefaultOperand &DefaultOp) const { in importDefaultOperandRenderers()
1714 for (const auto &Op : DefaultOp.DefaultOps) { in importDefaultOperandRenderers()
1719 const auto *DefaultOp = N->getLeafValue(); in importDefaultOperandRenderers() local
1721 if (const DefInit *DefaultDefOp = dyn_cast<DefInit>(DefaultOp)) { in importDefaultOperandRenderers()
1741 if (const IntInit *DefaultIntOp = dyn_cast<IntInit>(DefaultOp)) { in importDefaultOperandRenderers()