Home
last modified time | relevance | path

Searched defs:isProfitableToHoist (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h146 bool isProfitableToHoist(Instruction *I) { in isProfitableToHoist() function
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp147 bool TargetTransformInfo::isProfitableToHoist(Instruction *I) const { in isProfitableToHoist() function in TargetTransformInfo
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h232 bool isProfitableToHoist(Instruction *I) { return true; } in isProfitableToHoist() function
DTargetTransformInfo.h720 bool isProfitableToHoist(Instruction *I) override { in isProfitableToHoist() function
/external/llvm/include/llvm/Target/
DTargetLowering.h1542 virtual bool isProfitableToHoist(Instruction *I) const { return true; } in isProfitableToHoist() function
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp6862 bool AArch64TargetLowering::isProfitableToHoist(Instruction *I) const { in isProfitableToHoist() function in AArch64TargetLowering