Home
last modified time | relevance | path

Searched defs:getFPOpCost (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h471 InstructionCost getFPOpCost(Type *Ty) { in getFPOpCost() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h346 InstructionCost getFPOpCost(Type *Ty) const { in getFPOpCost() function
H A DTargetTransformInfo.h1987 InstructionCost getFPOpCost(Type *Ty) override { in getFPOpCost() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp533 InstructionCost TargetTransformInfo::getFPOpCost(Type *Ty) const { in getFPOpCost() function in TargetTransformInfo