Searched refs:DataOp (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | aslfold.c | 795 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/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 7015 SDValue DataOp = MG->getPassThru(); in WidenVecOp_MGATHER() 7023 SDValue Ops[] = {MG->getChain(), DataOp, Mask, MG->getBasePtr(), Index, in WidenVecOp_MGATHER() 7035 SDValue DataOp = MSC->getValue(); in WidenVecOp_MSCATTER() 7042 DataOp = GetWidenedVector(DataOp); in WidenVecOp_MSCATTER() 7043 unsigned NumElts = DataOp.getValueType().getVectorNumElements(); in WidenVecOp_MSCATTER() 7066 SDValue Ops[] = {MSC->getChain(), DataOp, Mask, MSC->getBasePtr(), Index, in WidenVecOp_MSCATTER() 7075 SDValue DataOp = VPSC->getValue(); in WidenVecOp_VP_SCATTER() 7082 DataOp = GetWidenedVector(DataOp); in WidenVecOp_VP_SCATTER() 7011 SDValue DataOp = MG->getPassThru(); WidenVecOp_MGATHER() local 7031 SDValue DataOp = MSC->getValue(); WidenVecOp_MSCATTER() local 7071 SDValue DataOp = VPSC->getValue(); WidenVecOp_VP_SCATTER() local [all...] |
H A D | LegalizeIntegerTypes.cpp | 2366 SDValue DataOp = N->getValue(); in PromoteIntOp_MSTORE() local 2371 EVT DataVT = DataOp.getValueType(); in PromoteIntOp_MSTORE() 2379 DataOp = GetPromotedInteger(DataOp); in PromoteIntOp_MSTORE() 2381 return DAG.getMaskedStore(N->getChain(), SDLoc(N), DataOp, N->getBasePtr(), in PromoteIntOp_MSTORE()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 1062 Value *DataOp = I->getOperand(0); in supportedAddressingMode() local 1063 if (isa<ExtractElementInst>(DataOp)) in supportedAddressingMode()
|