Home
last modified time | relevance | path

Searched refs:getConstantAddressSpace (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.h358 llvm::Optional<LangAS> getConstantAddressSpace() const override { in getConstantAddressSpace() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1403 virtual llvm::Optional<LangAS> getConstantAddressSpace() const { in getConstantAddressSpace() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1590 Context.getTargetInfo().getConstantAddressSpace(); in VisitSYCLUniqueStableNameExpr()
H A DCodeGenModule.cpp4199 if (auto AS = getTarget().getConstantAddressSpace()) in GetGlobalConstantAddressSpace()
H A DTargetInfo.cpp9280 if (auto ConstAS = CGM.getTarget().getConstantAddressSpace()) in getGlobalVarAddressSpace()