Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4712 TypePromotionHelper::Action TPH = in matchOperationAddr() local
4714 if (!TPH) in matchOperationAddr()
4722 TPH(Ext, TPT, PromotedInsts, CreatedInstsCost, nullptr, nullptr, TLI); in matchOperationAddr()
5753 TypePromotionHelper::Action TPH = in tryToPromoteExts() local
5756 if (!TPH) { in tryToPromoteExts()
5769 Value *PromotedVal = TPH(I, TPT, PromotedInsts, NewCreatedInstsCost, in tryToPromoteExts()