Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
389 unsigned AllocaAS = DL.getAllocaAddrSpace(); in getAllocaPos() local
392 new AllocaInst(V256I32Ty, AllocaAS, "", &F->getEntryBlock().front()); in getAllocaPos()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1805 unsigned AllocaAS = AllocaCASExpected->getType()->getPointerAddressSpace(); in expandAtomicOpToLibcall() local
1809 Type::getInt8PtrTy(Ctx, AllocaAS)); in expandAtomicOpToLibcall()
1836 unsigned AllocaAS = AllocaResult->getType()->getPointerAddressSpace(); in expandAtomicOpToLibcall() local
1838 Builder.CreateBitCast(AllocaResult, Type::getInt8PtrTy(Ctx, AllocaAS)); in expandAtomicOpToLibcall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2757 unsigned AllocaAS = Callee->getParent()->getDataLayout().getAllocaAddrSpace(); in getAttributeBasedInliningDecision() local
2761 if (PTy->getAddressSpace() != AllocaAS) in getAttributeBasedInliningDecision()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2465 auto AllocaAS = CGM.getASTAllocaAddressSpace(); in EmitParmDecl() local
2467 auto SrcLangAS = getLangOpts().OpenCL ? LangAS::opencl_private : AllocaAS; in EmitParmDecl()