Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h278 bool isProfitableToHoist(Instruction *I) { in isProfitableToHoist() function
DTargetLowering.h2315 virtual bool isProfitableToHoist(Instruction *I) const { return true; } in isProfitableToHoist() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h306 bool isProfitableToHoist(Instruction *I) { return true; } in isProfitableToHoist() function
DTargetTransformInfo.h1573 bool isProfitableToHoist(Instruction *I) override { in isProfitableToHoist() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp368 bool TargetTransformInfo::isProfitableToHoist(Instruction *I) const { in isProfitableToHoist() function in TargetTransformInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8858 bool AArch64TargetLowering::isProfitableToHoist(Instruction *I) const { in isProfitableToHoist() function in AArch64TargetLowering