Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h538 InstructionCost getFPOpCost(Type *Ty) { getFPOpCost() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h412 InstructionCost getFPOpCost(Type *Ty) const { getFPOpCost() function
H A DTargetTransformInfo.h2456 InstructionCost getFPOpCost(Type *Ty) override { getFPOpCost() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp652 InstructionCost TargetTransformInfo::getFPOpCost(Type *Ty) const { getFPOpCost() function in TargetTransformInfo