Home
last modified time | relevance | path

Searched refs:getASTAllocaAddressSpace (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCodeGenTypeCache.h115 LangAS getASTAllocaAddressSpace() const { return ASTAllocaAddressSpace; } in getASTAllocaAddressSpace() function
DTargetInfo.h252 virtual LangAS getASTAllocaAddressSpace() const { return LangAS::Default; } in getASTAllocaAddressSpace() function
DCGDecl.cpp2454 auto AllocaAS = CGM.getASTAllocaAddressSpace(); in EmitParmDecl()
DCGCall.cpp4533 AS != CGM.getASTAllocaAddressSpace()))) { in EmitCall()
4569 *this, V, LangAS::Default, CGM.getASTAllocaAddressSpace(), T, in EmitCall()
DCGExpr.cpp88 if (getASTAllocaAddressSpace() != LangAS::Default) { in CreateTempAlloca()
97 *this, V, getASTAllocaAddressSpace(), LangAS::Default, in CreateTempAlloca()
DCodeGenModule.cpp133 ASTAllocaAddressSpace = getTargetCodeGenInfo().getASTAllocaAddressSpace(); in CodeGenModule()
DTargetInfo.cpp8922 LangAS getASTAllocaAddressSpace() const override { in getASTAllocaAddressSpace() function in __anon57a50d411411::AMDGPUTargetCodeGenInfo