Home
last modified time | relevance | path

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

1234567

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/
H A DGenTTI.h65 bool isProfitableToHoist(Instruction* I);
H A DGenTTI.cpp430 bool GenIntrinsicsTTIImpl::isProfitableToHoist(Instruction* I) in isProfitableToHoist() function in llvm::GenIntrinsicsTTIImpl
445 return BaseT::isProfitableToHoist(I); in isProfitableToHoist()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXTargetMachine.h126 bool isProfitableToHoist(Instruction *I) const { in isProfitableToHoist() function
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Analysis/
H A DTargetTransformInfo.h541 bool isProfitableToHoist(Instruction *I) const;
1054 virtual bool isProfitableToHoist(Instruction *I) = 0;
1305 bool isProfitableToHoist(Instruction *I) override {
1306 return Impl.isProfitableToHoist(I);
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Analysis/
H A DTargetTransformInfo.h541 bool isProfitableToHoist(Instruction *I) const;
1081 virtual bool isProfitableToHoist(Instruction *I) = 0;
1338 bool isProfitableToHoist(Instruction *I) override { in isProfitableToHoist() function
1339 return Impl.isProfitableToHoist(I); in isProfitableToHoist()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Analysis/
H A DTargetTransformInfo.h618 bool isProfitableToHoist(Instruction *I) const;
1196 virtual bool isProfitableToHoist(Instruction *I) = 0;
1488 bool isProfitableToHoist(Instruction *I) override { in isProfitableToHoist() function
1489 return Impl.isProfitableToHoist(I); in isProfitableToHoist()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Analysis/
H A DTargetTransformInfo.h649 bool isProfitableToHoist(Instruction *I) const;
1252 virtual bool isProfitableToHoist(Instruction *I) = 0;
1573 bool isProfitableToHoist(Instruction *I) override { in isProfitableToHoist() function
1574 return Impl.isProfitableToHoist(I); in isProfitableToHoist()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h649 bool isProfitableToHoist(Instruction *I) const;
1252 virtual bool isProfitableToHoist(Instruction *I) = 0;
1573 bool isProfitableToHoist(Instruction *I) override { in isProfitableToHoist() function
1574 return Impl.isProfitableToHoist(I); in isProfitableToHoist()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h649 bool isProfitableToHoist(Instruction *I) const;
1252 virtual bool isProfitableToHoist(Instruction *I) = 0;
1573 bool isProfitableToHoist(Instruction *I) override { in isProfitableToHoist() function
1574 return Impl.isProfitableToHoist(I); in isProfitableToHoist()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h668 bool isProfitableToHoist(Instruction *I) const;
1335 virtual bool isProfitableToHoist(Instruction *I) = 0;
1663 bool isProfitableToHoist(Instruction *I) override { in isProfitableToHoist() function
1664 return Impl.isProfitableToHoist(I); in isProfitableToHoist()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Analysis/
H A DTargetTransformInfo.h668 bool isProfitableToHoist(Instruction *I) const;
1335 virtual bool isProfitableToHoist(Instruction *I) = 0;
1663 bool isProfitableToHoist(Instruction *I) override { in isProfitableToHoist() function
1664 return Impl.isProfitableToHoist(I); in isProfitableToHoist()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h704 bool isProfitableToHoist(Instruction *I) const;
1447 virtual bool isProfitableToHoist(Instruction *I) = 0;
1805 bool isProfitableToHoist(Instruction *I) override { in isProfitableToHoist() function
1806 return Impl.isProfitableToHoist(I); in isProfitableToHoist()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h704 bool isProfitableToHoist(Instruction *I) const;
1517 virtual bool isProfitableToHoist(Instruction *I) = 0;
1909 bool isProfitableToHoist(Instruction *I) override { in isProfitableToHoist() function
1910 return Impl.isProfitableToHoist(I); in isProfitableToHoist()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Analysis/
H A DTargetTransformInfo.h704 bool isProfitableToHoist(Instruction *I) const;
1517 virtual bool isProfitableToHoist(Instruction *I) = 0;
1909 bool isProfitableToHoist(Instruction *I) override { in isProfitableToHoist() function
1910 return Impl.isProfitableToHoist(I); in isProfitableToHoist()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h710 bool isProfitableToHoist(Instruction *I) const;
1480 virtual bool isProfitableToHoist(Instruction *I) = 0;
1852 bool isProfitableToHoist(Instruction *I) override { in isProfitableToHoist() function
1853 return Impl.isProfitableToHoist(I); in isProfitableToHoist()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h704 bool isProfitableToHoist(Instruction *I) const;
1517 virtual bool isProfitableToHoist(Instruction *I) = 0;
1909 bool isProfitableToHoist(Instruction *I) override { in isProfitableToHoist() function
1910 return Impl.isProfitableToHoist(I); in isProfitableToHoist()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h713 bool isProfitableToHoist(Instruction *I) const;
1530 virtual bool isProfitableToHoist(Instruction *I) = 0;
1931 bool isProfitableToHoist(Instruction *I) override { in isProfitableToHoist() function
1932 return Impl.isProfitableToHoist(I); in isProfitableToHoist()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h704 bool isProfitableToHoist(Instruction *I) const;
1517 virtual bool isProfitableToHoist(Instruction *I) = 0;
1909 bool isProfitableToHoist(Instruction *I) override { in isProfitableToHoist() function
1910 return Impl.isProfitableToHoist(I); in isProfitableToHoist()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h709 bool isProfitableToHoist(Instruction *I) const;
1479 virtual bool isProfitableToHoist(Instruction *I) = 0;
1851 bool isProfitableToHoist(Instruction *I) override { in isProfitableToHoist() function
1852 return Impl.isProfitableToHoist(I); in isProfitableToHoist()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h704 bool isProfitableToHoist(Instruction *I) const;
1517 virtual bool isProfitableToHoist(Instruction *I) = 0;
1909 bool isProfitableToHoist(Instruction *I) override { in isProfitableToHoist() function
1910 return Impl.isProfitableToHoist(I); in isProfitableToHoist()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp438 bool TargetTransformInfo::isProfitableToHoist(Instruction *I) const {
439 return TTIImpl->isProfitableToHoist(I);
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Analysis/
H A DTargetTransformInfo.cpp438 bool TargetTransformInfo::isProfitableToHoist(Instruction *I) const { in isProfitableToHoist() function in TargetTransformInfo
439 return TTIImpl->isProfitableToHoist(I); in isProfitableToHoist()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp438 bool TargetTransformInfo::isProfitableToHoist(Instruction *I) const { in isProfitableToHoist() function in TargetTransformInfo
439 return TTIImpl->isProfitableToHoist(I); in isProfitableToHoist()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp448 bool TargetTransformInfo::isProfitableToHoist(Instruction *I) const { in isProfitableToHoist() function in TargetTransformInfo
449 return TTIImpl->isProfitableToHoist(I); in isProfitableToHoist()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp438 bool TargetTransformInfo::isProfitableToHoist(Instruction *I) const { in isProfitableToHoist() function in TargetTransformInfo
439 return TTIImpl->isProfitableToHoist(I); in isProfitableToHoist()

1234567