Searched defs:getFPOpCost (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 430 InstructionCost getFPOpCost(Type *Ty) const { getFPOpCost() function |
H A D | TargetTransformInfo.h | 2522 InstructionCost getFPOpCost(Type *Ty) override { getFPOpCost() function |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | BasicTTIImpl.h | 551 InstructionCost getFPOpCost(Type *Ty) { getFPOpCost() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 674 InstructionCost TargetTransformInfo::getFPOpCost(Type *Ty) const { getFPOpCost() function in TargetTransformInfo |