Lines Matching refs:CodeGenContext

159     bool RetryManager::PickupKernels(CodeGenContext* cgCtx)  in PickupKernels()
559 return CodeGenContext::getNumGRFPerThread(); in getNumGRFPerThread()
852 void CodeGenContext::initLLVMContextWrapper(bool createResourceDimTypes) in initLLVMContextWrapper()
858 llvm::LLVMContext* CodeGenContext::getLLVMContext() const { in getLLVMContext()
862 IGC::IGCMD::MetaDataUtils* CodeGenContext::getMetaDataUtils() const in getMetaDataUtils()
868 IGCLLVM::Module* CodeGenContext::getModule() const { return module; } in getModule()
870 static void initCompOptionFromRegkey(CodeGenContext* ctx) in initCompOptionFromRegkey()
880 void CodeGenContext::setModule(llvm::Module* m) in setModule()
892 void CodeGenContext::deleteModule() in deleteModule()
904 IGC::ModuleMetaData* CodeGenContext::getModuleMetaData() const in getModuleMetaData()
910 unsigned int CodeGenContext::getRegisterPointerSizeInBits(unsigned int AS) const in getRegisterPointerSizeInBits()
944 bool CodeGenContext::enableFunctionCall() const in enableFunctionCall()
950 void CodeGenContext::CheckEnableSubroutine(llvm::Module& M) in CheckEnableSubroutine()
973 void CodeGenContext::InitVarMetaData() {} in InitVarMetaData()
975 CodeGenContext::~CodeGenContext() in ~CodeGenContext()
981 void CodeGenContext::clear() in clear()
1018 static bool isEntryPoint(const CodeGenContext *ctx, const llvm::Function *F) in isEntryPoint()
1035 …(const CodeGenContext *ctx, const llvm::Function *F, llvm::SmallPtrSetImpl<const llvm::Function *>… in findCallingKernels()
1117 …void CodeGenContext::EmitError(std::ostream &OS, const char* errorstr, const llvm::Value* context)… in EmitError()
1157 void CodeGenContext::EmitError(const char* errorstr, const llvm::Value *context) in EmitError()
1162 void CodeGenContext::EmitWarning(const char* warningstr) in EmitWarning()
1169 CompOptions& CodeGenContext::getCompilerOption() in getCompilerOption()
1174 void CodeGenContext::resetOnRetry() in resetOnRetry()
1179 uint32_t CodeGenContext::getNumThreadsPerEU() const in getNumThreadsPerEU()
1184 uint32_t CodeGenContext::getNumGRFPerThread() const in getNumGRFPerThread()
1201 bool CodeGenContext::forceGlobalMemoryAllocation() const in forceGlobalMemoryAllocation()
1206 bool CodeGenContext::allocatePrivateAsGlobalBuffer() const in allocatePrivateAsGlobalBuffer()
1211 bool CodeGenContext::hasNoLocalToGenericCast() const in hasNoLocalToGenericCast()
1216 bool CodeGenContext::hasNoPrivateToGenericCast() const in hasNoPrivateToGenericCast()
1221 int16_t CodeGenContext::getVectorCoalescingControl() const in getVectorCoalescingControl()
1226 bool CodeGenContext::isPOSH() const in isPOSH()
1232 void CodeGenContext::setFlagsPerCtx() in setFlagsPerCtx()