Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp103 unsigned AllocaAS = DL.getAllocaAddrSpace(); in createAllocaInstAtEntry() local
105 new AllocaInst(Ty, AllocaAS, "", &F.getEntryBlock().front()); in createAllocaInstAtEntry()
453 unsigned AllocaAS = DL.getAllocaAddrSpace(); in getAllocaPos() local
456 new AllocaInst(V256I32Ty, AllocaAS, "", &F->getEntryBlock().front()); in getAllocaPos()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp221 unsigned AllocaAS = CGF.CGM.getDataLayout().getAllocaAddrSpace(); in emitVoidPtrVAArg() local
222 DirectTy = llvm::PointerType::get(CGF.getLLVMContext(), AllocaAS); in emitVoidPtrVAArg()
H A DCGDecl.cpp2556 auto AllocaAS = CGM.getASTAllocaAddressSpace(); in EmitParmDecl() local
2572 auto SrcLangAS = getLangOpts().OpenCL ? LangAS::opencl_private : AllocaAS; in EmitParmDecl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2995 unsigned AllocaAS = Callee->getParent()->getDataLayout().getAllocaAddrSpace(); in getAttributeBasedInliningDecision() local
2999 if (PTy->getAddressSpace() != AllocaAS) in getAttributeBasedInliningDecision()