HomeSort by: relevance | last modified time | path
    Searched defs:getFPOpCost (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 346 InstructionCost getFPOpCost(Type *Ty) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 471 InstructionCost getFPOpCost(Type *Ty) {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp 533 InstructionCost TargetTransformInfo::getFPOpCost(Type *Ty) const {
534 InstructionCost Cost = TTIImpl->getFPOpCost(Ty);

Completed in 61 milliseconds