Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp110 unsigned AllocaAS = DL.getAllocaAddrSpace(); in createAllocaInstAtEntry() local
112 new AllocaInst(Ty, AllocaAS, "", F.getEntryBlock().begin()); in createAllocaInstAtEntry()
459 unsigned AllocaAS = DL.getAllocaAddrSpace(); in getAllocaPos() local
462 new AllocaInst(V256I32Ty, AllocaAS, "", F->getEntryBlock().begin()); in getAllocaPos()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp224 unsigned AllocaAS = CGF.CGM.getDataLayout().getAllocaAddrSpace(); in emitVoidPtrVAArg() local
225 DirectTy = llvm::PointerType::get(CGF.getLLVMContext(), AllocaAS); in emitVoidPtrVAArg()
H A DCGDecl.cpp2616 auto AllocaAS = CGM.getASTAllocaAddressSpace(); in EmitParmDecl() local
2632 auto SrcLangAS = getLangOpts().OpenCL ? LangAS::opencl_private : AllocaAS; in EmitParmDecl()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp3000 unsigned AllocaAS = Callee->getDataLayout().getAllocaAddrSpace(); in getAttributeBasedInliningDecision() local
3004 if (PTy->getAddressSpace() != AllocaAS) in getAttributeBasedInliningDecision()