Searched refs:LLI (Results 1 – 4 of 4) sorted by relevance
310 OptReportLocationInfo LLI; in writeReport() local324 LLI |= CI.second; in writeReport()370 auto UStr = [UCDigits](OptReportLocationInfo &LLI) { in writeReport() argument375 RS << LLI.UnrollCount; in writeReport()383 ICDigits](OptReportLocationInfo &LLI) -> std::string { in writeReport() argument388 RS << LLI.VectorizationFactor << "," << LLI.InterleaveCount; in writeReport()396 OS << (LLI.Inlined.Transformed && InlinedCols < 2 ? "I" : in writeReport()398 OS << (LLI.Unrolled.Transformed && UnrolledCols < 2 ? in writeReport()399 "U" + UStr(LLI) : (NothingUnrolled ? "" : " " + USpaces)); in writeReport()400 OS << (LLI.Vectorized.Transformed && VectorizedCols < 2 ? in writeReport()[all …]
1 ; LLI.exe used to crash on Windows\X86 when certain single precession
144 class LLI : public AbstractInterpreter { class148 LLI(const std::string &Path, const std::vector<std::string> *Args) in LLI() function in __anon7bb7e3e90211::LLI165 Expected<int> LLI::ExecuteProgram(const std::string &Bitcode, in ExecuteProgram()226 return new LLI(*LLIPath, ToolArgs); in createLLI()
947 generates and code that LLI generates. This is useful if you are