Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5372 TypePromotionHelper::Action TPH = in matchOperationAddr() local
5374 if (!TPH) in matchOperationAddr()
5382 TPH(Ext, TPT, PromotedInsts, CreatedInstsCost, nullptr, nullptr, TLI); in matchOperationAddr()
6496 TypePromotionHelper::Action TPH = in tryToPromoteExts() local
6499 if (!TPH) { in tryToPromoteExts()
6512 Value *PromotedVal = TPH(I, TPT, PromotedInsts, NewCreatedInstsCost, in tryToPromoteExts()