Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h432 InstructionCost getFPOpCost(Type *Ty) const { in getFPOpCost() function
H A DTargetTransformInfo.h2547 InstructionCost getFPOpCost(Type *Ty) override { in getFPOpCost() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h551 InstructionCost getFPOpCost(Type *Ty) { in getFPOpCost() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp678 InstructionCost TargetTransformInfo::getFPOpCost(Type *Ty) const { in getFPOpCost() function in TargetTransformInfo