Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/acpica/dist/compiler/
H A Dasltransform.c518 ACPI_PARSE_OBJECT *DefaultOp = NULL; in TrDoSwitch() local
712 if (DefaultOp) in TrDoSwitch()
724 DefaultOp = Next; in TrDoSwitch()
738 if (DefaultOp) in TrDoSwitch()
746 TrAmlInitNode (DefaultOp, PARSEOP_ELSE); in TrDoSwitch()
747 DefaultOp->Asl.Parent = Conditional->Asl.Parent; in TrDoSwitch()
751 TrAmlInsertPeer (Conditional, DefaultOp); in TrDoSwitch()
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp844 const DAGDefaultOperand &DefaultOp in EmitResultInstructionAsOperand() local
846 for (unsigned i = 0, e = DefaultOp.DefaultOps.size(); i != e; ++i) in EmitResultInstructionAsOperand()
847 EmitResultOperand(DefaultOp.DefaultOps[i].get(), InstOps); in EmitResultInstructionAsOperand()
H A DGlobalISelEmitter.cpp4912 for (const auto *DefaultOp : DefaultOps->getArgs()) { in importDefaultOperandRenderers() local
4916 if (const DagInit *DefaultDagOp = dyn_cast<DagInit>(DefaultOp)) { in importDefaultOperandRenderers()
4922 DefaultOp = DefaultDagOp->getArg(0); in importDefaultOperandRenderers()
4927 if (const DefInit *DefaultDefOp = dyn_cast<DefInit>(DefaultOp)) { in importDefaultOperandRenderers()
4946 if (const IntInit *DefaultIntOp = dyn_cast<IntInit>(DefaultOp)) { in importDefaultOperandRenderers()