/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | InlineAsmLowering.cpp | 58 void update(const TargetLowering::AsmOperandInfo &OpInfo) { in update() argument 82 GISelAsmOperandInfo &OpInfo, in getRegistersForValue() argument 137 computeConstraintToUse(const TargetLowering * TLI,TargetLowering::AsmOperandInfo & OpInfo) computeConstraintToUse() argument 239 GISelAsmOperandInfo &OpInfo = ConstraintOperands.back(); lowerInlineAsm() local 310 for (auto &OpInfo : ConstraintOperands) { lowerInlineAsm() local 555 GISelAsmOperandInfo &OpInfo = OutputOperands[i]; lowerInlineAsm() local [all...] |
H A D | LegalizerInfo.cpp | 336 ArrayRef<MCOperandInfo> OpInfo = MI.getDesc().operands(); getAction() local 386 __anon05dd28be0102(unsigned Acc, const MCOperandInfo &OpInfo) verify() argument 393 __anon05dd28be0202(unsigned Acc, const MCOperandInfo &OpInfo) verify() argument
|
/freebsd-src/sys/contrib/dev/acpica/components/disassembler/ |
H A D | dmwalk.c | 366 const ACPI_OPCODE_INFO *OpInfo; in AcpiDmBlockType() local 456 const ACPI_OPCODE_INFO *OpInfo; in AcpiDmListType() local 521 const ACPI_OPCODE_INFO *OpInfo; in AcpiDmDescendingOp() local [all...] |
H A D | dmopcode.c | 201 const ACPI_OPCODE_INFO *OpInfo; in AcpiDmDisplayTargetPathname() local 489 const ACPI_OPCODE_INFO *OpInfo; in AcpiDmFieldPredefinedDescription() local 796 const ACPI_OPCODE_INFO *OpInfo = NULL; in AcpiDmDisassembleOneOp() local [all...] |
H A D | dmdeferred.c | 188 const ACPI_OPCODE_INFO *OpInfo; in AcpiDmParseDeferredOps() local
|
H A D | dmnames.c | 410 const ACPI_OPCODE_INFO *OpInfo; in AcpiDmDisplayPath() local
|
H A D | dmcstyle.c | 1088 const ACPI_OPCODE_INFO *OpInfo; in AcpiDmIsTargetAnOperand() local
|
/freebsd-src/sys/contrib/dev/acpica/components/parser/ |
H A D | pstree.c | 189 const ACPI_OPCODE_INFO *OpInfo; in AcpiPsGetArg() local 251 const ACPI_OPCODE_INFO *OpInfo; in AcpiPsAppendArg() local
|
H A D | psutils.c | 243 const ACPI_OPCODE_INFO *OpInfo; in AcpiPsAllocOp() local
|
H A D | psobject.c | 462 const ACPI_OPCODE_INFO *OpInfo; in AcpiPsCreateOp() local [all...] |
/freebsd-src/sys/contrib/dev/acpica/common/ |
H A D | adwalk.c | 592 const ACPI_OPCODE_INFO *OpInfo; in AcpiDmFindOrphanDescending() local 756 const ACPI_OPCODE_INFO *OpInfo; in AcpiDmLoadDescendingOp() local 891 const ACPI_OPCODE_INFO *OpInfo; AcpiDmXrefDescendingOp() local 1130 const ACPI_OPCODE_INFO *OpInfo; AcpiDmProcessResourceDescriptors() local 1221 const ACPI_OPCODE_INFO *OpInfo; AcpiDmInspectPossibleArgs() local [all...] |
/freebsd-src/sys/contrib/dev/acpica/compiler/ |
H A D | aslxref.c | 428 const ACPI_OPCODE_INFO *OpInfo; in XfNamespaceLocateBegin() local 1401 const ACPI_OPCODE_INFO *OpInfo; XfNamespaceLocateEnd() local 1476 XfValidateCrossReference(ACPI_PARSE_OBJECT * Op,const ACPI_OPCODE_INFO * OpInfo,ACPI_NAMESPACE_NODE * Node) XfValidateCrossReference() argument [all...] |
H A D | aslmap.c | 178 const ACPI_OPCODE_INFO *OpInfo; in AslMapNamedOpcodeToDataType() local
|
H A D | aslwalks.c | 277 const ACPI_OPCODE_INFO *OpInfo; in AnOperandTypecheckWalkEnd() local 673 const ACPI_OPCODE_INFO *OpInfo; in AnOtherSemanticAnalysisWalkBegin() local [all...] |
H A D | asllookup.c | 388 const ACPI_OPCODE_INFO *OpInfo; in LkGetNameOp() local
|
H A D | asllisting.c | 476 const ACPI_OPCODE_INFO *OpInfo; in LsWriteNodeToListing() local
|
H A D | aslmethod.c | 781 const ACPI_OPCODE_INFO *OpInfo; in MtCheckNamedObjectInMethod() local
|
H A D | aslanalyze.c | 418 const ACPI_OPCODE_INFO *OpInfo, in AnCheckMethodReturnValue() argument
|
H A D | aslmapoutput.c | 673 const ACPI_OPCODE_INFO *OpInfo; in MpNamespaceXrefBegin() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MicroMipsSizeReduction.cpp | 65 struct OpInfo { struct 66 OpInfo(enum OperandTransfer TransferOperands) in OpInfo() function 68 OpInfo() : TransferOperands(OT_NA) {} in OpInfo() function 71 TransferOperands; ///< Operands to transfer to the new instruction
|
/freebsd-src/sys/contrib/dev/acpica/components/executer/ |
H A D | exresop.c | 262 const ACPI_OPCODE_INFO *OpInfo; in AcpiExResolveOperands() local
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | AsmWriterInst.cpp |
|
/freebsd-src/sys/contrib/dev/acpica/components/dispatcher/ |
H A D | dsobject.c | 487 const ACPI_OPCODE_INFO *OpInfo; in AcpiDsInitObjectFromOp() local
|
H A D | dsutils.c | 617 const ACPI_OPCODE_INFO *OpInfo; in AcpiDsCreateOperand() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
H A D | BitCodes.h | 119 void Add(const BitCodeAbbrevOp &OpInfo) { in Add()
|