Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/OpenACCToLLVM/
H A DOpenACCToLLVM.cpp142 patterns.add<LegalizeDataOpForLLVMTranslation<acc::DataOp>>(converter); in populateOpenACCToLLVMConversionPatterns()
178 target.addDynamicallyLegalOp<acc::DataOp>( in runOnOperation()
179 [allDataOperandsAreConverted](acc::DataOp op) { in runOnOperation()
/llvm-project-15.0.7/mlir/lib/Dialect/OpenACC/IR/
H A DOpenACC.cpp693 LogicalResult acc::DataOp::verify() { in verify()
703 unsigned DataOp::getNumDataOperands() { in getNumDataOperands()
712 Value DataOp::getDataOperand(unsigned i) { in getDataOperand()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenACC/
H A DOpenACCToLLVMIRTranslation.cpp279 static LogicalResult convertDataOp(acc::DataOp &op, in convertDataOp()
504 .Case([&](acc::DataOp dataOp) { in convertOperation()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.h144 MachineOperand &DataOp) const;
H A DAMDGPUInstructionSelector.cpp3106 MachineInstr &MI, MachineOperand &AddrOp, MachineOperand &DataOp) const { in selectGlobalAtomicFadd()
3131 Register Data = DataOp.getReg(); in selectGlobalAtomicFadd()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp5956 SDValue DataOp = MG->getPassThru(); in WidenVecOp_MGATHER() local
5964 SDValue Ops[] = {MG->getChain(), DataOp, Mask, MG->getBasePtr(), Index, in WidenVecOp_MGATHER()
5976 SDValue DataOp = MSC->getValue(); in WidenVecOp_MSCATTER() local
5983 DataOp = GetWidenedVector(DataOp); in WidenVecOp_MSCATTER()
5984 unsigned NumElts = DataOp.getValueType().getVectorNumElements(); in WidenVecOp_MSCATTER()
6007 SDValue Ops[] = {MSC->getChain(), DataOp, Mask, MSC->getBasePtr(), Index, in WidenVecOp_MSCATTER()
6016 SDValue DataOp = VPSC->getValue(); in WidenVecOp_VP_SCATTER() local
6023 DataOp = GetWidenedVector(DataOp); in WidenVecOp_VP_SCATTER()
6025 const auto WideEC = DataOp.getValueType().getVectorElementCount(); in WidenVecOp_VP_SCATTER()
6036 VPSC->getChain(), DataOp, VPSC->getBasePtr(), Index, Scale, Mask, in WidenVecOp_VP_SCATTER()
H A DLegalizeIntegerTypes.cpp2029 SDValue DataOp = N->getValue(); in PromoteIntOp_MSTORE() local
2034 EVT DataVT = DataOp.getValueType(); in PromoteIntOp_MSTORE()
2042 DataOp = GetPromotedInteger(DataOp); in PromoteIntOp_MSTORE()
2044 return DAG.getMaskedStore(N->getChain(), SDLoc(N), DataOp, N->getBasePtr(), in PromoteIntOp_MSTORE()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenACC.cpp614 createRegionOp<mlir::acc::DataOp, mlir::acc::TerminatorOp>( in genACCDataOp()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp950 Value *DataOp = I->getOperand(0); in supportedAddressingMode() local
951 if (isa<ExtractElementInst>(DataOp)) in supportedAddressingMode()