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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1716 unsigned AllocaAS = AllocaCASExpected->getType()->getPointerAddressSpace(); local
1720 Type::getInt8PtrTy(Ctx, AllocaAS));
1747 unsigned AllocaAS = AllocaResult->getType()->getPointerAddressSpace(); local
1749 Builder.CreateBitCast(AllocaResult, Type::getInt8PtrTy(Ctx, AllocaAS));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2130 unsigned AllocaAS = Callee->getParent()->getDataLayout().getAllocaAddrSpace(); local
2134 if (PTy->getAddressSpace() != AllocaAS)
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2383 auto AllocaAS = CGM.getASTAllocaAddressSpace(); local
2385 auto SrcLangAS = getLangOpts().OpenCL ? LangAS::opencl_private : AllocaAS;

Completed in 78 milliseconds