Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h361 bool isProfitableToHoist(Instruction *I) const;
663 virtual bool isProfitableToHoist(Instruction *I) = 0;
826 bool isProfitableToHoist(Instruction *I) override { in isProfitableToHoist() function
827 return Impl.isProfitableToHoist(I); in isProfitableToHoist()
DTargetTransformInfoImpl.h231 bool isProfitableToHoist(Instruction *I) { return true; } in isProfitableToHoist() function
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp157 bool TargetTransformInfo::isProfitableToHoist(Instruction *I) const { in isProfitableToHoist() function in TargetTransformInfo
158 return TTIImpl->isProfitableToHoist(I); in isProfitableToHoist()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h541 bool isProfitableToHoist(Instruction *I) const;
1054 virtual bool isProfitableToHoist(Instruction *I) = 0;
1305 bool isProfitableToHoist(Instruction *I) override { in isProfitableToHoist() function
1306 return Impl.isProfitableToHoist(I); in isProfitableToHoist()
DTargetTransformInfoImpl.h281 bool isProfitableToHoist(Instruction *I) { return true; } in isProfitableToHoist() function
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h151 bool isProfitableToHoist(Instruction *I) { in isProfitableToHoist() function
152 return getTLI()->isProfitableToHoist(I); in isProfitableToHoist()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp214 bool TargetTransformInfo::isProfitableToHoist(Instruction *I) const { in isProfitableToHoist() function in TargetTransformInfo
215 return TTIImpl->isProfitableToHoist(I); in isProfitableToHoist()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h206 bool isProfitableToHoist(Instruction *I) { in isProfitableToHoist() function
207 return getTLI()->isProfitableToHoist(I); in isProfitableToHoist()
DTargetLowering.h2079 virtual bool isProfitableToHoist(Instruction *I) const { return true; } in isProfitableToHoist() function
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h292 bool isProfitableToHoist(Instruction *I) const override;
DAArch64ISelLowering.cpp6953 bool AArch64TargetLowering::isProfitableToHoist(Instruction *I) const { in isProfitableToHoist() function in AArch64TargetLowering
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h318 bool isProfitableToHoist(Instruction *I) const override;
DAArch64ISelLowering.cpp7937 bool AArch64TargetLowering::isProfitableToHoist(Instruction *I) const { in isProfitableToHoist() function in AArch64TargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h1669 virtual bool isProfitableToHoist(Instruction *I) const { return true; } in isProfitableToHoist() function
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1209 if (!TTI.isProfitableToHoist(I1) || !TTI.isProfitableToHoist(I2)) in HoistThenElseCodeToIf()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1287 if (!TTI.isProfitableToHoist(I1) || !TTI.isProfitableToHoist(I2)) in HoistThenElseCodeToIf()