Searched refs:AllocaAS (Results 1 – 4 of 4) sorted by relevance
110 unsigned AllocaAS = DL.getAllocaAddrSpace(); in createAllocaInstAtEntry() local112 new AllocaInst(Ty, AllocaAS, "", F.getEntryBlock().begin()); in createAllocaInstAtEntry()459 unsigned AllocaAS = DL.getAllocaAddrSpace(); in getAllocaPos() local462 new AllocaInst(V256I32Ty, AllocaAS, "", F->getEntryBlock().begin()); in getAllocaPos()
224 unsigned AllocaAS = CGF.CGM.getDataLayout().getAllocaAddrSpace(); in emitVoidPtrVAArg() local225 DirectTy = llvm::PointerType::get(CGF.getLLVMContext(), AllocaAS); in emitVoidPtrVAArg()
2616 auto AllocaAS = CGM.getASTAllocaAddressSpace(); in EmitParmDecl() local2632 auto SrcLangAS = getLangOpts().OpenCL ? LangAS::opencl_private : AllocaAS; in EmitParmDecl()
3000 unsigned AllocaAS = Callee->getDataLayout().getAllocaAddrSpace(); in getAttributeBasedInliningDecision() local3004 if (PTy->getAddressSpace() != AllocaAS) in getAttributeBasedInliningDecision()