Home
last modified time | relevance | path

Searched refs:AllocaAS (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInlineCost.cpp2014 unsigned AllocaAS = Callee->getParent()->getDataLayout().getAllocaAddrSpace(); in getInlineCost() local
2018 if (PTy->getAddressSpace() != AllocaAS) in getInlineCost()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp2280 auto AllocaAS = CGM.getASTAllocaAddressSpace(); in EmitParmDecl() local
2282 auto SrcLangAS = getLangOpts().OpenCL ? LangAS::opencl_private : AllocaAS; in EmitParmDecl()