HomeSort by: relevance | last modified time | path
    Searched refs:AllocaAS (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86LowerAMXType.cpp 74 unsigned AllocaAS = DL.getAllocaAddrSpace();
76 new AllocaInst(V256I32Ty, AllocaAS, "", &F.getEntryBlock().front());
388 unsigned AllocaAS = DL.getAllocaAddrSpace();
391 new AllocaInst(V256I32Ty, AllocaAS, "", &F->getEntryBlock().front());
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
AtomicExpandPass.cpp 1764 unsigned AllocaAS = AllocaCASExpected->getType()->getPointerAddressSpace();
1768 Type::getInt8PtrTy(Ctx, AllocaAS));
1795 unsigned AllocaAS = AllocaResult->getType()->getPointerAddressSpace();
1797 Builder.CreateBitCast(AllocaResult, Type::getInt8PtrTy(Ctx, AllocaAS));
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineCost.cpp 2528 unsigned AllocaAS = Callee->getParent()->getDataLayout().getAllocaAddrSpace();
2532 if (PTy->getAddressSpace() != AllocaAS)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDecl.cpp 2458 auto AllocaAS = CGM.getASTAllocaAddressSpace();
2460 auto SrcLangAS = getLangOpts().OpenCL ? LangAS::opencl_private : AllocaAS;

Completed in 58 milliseconds