/external/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 116 int getFPOpCost(Type *Ty);
|
D | ARMTargetTransformInfo.cpp | 337 int ARMTTIImpl::getFPOpCost(Type *Ty) { in getFPOpCost() function in ARMTTIImpl
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 404 int getFPOpCost(Type *Ty) const; 677 virtual int getFPOpCost(Type *Ty) = 0; 854 int getFPOpCost(Type *Ty) override { return Impl.getFPOpCost(Ty); } in getFPOpCost() function
|
D | TargetTransformInfoImpl.h | 258 unsigned getFPOpCost(Type *Ty) { return TargetTransformInfo::TCC_Basic; } in getFPOpCost() function
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 206 int TargetTransformInfo::getFPOpCost(Type *Ty) const { in getFPOpCost() function in TargetTransformInfo 207 int Cost = TTIImpl->getFPOpCost(Ty); in getFPOpCost()
|
D | InlineCost.cpp | 1111 if (TTI.getFPOpCost(I->getType()) == TargetTransformInfo::TCC_Expensive || in analyzeBlock()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 748 int getFPOpCost(Type *Ty) const; 1277 virtual int getFPOpCost(Type *Ty) = 0; 1632 int getFPOpCost(Type *Ty) override { return Impl.getFPOpCost(Ty); } in getFPOpCost() function
|
D | TargetTransformInfoImpl.h | 353 unsigned getFPOpCost(Type *Ty) { return TargetTransformInfo::TCC_Basic; } in getFPOpCost() function
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 810 int getFPOpCost(Type *Ty) const; 1476 virtual int getFPOpCost(Type *Ty) = 0; 1873 int getFPOpCost(Type *Ty) override { return Impl.getFPOpCost(Ty); } in getFPOpCost() function
|
D | TargetTransformInfoImpl.h | 310 unsigned getFPOpCost(Type *Ty) { return TargetTransformInfo::TCC_Basic; } in getFPOpCost() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 447 int TargetTransformInfo::getFPOpCost(Type *Ty) const { in getFPOpCost() function in TargetTransformInfo 448 int Cost = TTIImpl->getFPOpCost(Ty); in getFPOpCost()
|
D | InlineCost.cpp | 1009 if (TTI.getFPOpCost(I.getType()) == TargetTransformInfo::TCC_Expensive) in visitCastInst() 1359 TTI.getFPOpCost(I.getType()) == TargetTransformInfo::TCC_Expensive && in visitBinaryOperator()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 570 int TargetTransformInfo::getFPOpCost(Type *Ty) const { in getFPOpCost() function in TargetTransformInfo 571 int Cost = TTIImpl->getFPOpCost(Ty); in getFPOpCost()
|
D | InlineCost.cpp | 1171 if (TTI.getFPOpCost(I.getType()) == TargetTransformInfo::TCC_Expensive) in visitCastInst() 1521 TTI.getFPOpCost(I.getType()) == TargetTransformInfo::TCC_Expensive && in visitBinaryOperator()
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 204 unsigned getFPOpCost(Type *Ty) { in getFPOpCost() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 404 unsigned getFPOpCost(Type *Ty) { in getFPOpCost() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 389 unsigned getFPOpCost(Type *Ty) { in getFPOpCost() function
|