Home
last modified time | relevance | path

Searched defs:deviceType (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/lib/Dialect/OpenACC/IR/
H A DOpenACC.cpp83 hasDeviceType(std::optional<mlir::ArrayAttr> arrayAttr,mlir::acc::DeviceType deviceType) hasDeviceType() argument
108 findSegment(ArrayAttr segments,mlir::acc::DeviceType deviceType) findSegment() argument
123 getValuesFromSegments(std::optional<mlir::ArrayAttr> arrayAttr,mlir::Operation::operand_range range,std::optional<llvm::ArrayRef<int32_t>> segments,mlir::acc::DeviceType deviceType) getValuesFromSegments() argument
140 getWaitDevnumValue(std::optional<mlir::ArrayAttr> deviceTypeAttr,mlir::Operation::operand_range operands,std::optional<llvm::ArrayRef<int32_t>> segments,std::optional<mlir::ArrayAttr> hasWaitDevnum,mlir::acc::DeviceType deviceType) getWaitDevnumValue() argument
156 getWaitValuesWithoutDevnum(std::optional<mlir::ArrayAttr> deviceTypeAttr,mlir::Operation::operand_range operands,std::optional<llvm::ArrayRef<int32_t>> segments,std::optional<mlir::ArrayAttr> hasWaitDevnum,mlir::acc::DeviceType deviceType) getWaitValuesWithoutDevnum() argument
824 getValueInDeviceTypeSegment(std::optional<mlir::ArrayAttr> arrayAttr,mlir::Operation::operand_range range,mlir::acc::DeviceType deviceType) getValueInDeviceTypeSegment() argument
836 hasAsyncOnly(mlir::acc::DeviceType deviceType) hasAsyncOnly() argument
844 getAsyncValue(mlir::acc::DeviceType deviceType) getAsyncValue() argument
854 getNumWorkersValue(mlir::acc::DeviceType deviceType) getNumWorkersValue() argument
864 getVectorLengthValue(mlir::acc::DeviceType deviceType) getVectorLengthValue() argument
874 getNumGangsValues(mlir::acc::DeviceType deviceType) getNumGangsValues() argument
883 hasWaitOnly(mlir::acc::DeviceType deviceType) hasWaitOnly() argument
892 getWaitValues(mlir::acc::DeviceType deviceType) getWaitValues() argument
902 getWaitDevnum(mlir::acc::DeviceType deviceType) getWaitDevnum() argument
1350 hasAsyncOnly(mlir::acc::DeviceType deviceType) hasAsyncOnly() argument
1358 getAsyncValue(mlir::acc::DeviceType deviceType) getAsyncValue() argument
1367 hasWaitOnly(mlir::acc::DeviceType deviceType) hasWaitOnly() argument
1376 getWaitValues(mlir::acc::DeviceType deviceType) getWaitValues() argument
1386 getWaitDevnum(mlir::acc::DeviceType deviceType) getWaitDevnum() argument
1441 hasAsyncOnly(mlir::acc::DeviceType deviceType) hasAsyncOnly() argument
1449 getAsyncValue(mlir::acc::DeviceType deviceType) getAsyncValue() argument
1459 getNumWorkersValue(mlir::acc::DeviceType deviceType) getNumWorkersValue() argument
1469 getVectorLengthValue(mlir::acc::DeviceType deviceType) getVectorLengthValue() argument
1479 getNumGangsValues(mlir::acc::DeviceType deviceType) getNumGangsValues() argument
1488 hasWaitOnly(mlir::acc::DeviceType deviceType) hasWaitOnly() argument
1497 getWaitValues(mlir::acc::DeviceType deviceType) getWaitValues() argument
1507 getWaitDevnum(mlir::acc::DeviceType deviceType) getWaitDevnum() argument
1592 parseGangClause(OpAsmParser & parser,llvm::SmallVectorImpl<mlir::OpAsmParser::UnresolvedOperand> & gangOperands,llvm::SmallVectorImpl<Type> & gangOperandsType,mlir::ArrayAttr & gangArgType,mlir::ArrayAttr & deviceType,mlir::DenseI32ArrayAttr & segments,mlir::ArrayAttr & gangOnlyDeviceType) parseGangClause() argument
1929 hasAuto(mlir::acc::DeviceType deviceType) hasAuto() argument
1937 hasIndependent(mlir::acc::DeviceType deviceType) hasIndependent() argument
1943 hasSeq(mlir::acc::DeviceType deviceType) hasSeq() argument
1951 getVectorValue(mlir::acc::DeviceType deviceType) getVectorValue() argument
1958 hasVector(mlir::acc::DeviceType deviceType) hasVector() argument
1966 getWorkerValue(mlir::acc::DeviceType deviceType) getWorkerValue() argument
1973 hasWorker(mlir::acc::DeviceType deviceType) hasWorker() argument
1982 getTileValues(mlir::acc::DeviceType deviceType) getTileValues() argument
1992 getCollapseValue(mlir::acc::DeviceType deviceType) getCollapseValue() argument
2008 getGangValue(mlir::acc::GangArgType gangArgType,mlir::acc::DeviceType deviceType) getGangValue() argument
2034 hasGang(mlir::acc::DeviceType deviceType) hasGang() argument
2133 hasAsyncOnly(mlir::acc::DeviceType deviceType) hasAsyncOnly() argument
2141 getAsyncValue(mlir::acc::DeviceType deviceType) getAsyncValue() argument
2148 hasWaitOnly(mlir::acc::DeviceType deviceType) hasWaitOnly() argument
2157 getWaitValues(mlir::acc::DeviceType deviceType) getWaitValues() argument
2167 getWaitDevnum(mlir::acc::DeviceType deviceType) getWaitDevnum() argument
2623 hasWorker(mlir::acc::DeviceType deviceType) hasWorker() argument
2629 hasVector(mlir::acc::DeviceType deviceType) hasVector() argument
2635 hasSeq(mlir::acc::DeviceType deviceType) hasSeq() argument
2644 getBindNameValue(mlir::acc::DeviceType deviceType) getBindNameValue() argument
2657 hasGang(mlir::acc::DeviceType deviceType) hasGang() argument
2666 getGangDimValue(mlir::acc::DeviceType deviceType) getGangDimValue() argument
2765 hasAsyncOnly(mlir::acc::DeviceType deviceType) hasAsyncOnly() argument
2773 getAsyncValue(mlir::acc::DeviceType deviceType) getAsyncValue() argument
2787 hasWaitOnly(mlir::acc::DeviceType deviceType) hasWaitOnly() argument
2796 getWaitValues(mlir::acc::DeviceType deviceType) getWaitValues() argument
2806 getWaitDevnum(mlir::acc::DeviceType deviceType) getWaitDevnum() argument
[all...]
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVAttributes.cpp111 DeviceType deviceType; member
292 get(spirv::VerCapExtAttr triple,ResourceLimitsAttr limits,ClientAPI clientAPI,Vendor vendorID,DeviceType deviceType,uint32_t deviceID) get() argument
552 DeviceType deviceType = DeviceType::Unknown; parseTargetEnvAttr() local
645 spirv::DeviceType deviceType = targetEnv.getDeviceType(); print() local
[all...]
/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm39 - (id)deviceType; method
/llvm-project/mlir/include/mlir/Dialect/OpenMP/
H A DOpenMPClauseOperands.h70 DeclareTargetDeviceType deviceType = DeclareTargetDeviceType::any; global() member
/llvm-project/flang/lib/Lower/
H A DOpenACC.cpp3873 hasDeviceType(llvm::SmallVector<mlir::Attribute> & arrayAttr,mlir::acc::DeviceType deviceType) hasDeviceType() argument
3886 getAttributeValueByDeviceType(llvm::SmallVector<mlir::Attribute> & attributes,llvm::SmallVector<mlir::Attribute> & deviceTypes,mlir::acc::DeviceType deviceType) getAttributeValueByDeviceType() argument
/llvm-project/flang/lib/Lower/OpenMP/
H A DOpenMP.cpp439 markDeclareTarget(mlir::Operation * op,lower::AbstractConverter & converter,mlir::omp::DeclareTargetCaptureClause captureClause,mlir::omp::DeclareTargetDeviceType deviceType) markDeclareTarget() argument