Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenOpenACCClause.cpp269 mlir::acc::KernelsOp, mlir::acc::DataOp, in getAsyncOnlyAttr()
295 mlir::acc::KernelsOp, mlir::acc::DataOp, in getAsyncOperandsDeviceTypeAttr()
322 mlir::acc::KernelsOp, mlir::acc::DataOp, in getAsyncOperands()
381 mlir::acc::KernelsOp, mlir::acc::DataOp>) { in VisitDefaultClause()
416 mlir::acc::DataOp, mlir::acc::LoopOp, in VisitDeviceTypeClause()
460 mlir::acc::KernelsOp, mlir::acc::DataOp, in VisitAsyncClause()
549 mlir::acc::DataOp, mlir::acc::WaitOp, in VisitIfClause()
598 mlir::acc::KernelsOp, mlir::acc::DataOp, in VisitWaitClause()
784 mlir::acc::KernelsOp, mlir::acc::DataOp>) { in VisitCopyClause()
801 mlir::acc::KernelsOp, mlir::acc::DataOp>) { in VisitCopyInClause()
[all …]
H A DCIRGenStmtOpenACC.cpp155 return emitOpenACCOpAssociatedStmt<DataOp, mlir::acc::TerminatorOp>( in emitOpenACCDataConstruct()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp7492 SDValue DataOp = MG->getPassThru(); in WidenVecOp_MGATHER() local
7500 SDValue Ops[] = {MG->getChain(), DataOp, Mask, MG->getBasePtr(), Index, in WidenVecOp_MGATHER()
7512 SDValue DataOp = MSC->getValue(); in WidenVecOp_MSCATTER() local
7519 DataOp = GetWidenedVector(DataOp); in WidenVecOp_MSCATTER()
7520 unsigned NumElts = DataOp.getValueType().getVectorNumElements(); in WidenVecOp_MSCATTER()
7543 SDValue Ops[] = {MSC->getChain(), DataOp, Mask, MSC->getBasePtr(), Index, in WidenVecOp_MSCATTER()
7552 SDValue DataOp = VPSC->getValue(); in WidenVecOp_VP_SCATTER() local
7559 DataOp = GetWidenedVector(DataOp); in WidenVecOp_VP_SCATTER()
7561 const auto WideEC = DataOp.getValueType().getVectorElementCount(); in WidenVecOp_VP_SCATTER()
7572 VPSC->getChain(), DataOp, VPSC->getBasePtr(), Index, Scale, Mask, in WidenVecOp_VP_SCATTER()
H A DLegalizeIntegerTypes.cpp2472 SDValue DataOp = GetPromotedInteger(N->getValue()); in PromoteIntOp_VP_STORE() local
2473 return DAG.getTruncStoreVP(N->getChain(), SDLoc(N), DataOp, N->getBasePtr(), in PromoteIntOp_VP_STORE()
2481 SDValue DataOp = N->getValue(); in PromoteIntOp_MSTORE() local
2486 EVT DataVT = DataOp.getValueType(); in PromoteIntOp_MSTORE()
2494 DataOp = GetPromotedInteger(DataOp); in PromoteIntOp_MSTORE()
2496 return DAG.getMaskedStore(N->getChain(), SDLoc(N), DataOp, N->getBasePtr(), in PromoteIntOp_MSTORE()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1377 Value *DataOp = I->getOperand(0); in supportedAddressingMode() local
1378 if (isa<ExtractElementInst>(DataOp)) in supportedAddressingMode()