Searched refs:getDataLayout (Results 1 – 7 of 7) sorted by relevance
141 getRSContext()->getDataLayout().getStructLayout(ParamTy); in checkParameterPacketType()164 size_t T2Size = getRSContext()->getDataLayout().getTypeAllocSize(T2); in checkParameterPacketType()
60 mDataLayout(Target.getDataLayout()), in RSContext()
154 inline const llvm::DataLayout &getDataLayout() const { return mDataLayout; } in getDataLayout() function
190 if (mpModule->getDataLayout().getPointerSize() == 4) { in CreateCodeGenPasses()845 const llvm::DataLayout *DL = &M->getDataLayout(); in PadHelperFunctionStruct()
944 return getRSContext()->getDataLayout().getTypeStoreSize(getLLVMType()); in getStoreSize()948 return getRSContext()->getDataLayout().getTypeAllocSize(getLLVMType()); in getAllocSize()
118 const llvm::DataLayout &DL = M.getDataLayout(); in runOnModule()
327 if (!validateLayoutOfExportedTypes(module, module.getDataLayout(), dl)) in compile()