Searched refs:AllocaAS (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1746 unsigned AllocaAS = AllocaCASExpected->getType()->getPointerAddressSpace(); local
1750 Type::getInt8PtrTy(Ctx, AllocaAS));
1777 unsigned AllocaAS = AllocaResult->getType()->getPointerAddressSpace(); local
1779 Builder.CreateBitCast(AllocaResult, Type::getInt8PtrTy(Ctx, AllocaAS));
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2399 auto AllocaAS = CGM.getASTAllocaAddressSpace(); local
2401 auto SrcLangAS = getLangOpts().OpenCL ? LangAS::opencl_private : AllocaAS;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2336 unsigned AllocaAS = Callee->getParent()->getDataLayout().getAllocaAddrSpace(); local
2340 if (PTy->getAddressSpace() != AllocaAS)

Completed in 187 milliseconds