HomeSort by relevance Sort by last modified time
    Searched refs:getFPOpCost (Results 1 - 12 of 12) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetTransformInfo.h 619 int getFPOpCost(Type *Ty) const;
    [all...]
TargetTransformInfoImpl.h 330 unsigned getFPOpCost(Type *Ty) { return TargetTransformInfo::TCC_Basic; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
TargetTransformInfo.cpp 297 int TargetTransformInfo::getFPOpCost(Type *Ty) const {
298 int Cost = TTIImpl->getFPOpCost(Ty);
    [all...]
InlineCost.cpp 720 if (TTI.getFPOpCost(I.getType()) == TargetTransformInfo::TCC_Expensive)
    [all...]
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 204 unsigned getFPOpCost(Type *Ty) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 334 unsigned getFPOpCost(Type *Ty) {
    [all...]

Completed in 80 milliseconds