Searched refs:NewDesc (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/sys/external/bsd/acpica/dist/executer/ |
| H A D | exstore.c | 239 ACPI_OPERAND_OBJECT *NewDesc; in AcpiExStoreObjectToIndex() local 271 NewDesc = SourceDesc; in AcpiExStoreObjectToIndex() 278 SourceDesc, &NewDesc, WalkState); in AcpiExStoreObjectToIndex() 298 *(IndexDesc->Reference.Where) = NewDesc; in AcpiExStoreObjectToIndex() 307 AcpiUtAddReference (NewDesc); in AcpiExStoreObjectToIndex() 420 ACPI_OPERAND_OBJECT *NewDesc; in AcpiExStoreObjectToNode() local 539 &NewDesc, WalkState); in AcpiExStoreObjectToNode() 545 if (NewDesc != TargetDesc) in AcpiExStoreObjectToNode() 557 Node, NewDesc, NewDesc->Common.Type); in AcpiExStoreObjectToNode() 562 AcpiUtGetObjectTypeName (NewDesc))); in AcpiExStoreObjectToNode() [all …]
|
| H A D | exstoren.c | 202 ACPI_OPERAND_OBJECT **NewDesc, in AcpiExStoreObjectToObject() argument 220 Status = AcpiUtCopyIobjectToIobject (ActualSrcDesc, NewDesc, WalkState); in AcpiExStoreObjectToObject() 248 *NewDesc = SourceDesc; in AcpiExStoreObjectToObject() 302 *NewDesc = DestDesc; in AcpiExStoreObjectToObject()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsBranchExpansion.cpp | 338 const MCInstrDesc &NewDesc = TII->get(NewOpc); in replaceBranch() local 340 MachineInstrBuilder MIB = BuildMI(MBB, Br, DL, NewDesc); in replaceBranch()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIShrinkInstructions.cpp | 206 const MCInstrDesc &NewDesc = TII->get(SOPKOpc); in shrinkScalarCompare() local 210 MI.setDesc(NewDesc); in shrinkScalarCompare()
|
| H A D | SIFoldOperands.cpp | 1023 static void mutateCopyOp(MachineInstr &MI, const MCInstrDesc &NewDesc) { in mutateCopyOp() argument 1024 MI.setDesc(NewDesc); in mutateCopyOp() 1176 auto &NewDesc = in tryFoldCndMask() local 1186 mutateCopyOp(MI, NewDesc); in tryFoldCndMask()
|
| H A D | SIInstrInfo.cpp | 5019 const MCInstrDesc &NewDesc = get(NewOpc); in moveFlatAddrToVGPR() local 5020 Inst.setDesc(NewDesc); in moveFlatAddrToVGPR() 5966 const MCInstrDesc &NewDesc = get(NewOpcode); in moveToVALU() local 5967 Inst.setDesc(NewDesc); in moveToVALU()
|
| /netbsd-src/sys/external/bsd/acpica/dist/include/ |
| H A D | acinterp.h | 623 ACPI_OPERAND_OBJECT **NewDesc,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 2705 const MCInstrDesc &NewDesc = get(NewOpC); in optimizeCompareInstr() local 2706 MI->setDesc(NewDesc); in optimizeCompareInstr() 2708 if (NewDesc.ImplicitDefs) in optimizeCompareInstr() 2709 for (const MCPhysReg *ImpDefs = NewDesc.getImplicitDefs(); in optimizeCompareInstr() 2714 if (NewDesc.ImplicitUses) in optimizeCompareInstr() 2715 for (const MCPhysReg *ImpUses = NewDesc.getImplicitUses(); in optimizeCompareInstr()
|