Searched defs:AllocaTy (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGGPUBuiltin.cpp | 115 llvm::Type *AllocaTy = llvm::StructType::create(ArgTypes, "printf_args"); packArgsIntoNVPTXFormatBuffer() local |
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | AMDGPUPromoteAlloca.cpp | 735 Type *AllocaTy = Alloca.getAllocatedType(); in tryPromoteAllocaToVector() local |
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | SROA.cpp | 2338 isIntegerWideningViableForSlice(const Slice & S,uint64_t AllocBeginOffset,Type * AllocaTy,const DataLayout & DL,bool & WholeAllocaOp) isIntegerWideningViableForSlice() argument |