Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp74 unsigned AllocaAS = DL.getAllocaAddrSpace(); in createAllocaInstAtEntry() local
76 new AllocaInst(V256I32Ty, AllocaAS, "", &F.getEntryBlock().front()); in createAllocaInstAtEntry()
388 unsigned AllocaAS = DL.getAllocaAddrSpace(); in getAllocaPos() local
391 new AllocaInst(V256I32Ty, AllocaAS, "", &F->getEntryBlock().front()); in getAllocaPos()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1764 unsigned AllocaAS = AllocaCASExpected->getType()->getPointerAddressSpace(); in expandAtomicOpToLibcall() local
1768 Type::getInt8PtrTy(Ctx, AllocaAS)); in expandAtomicOpToLibcall()
1795 unsigned AllocaAS = AllocaResult->getType()->getPointerAddressSpace(); in expandAtomicOpToLibcall() local
1797 Builder.CreateBitCast(AllocaResult, Type::getInt8PtrTy(Ctx, AllocaAS)); in expandAtomicOpToLibcall()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp2528 unsigned AllocaAS = Callee->getParent()->getDataLayout().getAllocaAddrSpace(); in getAttributeBasedInliningDecision() local
2532 if (PTy->getAddressSpace() != AllocaAS) in getAttributeBasedInliningDecision()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp2458 auto AllocaAS = CGM.getASTAllocaAddressSpace(); in EmitParmDecl() local
2460 auto SrcLangAS = getLangOpts().OpenCL ? LangAS::opencl_private : AllocaAS; in EmitParmDecl()