OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFPOpCost
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h
817
InstructionCost
getFPOpCost
(Type *Ty) const;
1558
virtual InstructionCost
getFPOpCost
(Type *Ty) = 0;
1987
InstructionCost
getFPOpCost
(Type *Ty) override {
1988
return Impl.
getFPOpCost
(Ty);
TargetTransformInfoImpl.h
346
InstructionCost
getFPOpCost
(Type *Ty) const {
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp
533
InstructionCost TargetTransformInfo::
getFPOpCost
(Type *Ty) const {
534
InstructionCost Cost = TTIImpl->
getFPOpCost
(Ty);
InlineCost.cpp
1356
if (TTI.
getFPOpCost
(I.getType()) == TargetTransformInfo::TCC_Expensive)
1695
TTI.
getFPOpCost
(I.getType()) == TargetTransformInfo::TCC_Expensive &&
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h
471
InstructionCost
getFPOpCost
(Type *Ty) {
Completed in 55 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026