Home
last modified time | relevance | path

Searched refs:LLI (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-opt-report/
H A DOptReport.cpp310 OptReportLocationInfo LLI; in writeReport() local
324 LLI |= CI.second; in writeReport()
370 auto UStr = [UCDigits](OptReportLocationInfo &LLI) { in writeReport() argument
375 RS << LLI.UnrollCount; in writeReport()
383 ICDigits](OptReportLocationInfo &LLI) -> std::string { in writeReport() argument
388 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 …]
/llvm-project-15.0.7/llvm/test/ExecutionEngine/
H A Dfrem.ll1 ; LLI.exe used to crash on Windows\X86 when certain single precession
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DToolRunner.cpp144 class LLI : public AbstractInterpreter { class
148 LLI(const std::string &Path, const std::vector<std::string> *Args) in LLI() function in __anon7bb7e3e90211::LLI
165 Expected<int> LLI::ExecuteProgram(const std::string &Bitcode, in ExecuteProgram()
226 return new LLI(*LLIPath, ToolArgs); in createLLI()
/llvm-project-15.0.7/llvm/docs/
H A DGettingStarted.rst947 generates and code that LLI generates. This is useful if you are