Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2211 static bool isPromotedInstructionLegal(const TargetLowering &TLI, Value *Val) { in isPromotedInstructionLegal() function
2595 return isPromotedInstructionLegal(TLI, PromotedOperand); in IsPromotionProfitable()
3619 !isPromotedInstructionLegal(*TLI, PromotedVal))) { in ExtLdPromotion()