Home
last modified time | relevance | path

Searched defs:hasDivRemOp (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetTransformInfo.cpp13 bool MipsTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { in hasDivRemOp() function in MipsTTIImpl
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp401 bool SystemZTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { hasDivRemOp() function in SystemZTTIImpl
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h330 bool hasDivRemOp(Type *DataType, bool IsSigned) const { return false; } hasDivRemOp() function
H A DTargetTransformInfo.h2417 bool hasDivRemOp(Type *DataType, bool IsSigned) override { hasDivRemOp() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp529 bool TargetTransformInfo::hasDivRemOp(Type *DataType, bool IsSigned) const { hasDivRemOp() function in TargetTransformInfo
/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp6114 bool X86TTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { hasDivRemOp() function in X86TTIImpl