Home
last modified time | relevance | path

Searched refs:CodeGenPrepare (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp305 class CodeGenPrepare { class
370 CodeGenPrepare(){}; in CodeGenPrepare() function in __anon01de4a8e0111::CodeGenPrepare
511 CodeGenPrepare CGP(TM); in runOnFunction()
546 CodeGenPrepare CGP(TM); in run()
576 bool CodeGenPrepare::_run(Function &F) { in _run()
5968 bool CodeGenPrepare::tryToPromoteExts( in tryToPromoteExts()
6067 bool CodeGenPrepare::mergeSExts(Function &F) { in mergeSExts()
6141 bool CodeGenPrepare::splitLargeGEPOffsets() { in splitLargeGEPOffsets()
6264 bool CodeGenPrepare::optimizePhiType( in optimizePhiType()
6431 bool CodeGenPrepare::canFormExtLd( in canFormExtLd()
[all …]
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile236 SRCS_MIN+= CodeGen/CodeGenPrepare.cpp