Searched refs:NewDesc (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/dev/acpica/components/executer/ |
H A D | exstore.c | 347 ACPI_OPERAND_OBJECT *NewDesc; in AcpiExStoreObjectToIndex() local 379 NewDesc = SourceDesc; in AcpiExStoreObjectToIndex() 386 SourceDesc, &NewDesc, WalkState); 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() 670 AcpiUtGetObjectTypeName (NewDesc))); in AcpiExStoreObjectToNode() [all …]
|
H A D | exstoren.c | 310 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 D | X86CompressEVEX.cpp | 253 const MCInstrDesc &NewDesc = ST.getInstrInfo()->get(NewOpc); in CompressEVEXImpl() local 254 MI.setDesc(NewDesc); in CompressEVEXImpl() 256 switch (NewDesc.TSFlags & X86II::EncodingMask) { in CompressEVEXImpl() 265 assert(IsND && (NewDesc.TSFlags & X86II::EVEX_NF) && in CompressEVEXImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsBranchExpansion.cpp | 342 const MCInstrDesc &NewDesc = TII->get(NewOpc); in replaceBranch() local 344 MachineInstrBuilder MIB = BuildMI(MBB, Br, DL, NewDesc); in replaceBranch()
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | acinterp.h | 731 ACPI_OPERAND_OBJECT **NewDesc,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIFoldOperands.cpp | 1175 static void mutateCopyOp(MachineInstr &MI, const MCInstrDesc &NewDesc) { in mutateCopyOp() argument 1176 MI.setDesc(NewDesc); in mutateCopyOp() 1334 auto &NewDesc = in tryFoldCndMask() local 1344 mutateCopyOp(MI, NewDesc); in tryFoldCndMask()
|
H A D | SIShrinkInstructions.cpp | 272 const MCInstrDesc &NewDesc = TII->get(SOPKOpc); in shrinkScalarCompare() local 278 MI.setDesc(NewDesc); in shrinkScalarCompare()
|
H A D | SIInstrInfo.cpp | 6154 const MCInstrDesc &NewDesc = get(NewOpc); in moveFlatAddrToVGPR() local 6155 Inst.setDesc(NewDesc); in moveFlatAddrToVGPR()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 2731 const MCInstrDesc &NewDesc = get(NewOpC); in optimizeCompareInstr() local 2732 MI->setDesc(NewDesc); in optimizeCompareInstr() 2734 for (MCPhysReg ImpDef : NewDesc.implicit_defs()) { in optimizeCompareInstr() 2740 for (MCPhysReg ImpUse : NewDesc.implicit_uses()) { in optimizeCompareInstr() 2821 const MCInstrDesc &NewDesc = get(NewOpC); in optimizeCmpPostRA() local 2822 SrcMI->setDesc(NewDesc); in optimizeCmpPostRA()
|