Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDBasicTTIImpl.h278 bool isProfitableToHoist(Instruction *I) { in isProfitableToHoist() function
HDTargetLowering.h2315 virtual bool isProfitableToHoist(Instruction *I) const { return true; } in isProfitableToHoist() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfoImpl.h306 bool isProfitableToHoist(Instruction *I) { return true; } in isProfitableToHoist() function
HDTargetTransformInfo.h1573 bool isProfitableToHoist(Instruction *I) override { in isProfitableToHoist() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTargetTransformInfo.cpp368 bool TargetTransformInfo::isProfitableToHoist(Instruction *I) const { in isProfitableToHoist() function in TargetTransformInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp8858 bool AArch64TargetLowering::isProfitableToHoist(Instruction *I) const { in isProfitableToHoist() function in AArch64TargetLowering