Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h354 bool isProfitableToHoist(Instruction *I) const { return true; } isProfitableToHoist() function
H A DTargetTransformInfo.h2437 bool isProfitableToHoist(Instruction *I) override { isProfitableToHoist() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h428 bool isProfitableToHoist(Instruction *I) { isProfitableToHoist() function
H A DTargetLowering.h2978 virtual bool isProfitableToHoist(Instruction *I) const { return true; } isProfitableToHoist() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp559 bool TargetTransformInfo::isProfitableToHoist(Instruction *I) const { isProfitableToHoist() function in TargetTransformInfo
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp17530 bool PPCTargetLowering::isProfitableToHoist(Instruction *I) const { isProfitableToHoist() function in PPCTargetLowering
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15557 bool AArch64TargetLowering::isProfitableToHoist(Instruction *I) const { isProfitableToHoist() function in AArch64TargetLowering
[all...]