Home
last modified time | relevance | path

Searched refs:IndexOp (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/dev/acpica/common/
H A Ddmrestag.c604 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 Ddmopcode.c487 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/Target/DirectX/
H A DDXILOpLowering.cpp246 Value *IndexOp = CI->getArgOperand(3); in lowerToCreateHandle() local
248 IndexOp = IRB.CreateAdd(IndexOp, in lowerToCreateHandle()
253 ConstantInt::get(Int32Ty, Binding.RecordID), IndexOp, in lowerToCreateHandle()
281 Value *IndexOp = CI->getArgOperand(3); in lowerToBindAndAnnotateHandle() local
283 IndexOp = IRB.CreateAdd(IndexOp, in lowerToBindAndAnnotateHandle()
297 std::array<Value *, 3> BindArgs{ResBind, IndexOp, CI->getArgOperand(4)}; in lowerToBindAndAnnotateHandle()
394 if (auto *IndexOp = dyn_cast<ConstantInt>(EEI->getIndexOperand())) { in replaceResRetUses() local
395 size_t IndexVal = IndexOp->getZExtValue(); in replaceResRetUses()
625 auto *IndexOp = dyn_cast<ConstantInt>(IEI->getOperand(2)); in lowerBufferStore() local
626 if (!IndexOp) in lowerBufferStore()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLBuiltins.cpp320 Value *IndexOp = EmitScalarExpr(E->getArg(1)); in EmitHLSLBuiltinExpr() local
325 ArrayRef<Value *>{HandleOp, IndexOp}); in EmitHLSLBuiltinExpr()
336 Value *IndexOp = EmitScalarExpr(E->getArg(4)); in EmitHLSLBuiltinExpr() local
346 IndexOp, NonUniform, Name}; in EmitHLSLBuiltinExpr()
353 Value *IndexOp = EmitScalarExpr(E->getArg(3)); in EmitHLSLBuiltinExpr() local
364 IndexOp, NonUniform, Name}; in EmitHLSLBuiltinExpr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1798 const MachineOperand &IndexOp = MI->getOperand(3); in verifyPreISelGenericInstruction() local
1799 if (!IndexOp.isImm()) { in verifyPreISelGenericInstruction()
1833 uint64_t Idx = IndexOp.getImm(); in verifyPreISelGenericInstruction()
1835 if (IndexOp.getImm() % Src1MinLen != 0) { in verifyPreISelGenericInstruction()
1859 const MachineOperand &IndexOp = MI->getOperand(2); in verifyPreISelGenericInstruction() local
1860 if (!IndexOp.isImm()) { in verifyPreISelGenericInstruction()
1894 uint64_t Idx = IndexOp.getImm(); in verifyPreISelGenericInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp220 bool selectVectorAddr(MemSDNode *Parent, SDValue BasePtr, SDValue IndexOp,
2961 SDValue IndexOp, SDValue ScaleOp, in selectVectorAddr() argument
2970 if (IndexOp.getScalarValueSizeInBits() == BasePtr.getScalarValueSizeInBits()) in selectVectorAddr()
2971 AM.IndexReg = matchIndexRecursively(IndexOp, AM, 0); in selectVectorAddr()
2973 AM.IndexReg = IndexOp; in selectVectorAddr()
6492 SDValue IndexOp = Mgt->getIndex(); in Select() local
6494 MVT IndexVT = IndexOp.getSimpleValueType(); in Select()
6562 if (!selectVectorAddr(Mgt, Mgt->getBasePtr(), IndexOp, Mgt->getScale(), in Select()
6590 SDValue IndexOp = Sc->getIndex(); in Select() local
6591 MVT IndexVT = IndexOp.getSimpleValueType(); in Select()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1626 Value *IndexOp = InsElt.getOperand(2); in foldTruncInsEltPair() local
1642 !match(IndexOp, m_ConstantInt(Index1)) || in foldTruncInsEltPair()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DARM.cpp2470 Value *ExtOp, Value *IndexOp, in packTBLDVectorList() argument
2502 TblOps.push_back(IndexOp); in packTBLDVectorList()