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 107 int getFPOpCost(Type *Ty);
ARMTargetTransformInfo.cpp 313 int ARMTTIImpl::getFPOpCost(Type *Ty) {
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 373 int getFPOpCost(Type *Ty) const;
590 virtual int getFPOpCost(Type *Ty) = 0;
    [all...]
TargetTransformInfoImpl.h 252 unsigned getFPOpCost(Type *Ty) { return TargetTransformInfo::TCC_Basic; }
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 184 int TargetTransformInfo::getFPOpCost(Type *Ty) const {
185 int Cost = TTIImpl->getFPOpCost(Ty);
InlineCost.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 194 unsigned getFPOpCost(Type *Ty) {

Completed in 341 milliseconds