Home
last modified time | relevance | path

Searched refs:getDeviceType (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DTargetAndABI.cpp77 spirv::DeviceType spirv::TargetEnv::getDeviceType() const { in getDeviceType() function in spirv::TargetEnv
78 return targetAttr.getDeviceType(); in getDeviceType()
H A DSPIRVAttributes.cpp325 spirv::DeviceType spirv::TargetEnvAttr::getDeviceType() const { in getDeviceType() function in spirv::TargetEnvAttr
620 spirv::DeviceType deviceType = targetEnv.getDeviceType(); in print()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DTargetAndABI.h50 DeviceType getDeviceType() const;
H A DSPIRVAttributes.h168 DeviceType getDeviceType() const;
/llvm-project-15.0.7/clang/lib/AST/
H A DAttrImpl.cpp177 OMPDeclareTargetDeclAttr::getDeviceType(const ValueDecl *VD) { in getDeviceType() function in OMPDeclareTargetDeclAttr
/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp1677 auto DevTy = OMPDeclareTargetDeclAttr::getDeviceType(VD); in checkVar()
H A DSemaDecl.cpp19273 OMPDeclareTargetDeclAttr::getDeviceType(FD->getCanonicalDecl()); in getEmissionStatus()
19295 OMPDeclareTargetDeclAttr::getDeviceType(FD->getCanonicalDecl()); in getEmissionStatus()
H A DSemaOpenMP.cpp2668 OMPDeclareTargetDeclAttr::getDeviceType(Caller->getMostRecentDecl()); in finalizeOpenMPDelayedAnalysis()
2678 DevTy = OMPDeclareTargetDeclAttr::getDeviceType(FD); in finalizeOpenMPDelayedAnalysis()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttr.td3780 static llvm::Optional<DevTypeTy> getDeviceType(const ValueDecl *VD);
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp10649 OMPDeclareTargetDeclAttr::getDeviceType(VD); in isAssumedToBeNotEmitted()
10733 OMPDeclareTargetDeclAttr::getDeviceType(VD); in registerTargetGlobalVariable()