Home
last modified time | relevance | path

Searched refs:DataOp (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslfold.c687 ACPI_PARSE_OBJECT *DataOp; in TrInstallReducedConstant() local
748 DataOp = TrAllocateOp (PARSEOP_RAW_DATA); in TrInstallReducedConstant()
749 DataOp->Asl.AmlOpcode = AML_RAW_DATA_BUFFER; in TrInstallReducedConstant()
750 DataOp->Asl.AmlLength = ObjDesc->Buffer.Length; in TrInstallReducedConstant()
751 DataOp->Asl.Value.String = (char *) ObjDesc->Buffer.Pointer; in TrInstallReducedConstant()
752 DataOp->Asl.Parent = Op; in TrInstallReducedConstant()
754 LengthOp->Asl.Next = DataOp; in TrInstallReducedConstant()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp124 for (Use &DataOp : Call->data_ops()) in runInternal()
125 if (isInterestingPointer(DataOp)) in runInternal()
126 Pointers.insert(DataOp); in runInternal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.h151 MachineOperand &DataOp) const;
H A DAMDGPUInstructionSelector.cpp3006 MachineInstr &MI, MachineOperand &AddrOp, MachineOperand &DataOp) const { in selectGlobalAtomicFadd()
3031 Register Data = DataOp.getReg(); in selectGlobalAtomicFadd()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp4935 SDValue DataOp = MG->getPassThru(); in WidenVecOp_MGATHER() local
4943 SDValue Ops[] = {MG->getChain(), DataOp, Mask, MG->getBasePtr(), Index, in WidenVecOp_MGATHER()
4955 SDValue DataOp = MSC->getValue(); in WidenVecOp_MSCATTER() local
4962 DataOp = GetWidenedVector(DataOp); in WidenVecOp_MSCATTER()
4963 unsigned NumElts = DataOp.getValueType().getVectorNumElements(); in WidenVecOp_MSCATTER()
4986 SDValue Ops[] = {MSC->getChain(), DataOp, Mask, MSC->getBasePtr(), Index, in WidenVecOp_MSCATTER()
H A DLegalizeIntegerTypes.cpp1832 SDValue DataOp = N->getValue(); in PromoteIntOp_MSTORE() local
1833 EVT DataVT = DataOp.getValueType(); in PromoteIntOp_MSTORE()
1846 DataOp = GetPromotedInteger(DataOp); in PromoteIntOp_MSTORE()
1850 return DAG.getMaskedStore(N->getChain(), dl, DataOp, N->getBasePtr(), in PromoteIntOp_MSTORE()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp942 Value *DataOp = I->getOperand(0); in supportedAddressingMode() local
943 if (isa<ExtractElementInst>(DataOp)) in supportedAddressingMode()