Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DExpandLargeFpConvert.h18 class ExpandLargeFpConvertPass
19 : public PassInfoMixin<ExpandLargeFpConvertPass> {
24 explicit ExpandLargeFpConvertPass(const TargetMachine *TM_) : TM(TM_) {} in ExpandLargeFpConvertPass() function
H A DMachinePassRegistry.def53 FUNCTION_PASS("expand-large-fp-convert", ExpandLargeFpConvertPass, (TM))
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp657 PreservedAnalyses ExpandLargeFpConvertPass::run(Function &F, in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def329 FUNCTION_PASS("expand-large-fp-convert", ExpandLargeFpConvertPass(TM))