Searched refs:AllocaAS (Results 1 – 4 of 4) sorted by relevance
218 unsigned AllocaAS = CGF.CGM.getDataLayout().getAllocaAddrSpace(); in emitVoidPtrVAArg() local219 DirectTy = llvm::PointerType::get(CGF.getLLVMContext(), AllocaAS); in emitVoidPtrVAArg()
2697 auto AllocaAS = CGM.getASTAllocaAddressSpace(); in EmitParmDecl() local2713 auto SrcLangAS = getLangOpts().OpenCL ? LangAS::opencl_private : AllocaAS; in EmitParmDecl()
124 unsigned AllocaAS = DL.getAllocaAddrSpace(); in createAllocaInstAtEntry() local126 new AllocaInst(Ty, AllocaAS, "", F.getEntryBlock().begin()); in createAllocaInstAtEntry()582 unsigned AllocaAS = DL.getAllocaAddrSpace(); in getAllocaPos() local585 new AllocaInst(V256I32Ty, AllocaAS, "", F->getEntryBlock().begin()); in getAllocaPos()
3202 unsigned AllocaAS = Callee->getDataLayout().getAllocaAddrSpace(); in getAttributeBasedInliningDecision() local3206 if (PTy->getAddressSpace() != AllocaAS) in getAttributeBasedInliningDecision()