Searched refs:getTargetAddressSpace (Results 1 - 12 of 12) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp38 CGM.getContext().getTargetAddressSpace(LangAS::opencl_global);
H A DCodeGenTypes.cpp410 unsigned AS = Context.getTargetAddressSpace(ETy);
420 unsigned AS = Context.getTargetAddressSpace(ETy);
578 unsigned AS = Context.getTargetAddressSpace(FTy);
H A DCodeGenModule.cpp1188 unsigned AS = getContext().getTargetAddressSpace(VD->getType());
1738 llvm::PointerType::get(Ty, getContext().getTargetAddressSpace(ASTTy));
1779 AddrSpace = getContext().getTargetAddressSpace(LangAS::cuda_constant);
1781 AddrSpace = getContext().getTargetAddressSpace(LangAS::cuda_shared);
1783 AddrSpace = getContext().getTargetAddressSpace(LangAS::cuda_device);
1896 GetGlobalVarAddressSpace(D, getContext().getTargetAddressSpace(ASTTy))) {
2760 AddrSpace = CGM.getContext().getTargetAddressSpace(LangAS::opencl_constant);
2948 VD, getContext().getTargetAddressSpace(MaterializedType));
H A DCGDecl.cpp191 CGM.GetGlobalVarAddressSpace(&D, CGM.getContext().getTargetAddressSpace(Ty));
212 unsigned ExpectedAddrSpace = CGM.getContext().getTargetAddressSpace(Ty);
265 CGM.getContext().getTargetAddressSpace(D.getType()));
H A DCodeGenFunction.cpp377 addressQuals.push_back(Builder.getInt32(ASTCtx.getTargetAddressSpace(
403 CGM.getContext().getTargetAddressSpace(LangAS::opencl_global);
H A DCGExprConstant.cpp894 CGM.getContext().getTargetAddressSpace(E->getType()));
H A DCGCall.cpp962 unsigned addressSpace = Context.getTargetAddressSpace(ret);
975 unsigned addressSpace = Context.getTargetAddressSpace(ret);
H A DCGDebugInfo.cpp645 unsigned AS = CGM.getContext().getTargetAddressSpace(PointeeTy);
1004 unsigned AS = CGM.getContext().getTargetAddressSpace(PointeeTy);
H A DCGExpr.cpp2533 CGM.getContext().getTargetAddressSpace(base.getType()));
/external/clang/include/clang/AST/
H A DASTContext.h1967 unsigned getTargetAddressSpace(QualType T) const { function in class:clang::ASTContext
1968 return getTargetAddressSpace(T.getQualifiers());
1971 unsigned getTargetAddressSpace(Qualifiers Q) const { function in class:clang::ASTContext
1972 return getTargetAddressSpace(Q.getAddressSpace());
1975 unsigned getTargetAddressSpace(unsigned AS) const { function in class:clang::ASTContext
/external/clang/lib/AST/
H A DASTContext.cpp1611 unsigned AS = getTargetAddressSpace(
1621 unsigned AS = getTargetAddressSpace(
1628 unsigned AS = getTargetAddressSpace(cast<PointerType>(T)->getPointeeType());
2382 ArySize.zextOrTrunc(Target->getPointerWidth(getTargetAddressSpace(EltTy)));
H A DItaniumMangle.cpp1762 unsigned TargetAS = Context.getASTContext().getTargetAddressSpace(AS);

Completed in 8398 milliseconds