Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Daslfold.c795 ACPI_PARSE_OBJECT *DataOp; in TrInstallReducedConstant() local
856 DataOp = TrAllocateOp (PARSEOP_RAW_DATA); in TrInstallReducedConstant()
857 DataOp->Asl.AmlOpcode = AML_RAW_DATA_BUFFER; in TrInstallReducedConstant()
858 DataOp->Asl.AmlLength = ObjDesc->Buffer.Length; in TrInstallReducedConstant()
859 DataOp->Asl.Value.String = (char *) ObjDesc->Buffer.Pointer; in TrInstallReducedConstant()
860 DataOp->Asl.Parent = Op; in TrInstallReducedConstant()
862 LengthOp->Asl.Next = DataOp; in TrInstallReducedConstant()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp6631 SDValue DataOp = MG->getPassThru(); in WidenVecOp_MGATHER() local
6639 SDValue Ops[] = {MG->getChain(), DataOp, Mask, MG->getBasePtr(), Index, in WidenVecOp_MGATHER()
6651 SDValue DataOp = MSC->getValue(); in WidenVecOp_MSCATTER() local
6658 DataOp = GetWidenedVector(DataOp); in WidenVecOp_MSCATTER()
6659 unsigned NumElts = DataOp.getValueType().getVectorNumElements(); in WidenVecOp_MSCATTER()
6682 SDValue Ops[] = {MSC->getChain(), DataOp, Mask, MSC->getBasePtr(), Index, in WidenVecOp_MSCATTER()
6691 SDValue DataOp = VPSC->getValue(); in WidenVecOp_VP_SCATTER() local
6698 DataOp = GetWidenedVector(DataOp); in WidenVecOp_VP_SCATTER()
6700 const auto WideEC = DataOp.getValueType().getVectorElementCount(); in WidenVecOp_VP_SCATTER()
6711 VPSC->getChain(), DataOp, VPSC->getBasePtr(), Index, Scale, Mask, in WidenVecOp_VP_SCATTER()
H A DLegalizeIntegerTypes.cpp2199 SDValue DataOp = N->getValue(); in PromoteIntOp_MSTORE() local
2204 EVT DataVT = DataOp.getValueType(); in PromoteIntOp_MSTORE()
2212 DataOp = GetPromotedInteger(DataOp); in PromoteIntOp_MSTORE()
2214 return DAG.getMaskedStore(N->getChain(), SDLoc(N), DataOp, N->getBasePtr(), in PromoteIntOp_MSTORE()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1039 Value *DataOp = I->getOperand(0); in supportedAddressingMode() local
1040 if (isa<ExtractElementInst>(DataOp)) in supportedAddressingMode()