Searched refs:TPH (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 5036 TypePromotionHelper::Action TPH = in matchOperationAddr() local 5038 if (!TPH) in matchOperationAddr() 5046 TPH(Ext, TPT, PromotedInsts, CreatedInstsCost, nullptr, nullptr, TLI); in matchOperationAddr() 6106 TypePromotionHelper::Action TPH = in tryToPromoteExts() local 6109 if (!TPH) { in tryToPromoteExts() 6122 Value *PromotedVal = TPH(I, TPT, PromotedInsts, NewCreatedInstsCost, in tryToPromoteExts()
|