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

  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 313 int ARMTTIImpl::getFPOpCost(Type *Ty) {
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 252 unsigned getFPOpCost(Type *Ty) { return TargetTransformInfo::TCC_Basic; }
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 194 unsigned getFPOpCost(Type *Ty) {
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 184 int TargetTransformInfo::getFPOpCost(Type *Ty) const {
185 int Cost = TTIImpl->getFPOpCost(Ty);

Completed in 983 milliseconds