Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h288 bool isProfitableToHoist(Instruction *I) const { return true; } in isProfitableToHoist() function
H A DTargetTransformInfo.h1920 bool isProfitableToHoist(Instruction *I) override { in isProfitableToHoist() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h348 bool isProfitableToHoist(Instruction *I) { in isProfitableToHoist() function
H A DTargetLowering.h2498 virtual bool isProfitableToHoist(Instruction *I) const { return true; } in isProfitableToHoist() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp442 bool TargetTransformInfo::isProfitableToHoist(Instruction *I) const { in isProfitableToHoist() function in TargetTransformInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16224 bool PPCTargetLowering::isProfitableToHoist(Instruction *I) const { in isProfitableToHoist() function in PPCTargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10991 bool AArch64TargetLowering::isProfitableToHoist(Instruction *I) const { in isProfitableToHoist() function in AArch64TargetLowering