LLVM 20.0.0git
|
#include "llvm/CodeGen/ExpandLargeFpConvert.h"
Public Member Functions | |
ExpandLargeFpConvertPass (const TargetMachine *TM_) | |
PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
Public Member Functions inherited from llvm::PassInfoMixin< ExpandLargeFpConvertPass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< ExpandLargeFpConvertPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Definition at line 18 of file ExpandLargeFpConvert.h.
|
inlineexplicit |
Definition at line 24 of file ExpandLargeFpConvert.h.
PreservedAnalyses ExpandLargeFpConvertPass::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Definition at line 693 of file ExpandLargeFpConvert.cpp.
References llvm::PreservedAnalyses::all(), F, llvm::TargetMachine::getSubtargetImpl(), llvm::TargetSubtargetInfo::getTargetLowering(), llvm::PreservedAnalyses::none(), and runImpl().