Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp634 class ExpandLargeFpConvertLegacyPass : public FunctionPass { class
638 ExpandLargeFpConvertLegacyPass() : FunctionPass(ID) { in ExpandLargeFpConvertLegacyPass() function in __anon5f9181ec0111::ExpandLargeFpConvertLegacyPass
664 char ExpandLargeFpConvertLegacyPass::ID = 0;
665 INITIALIZE_PASS_BEGIN(ExpandLargeFpConvertLegacyPass, "expand-large-fp-convert",
667 INITIALIZE_PASS_END(ExpandLargeFpConvertLegacyPass, "expand-large-fp-convert",
671 return new ExpandLargeFpConvertLegacyPass(); in createExpandLargeFpConvertPass()