Searched refs:TPH (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 4806 TypePromotionHelper::Action TPH = in matchOperationAddr() local 4808 if (!TPH) in matchOperationAddr() 4816 TPH(Ext, TPT, PromotedInsts, CreatedInstsCost, nullptr, nullptr, TLI); in matchOperationAddr() 5849 TypePromotionHelper::Action TPH = in tryToPromoteExts() local 5852 if (!TPH) { in tryToPromoteExts() 5865 Value *PromotedVal = TPH(I, TPT, PromotedInsts, NewCreatedInstsCost, in tryToPromoteExts()
|