Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenTypeCache.h124 LangAS getASTAllocaAddressSpace() const { return ASTAllocaAddressSpace; } in getASTAllocaAddressSpace() function
HDTargetInfo.h298 virtual LangAS getASTAllocaAddressSpace() const { return LangAS::Default; } in getASTAllocaAddressSpace() function
HDCGDecl.cpp2616 auto AllocaAS = CGM.getASTAllocaAddressSpace(); in EmitParmDecl()
HDCGCall.cpp5224 AS != CGM.getASTAllocaAddressSpace()))) { in EmitCall()
5244 *this, V, LangAS::Default, CGM.getASTAllocaAddressSpace(), T, in EmitCall()
HDCGExpr.cpp97 if (getASTAllocaAddressSpace() != LangAS::Default) { in CreateTempAlloca()
106 *this, V, getASTAllocaAddressSpace(), LangAS::Default, in CreateTempAlloca()
HDCodeGenModule.cpp380 ASTAllocaAddressSpace = getTargetCodeGenInfo().getASTAllocaAddressSpace(); in CodeGenModule()
HDCGBuiltin.cpp4147 LangAS AAS = getASTAllocaAddressSpace(); in EmitBuiltinExpr()
4169 LangAS AAS = getASTAllocaAddressSpace(); in EmitBuiltinExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/Targets/
HDSPIR.cpp46 LangAS getASTAllocaAddressSpace() const override { in getASTAllocaAddressSpace() function in __anonedee329e0211::CommonSPIRTargetCodeGenInfo
HDAMDGPU.cpp304 LangAS getASTAllocaAddressSpace() const override { in getASTAllocaAddressSpace() function in __anonde35bafe0111::AMDGPUTargetCodeGenInfo