Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h430 InstructionCost getFPOpCost(Type *Ty) const { getFPOpCost() function
H A DTargetTransformInfo.h2522 InstructionCost getFPOpCost(Type *Ty) override { getFPOpCost() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h551 InstructionCost getFPOpCost(Type *Ty) { getFPOpCost() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp674 InstructionCost TargetTransformInfo::getFPOpCost(Type *Ty) const { getFPOpCost() function in TargetTransformInfo