Home
last modified time | relevance | path

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

/freebsd-12.1/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-12.1/contrib/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp122 for (Use &DataOp : Call->data_ops()) in runInternal()
123 if (isInterestingPointer(DataOp)) in runInternal()
124 Pointers.insert(DataOp); in runInternal()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp3977 SDValue DataOp = MG->getPassThru(); in WidenVecOp_MGATHER() local
3985 SDValue Ops[] = {MG->getChain(), DataOp, Mask, MG->getBasePtr(), Index, in WidenVecOp_MGATHER()
3996 SDValue DataOp = MSC->getValue(); in WidenVecOp_MSCATTER() local
4003 DataOp = GetWidenedVector(DataOp); in WidenVecOp_MSCATTER()
4004 NumElts = DataOp.getValueType().getVectorNumElements(); in WidenVecOp_MSCATTER()
4023 SDValue Ops[] = {MSC->getChain(), DataOp, Mask, MSC->getBasePtr(), Index, in WidenVecOp_MSCATTER()
H A DLegalizeIntegerTypes.cpp1346 SDValue DataOp = N->getValue(); in PromoteIntOp_MSTORE() local
1347 EVT DataVT = DataOp.getValueType(); in PromoteIntOp_MSTORE()
1360 DataOp = GetPromotedInteger(DataOp); in PromoteIntOp_MSTORE()
1364 return DAG.getMaskedStore(N->getChain(), dl, DataOp, N->getBasePtr(), Mask, in PromoteIntOp_MSTORE()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp684 Value *DataOp = I->getOperand(0); in supportedAddressingMode() local
685 if (isa<ExtractElementInst>(DataOp)) in supportedAddressingMode()