Searched refs:IndexOp (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | dmrestag.c | 604 ACPI_PARSE_OBJECT *IndexOp; in AcpiDmCheckResourceReference() local 632 IndexOp = BufferNameOp->Common.Next; in AcpiDmCheckResourceReference() 636 IndexOp->Common.Node = NULL; in AcpiDmCheckResourceReference() 638 OpInfo = AcpiPsGetOpcodeInfo (IndexOp->Common.AmlOpcode); in AcpiDmCheckResourceReference() 651 BitIndex = (UINT32) IndexOp->Common.Value.Integer; in AcpiDmCheckResourceReference() 657 BitIndex = (UINT32) ACPI_MUL_8 (IndexOp->Common.Value.Integer); in AcpiDmCheckResourceReference() 688 AcpiGetTagPathname (IndexOp, BufferNode, ResourceNode, BitIndex); in AcpiDmCheckResourceReference() 759 ACPI_PARSE_OBJECT *IndexOp, in AcpiGetTagPathname() argument 864 AcpiPsInitOp (IndexOp, AML_INT_NAMEPATH_OP); in AcpiGetTagPathname() 865 IndexOp->Common.Value.String = InternalPath; in AcpiGetTagPathname() [all …]
|
/freebsd/sys/contrib/dev/acpica/components/disassembler/ |
H A D | dmopcode.c | 487 ACPI_PARSE_OBJECT *IndexOp; in AcpiDmFieldPredefinedDescription() local 518 IndexOp = Op->Common.Value.Arg; in AcpiDmFieldPredefinedDescription() 519 IndexOp = IndexOp->Common.Next; in AcpiDmFieldPredefinedDescription() 523 if (IndexOp->Common.AmlOpcode != AML_INT_NAMEPATH_OP) in AcpiDmFieldPredefinedDescription() 530 Tag = ACPI_CAST_PTR (char, IndexOp->Common.Node); in AcpiDmFieldPredefinedDescription() 551 ACPI_FREE (IndexOp->Common.Value.String); in AcpiDmFieldPredefinedDescription() 552 IndexOp->Common.Value.String = NULL; in AcpiDmFieldPredefinedDescription()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 1706 const MachineOperand &IndexOp = MI->getOperand(3); in verifyPreISelGenericInstruction() local 1707 if (!IndexOp.isImm()) { in verifyPreISelGenericInstruction() 1741 if (IndexOp.getImm() != 0 && in verifyPreISelGenericInstruction() 1742 Src1Ty.getElementCount().getKnownMinValue() % IndexOp.getImm() != 0) { in verifyPreISelGenericInstruction() 1757 const MachineOperand &IndexOp = MI->getOperand(2); in verifyPreISelGenericInstruction() local 1758 if (!IndexOp.isImm()) { in verifyPreISelGenericInstruction() 1781 if (IndexOp.getImm() != 0 && in verifyPreISelGenericInstruction() 1782 SrcTy.getElementCount().getKnownMinValue() % IndexOp.getImm() != 0) { in verifyPreISelGenericInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 223 bool selectVectorAddr(MemSDNode *Parent, SDValue BasePtr, SDValue IndexOp, 2905 SDValue IndexOp, SDValue ScaleOp, in selectVectorAddr() argument 2914 if (IndexOp.getScalarValueSizeInBits() == BasePtr.getScalarValueSizeInBits()) in selectVectorAddr() 2915 AM.IndexReg = matchIndexRecursively(IndexOp, AM, 0); in selectVectorAddr() 2917 AM.IndexReg = IndexOp; in selectVectorAddr() 6335 SDValue IndexOp = Mgt->getIndex(); in Select() local 6337 MVT IndexVT = IndexOp.getSimpleValueType(); in Select() 6405 if (!selectVectorAddr(Mgt, Mgt->getBasePtr(), IndexOp, Mgt->getScale(), in Select() 6433 SDValue IndexOp = Sc->getIndex(); in Select() local 6434 MVT IndexVT = IndexOp.getSimpleValueType(); in Select() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 1548 Value *IndexOp = InsElt.getOperand(2); in foldTruncInsEltPair() local 1564 !match(IndexOp, m_ConstantInt(Index1)) || in foldTruncInsEltPair()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 8380 Value *ExtOp, Value *IndexOp, in packTBLDVectorList() argument 8412 TblOps.push_back(IndexOp); in packTBLDVectorList()
|