HomeSort by relevance Sort by last modified time
    Searched refs:getFPOpCost (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.h 116 int getFPOpCost(Type *Ty);
ARMTargetTransformInfo.cpp 337 int ARMTTIImpl::getFPOpCost(Type *Ty) {
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 206 int TargetTransformInfo::getFPOpCost(Type *Ty) const {
207 int Cost = TTIImpl->getFPOpCost(Ty);
InlineCost.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 404 int getFPOpCost(Type *Ty) const;
677 virtual int getFPOpCost(Type *Ty) = 0;
    [all...]
TargetTransformInfoImpl.h 258 unsigned getFPOpCost(Type *Ty) { return TargetTransformInfo::TCC_Basic; }
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 204 unsigned getFPOpCost(Type *Ty) {
    [all...]

Completed in 389 milliseconds