Searched refs:getDataLayout (Results 1 – 7 of 7) sorted by relevance
156 data_layout_pass = new (std::nothrow) llvm::DataLayoutPass(*mTarget->getDataLayout()); in runLTO()204 data_layout_pass = new (std::nothrow) llvm::DataLayoutPass(*mTarget->getDataLayout()); in runCodeGen()256 const llvm::DataLayout *dl = getTargetMachine().getDataLayout(); in compile()
141 getRSContext()->getDataLayout()->getStructLayout(ParamTy); in checkParameterPacketType()164 size_t T2Size = getRSContext()->getDataLayout()->getTypeAllocSize(T2); in checkParameterPacketType()
118 inline const llvm::DataLayout *getDataLayout() const { return mDataLayout; } in getDataLayout() function
147 if (mpModule->getDataLayout()->getPointerSize() == 4) { in CreateCodeGenPasses()
864 return getRSContext()->getDataLayout()->getTypeStoreSize(getLLVMType()); in getStoreSize()868 return getRSContext()->getDataLayout()->getTypeAllocSize(getLLVMType()); in getAllocSize()
425 if (M->getDataLayout() != nullptr) in WriteModuleInfo()426 WriteStringRecord(bitc::MODULE_CODE_DATALAYOUT, M->getDataLayout()->getStringRepresentation(), in WriteModuleInfo()
379 if (M->getDataLayout() != nullptr) in WriteModuleInfo()380 WriteStringRecord(bitc::MODULE_CODE_DATALAYOUT, M->getDataLayout()->getStringRepresentation(), in WriteModuleInfo()