Lines Matching refs:DL
198 llvm::Value *getStepValue(llvm::DataLayout *DL, llvm::Type *AllocType, in getStepValue() argument
200 bccAssert(DL); in getStepValue()
206 uint64_t ETSize = DL->getTypeAllocSize(ET); in getStepValue()
517 llvm::DataLayout DL(Module); in ExpandFunction() local
559 InStep = getStepValue(&DL, InTy, InStepArg); in ExpandFunction()
571 OutStep = getStepValue(&DL, OutTy, Arg_outstep); in ExpandFunction()
650 llvm::DataLayout DL(Module); in ExpandKernel() local
729 OutStep = getStepValue(&DL, OutTy, Arg_outstep); in ExpandKernel()
786 uint64_t Alignment = DL.getABITypeAlignment(ElementType); in ExpandKernel()
798 llvm::Value *InStep = getStepValue(&DL, InType, InStepArg); in ExpandKernel()
862 uint64_t StoreSize = DL.getTypeStoreSize(ElementType); in ExpandKernel()
863 uint64_t Alignment = DL.getABITypeAlignment(ElementType); in ExpandKernel()