Searched refs:AllocaAS (Results 1 – 4 of 4) sorted by relevance
103 unsigned AllocaAS = DL.getAllocaAddrSpace(); in createAllocaInstAtEntry() local105 new AllocaInst(Ty, AllocaAS, "", &F.getEntryBlock().front()); in createAllocaInstAtEntry()453 unsigned AllocaAS = DL.getAllocaAddrSpace(); in getAllocaPos() local456 new AllocaInst(V256I32Ty, AllocaAS, "", &F->getEntryBlock().front()); in getAllocaPos()
221 unsigned AllocaAS = CGF.CGM.getDataLayout().getAllocaAddrSpace(); in emitVoidPtrVAArg() local222 DirectTy = llvm::PointerType::get(CGF.getLLVMContext(), AllocaAS); in emitVoidPtrVAArg()
2556 auto AllocaAS = CGM.getASTAllocaAddressSpace(); in EmitParmDecl() local2572 auto SrcLangAS = getLangOpts().OpenCL ? LangAS::opencl_private : AllocaAS; in EmitParmDecl()
2995 unsigned AllocaAS = Callee->getParent()->getDataLayout().getAllocaAddrSpace(); in getAttributeBasedInliningDecision() local2999 if (PTy->getAddressSpace() != AllocaAS) in getAttributeBasedInliningDecision()