Searched defs:AllocaTy (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGCUDABuiltin.cpp | 102 llvm::Type *AllocaTy = llvm::StructType::create(ArgTypes, "printf_args"); in EmitCUDADevicePrintfCallExpr() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGGPUBuiltin.cpp | 108 llvm::Type *AllocaTy = llvm::StructType::create(ArgTypes, "printf_args"); in EmitNVPTXDevicePrintfCallExpr() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 393 ArrayType *AllocaTy = dyn_cast<ArrayType>(Alloca->getAllocatedType()); in tryPromoteAllocaToVector() local 641 Type *AllocaTy = I.getAllocatedType(); in handleAlloca() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 368 SequentialType *AllocaTy = dyn_cast<SequentialType>(AT); in tryPromoteAllocaToVector() local 728 Type *AllocaTy = I.getAllocatedType(); in handleAlloca() local
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 436 Type *AllocaTy = Alloca->getAllocatedType(); in tryPromoteAllocaToVector() local 876 Type *AllocaTy = I.getAllocatedType(); in handleAlloca() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 1892 Type *AllocaTy, in isIntegerWideningViableForSlice() 1970 static bool isIntegerWideningViable(Partition &P, Type *AllocaTy, in isIntegerWideningViable() 2615 Type *AllocaTy = NewAI.getAllocatedType(); in visitMemSetInst() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 2000 Type *AllocaTy, in isIntegerWideningViableForSlice() 2085 static bool isIntegerWideningViable(Partition &P, Type *AllocaTy, in isIntegerWideningViable() 2779 Type *AllocaTy = NewAI.getAllocatedType(); in visitMemSetInst() local
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 2014 Type *AllocaTy, in isIntegerWideningViableForSlice() 2099 static bool isIntegerWideningViable(Partition &P, Type *AllocaTy, in isIntegerWideningViable() 2802 Type *AllocaTy = NewAI.getAllocatedType(); in visitMemSetInst() local
|