Searched refs:hasDivRemOp (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.h | 78 bool hasDivRemOp(Type *DataType, bool IsSigned);
|
| H A D | SystemZTargetTransformInfo.cpp | 359 bool SystemZTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { in hasDivRemOp() function in SystemZTTIImpl
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | DivRemPairs.cpp | 196 bool HasDivRemOp = TTI.hasDivRemOp(E.getType(), E.isSigned()); in optimizeDivRem()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 234 bool hasDivRemOp(Type *DataType, bool IsSigned);
|
| H A D | X86TargetTransformInfo.cpp | 4610 bool X86TTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { in hasDivRemOp() function in X86TTIImpl
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 668 bool hasDivRemOp(Type *DataType, bool IsSigned) const; 1519 virtual bool hasDivRemOp(Type *DataType, bool IsSigned) = 0; 1900 bool hasDivRemOp(Type *DataType, bool IsSigned) override { in hasDivRemOp() function 1901 return Impl.hasDivRemOp(DataType, IsSigned); in hasDivRemOp()
|
| H A D | TargetTransformInfoImpl.h | 265 bool hasDivRemOp(Type *DataType, bool IsSigned) const { return false; } in hasDivRemOp() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 412 bool TargetTransformInfo::hasDivRemOp(Type *DataType, bool IsSigned) const { in hasDivRemOp() function in TargetTransformInfo 413 return TTIImpl->hasDivRemOp(DataType, IsSigned); in hasDivRemOp()
|