HomeSort by relevance Sort by last modified time
    Searched refs:AllocaTy (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CGCUDABuiltin.cpp 102 llvm::Type *AllocaTy = llvm::StructType::create(ArgTypes, "printf_args");
103 llvm::Value *Alloca = CreateTempAlloca(AllocaTy);
106 llvm::Value *P = Builder.CreateStructGEP(AllocaTy, Alloca, I - 1);
  /external/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 393 ArrayType *AllocaTy = dyn_cast<ArrayType>(Alloca->getAllocatedType());
399 if (!AllocaTy ||
400 AllocaTy->getElementType()->isVectorTy() ||
401 AllocaTy->getNumElements() > 4) {
436 VectorType *VectorTy = arrayTypeToVecType(AllocaTy);
439 << *AllocaTy << " -> " << *VectorTy << '\n');
641 Type *AllocaTy = I.getAllocatedType();
669 uint32_t AllocSize = WorkGroupSize * DL.getTypeAllocSize(AllocaTy);
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]

Completed in 100 milliseconds