Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h389 InstructionCost getFPOpCost(Type *Ty) const { in getFPOpCost() function
DTargetTransformInfo.h2220 InstructionCost getFPOpCost(Type *Ty) override { in getFPOpCost() function
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h523 InstructionCost getFPOpCost(Type *Ty) { in getFPOpCost() function
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DTargetTransformInfo.cpp595 InstructionCost TargetTransformInfo::getFPOpCost(Type *Ty) const { in getFPOpCost() function in TargetTransformInfo