Searched defs:getFPOpCost (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | BasicTTIImpl.h | 538 InstructionCost getFPOpCost(Type *Ty) { getFPOpCost() function |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 412 InstructionCost getFPOpCost(Type *Ty) const { getFPOpCost() function |
H A D | TargetTransformInfo.h | 2456 InstructionCost getFPOpCost(Type *Ty) override { getFPOpCost() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 652 InstructionCost TargetTransformInfo::getFPOpCost(Type *Ty) const { getFPOpCost() function in TargetTransformInfo |