Searched refs:canEmitIR (Results 1 – 4 of 4) sorted by relevance
56 virtual bool canEmitIR() const { return false; } in canEmitIR() function
121 bool canEmitIR() const override { return true; } in canEmitIR() function
113 bool canEmitIR() const override { return true; } in canEmitIR() function
5236 if (!T->hasIntegratedBackend() && !(OutputIsLLVM && T->canEmitIR())) in combineAssembleBackendCompile() 5311 if (!T->hasIntegratedBackend() && !(OutputIsLLVM && T->canEmitIR())) in combineBackendCompile() 5314 if (T->canEmitIR() && ((SaveTemps && !InputIsBitcode) || EmbedBitcode)) in combineBackendCompile() 5729 if (T->canEmitIR() && OffloadingPrefix.empty()) in BuildJobsForActionNoCache()