Home
last modified time | relevance | path

Searched refs:NewDesc (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexstore.c347 ACPI_OPERAND_OBJECT *NewDesc; in AcpiExStoreObjectToIndex() local
379 NewDesc = SourceDesc; in AcpiExStoreObjectToIndex()
406 *(IndexDesc->Reference.Where) = NewDesc; in AcpiExStoreObjectToIndex()
415 AcpiUtAddReference (NewDesc); in AcpiExStoreObjectToIndex()
528 ACPI_OPERAND_OBJECT *NewDesc; in AcpiExStoreObjectToNode() local
647 &NewDesc, WalkState); in AcpiExStoreObjectToNode()
653 if (NewDesc != TargetDesc) in AcpiExStoreObjectToNode()
665 Node, NewDesc, NewDesc->Common.Type); in AcpiExStoreObjectToNode()
727 ACPI_OPERAND_OBJECT *NewDesc; in AcpiExStoreDirectToNode() local
749 Status = AcpiNsAttachObject (Node, NewDesc, NewDesc->Common.Type); in AcpiExStoreDirectToNode()
[all …]
H A Dexstoren.c310 ACPI_OPERAND_OBJECT **NewDesc, in AcpiExStoreObjectToObject() argument
328 Status = AcpiUtCopyIobjectToIobject (ActualSrcDesc, NewDesc, WalkState); in AcpiExStoreObjectToObject()
356 *NewDesc = SourceDesc; in AcpiExStoreObjectToObject()
410 *NewDesc = DestDesc; in AcpiExStoreObjectToObject()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CompressEVEX.cpp248 const MCInstrDesc &NewDesc = ST.getInstrInfo()->get(I->NewOpc); in CompressEVEXImpl() local
249 MI.setDesc(NewDesc); in CompressEVEXImpl()
251 switch (NewDesc.TSFlags & X86II::EncodingMask) { in CompressEVEXImpl()
260 assert(IsND && (NewDesc.TSFlags & X86II::EVEX_NF) && in CompressEVEXImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp343 const MCInstrDesc &NewDesc = TII->get(NewOpc); in replaceBranch() local
345 MachineInstrBuilder MIB = BuildMI(MBB, Br, DL, NewDesc); in replaceBranch()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacinterp.h731 ACPI_OPERAND_OBJECT **NewDesc,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp1157 static void mutateCopyOp(MachineInstr &MI, const MCInstrDesc &NewDesc) { in mutateCopyOp() argument
1158 MI.setDesc(NewDesc); in mutateCopyOp()
1316 auto &NewDesc = in tryFoldCndMask() local
1326 mutateCopyOp(MI, NewDesc); in tryFoldCndMask()
H A DSIShrinkInstructions.cpp252 const MCInstrDesc &NewDesc = TII->get(SOPKOpc); in shrinkScalarCompare() local
258 MI.setDesc(NewDesc); in shrinkScalarCompare()
H A DSIInstrInfo.cpp6038 const MCInstrDesc &NewDesc = get(NewOpc); in moveFlatAddrToVGPR() local
6039 Inst.setDesc(NewDesc); in moveFlatAddrToVGPR()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2715 const MCInstrDesc &NewDesc = get(NewOpC); in optimizeCompareInstr() local
2716 MI->setDesc(NewDesc); in optimizeCompareInstr()
2718 for (MCPhysReg ImpDef : NewDesc.implicit_defs()) { in optimizeCompareInstr()
2724 for (MCPhysReg ImpUse : NewDesc.implicit_uses()) { in optimizeCompareInstr()
2805 const MCInstrDesc &NewDesc = get(NewOpC); in optimizeCmpPostRA() local
2806 SrcMI->setDesc(NewDesc); in optimizeCmpPostRA()