Home
last modified time | relevance | path

Searched refs:isExtendedFloatingPoint (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DValueTypes.h119 return isSimple() ? V.isFloatingPoint() : isExtendedFloatingPoint(); in isFloatingPoint()
373 bool isExtendedFloatingPoint() const LLVM_READONLY;
/external/swiftshader/third_party/LLVM/utils/TableGen/
DTGValueTypes.cpp66 bool EVT::isExtendedFloatingPoint() const { in isExtendedFloatingPoint() function in EVT
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DValueTypes.h137 return isSimple() ? V.isFloatingPoint() : isExtendedFloatingPoint(); in isFloatingPoint()
418 bool isExtendedFloatingPoint() const LLVM_READONLY;
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DValueTypes.h470 return isSimple() ? V.isFloatingPoint() : isExtendedFloatingPoint(); in isFloatingPoint()
696 bool isExtendedFloatingPoint() const;
/external/swiftshader/third_party/LLVM/lib/VMCore/
DValueTypes.cpp43 bool EVT::isExtendedFloatingPoint() const { in isExtendedFloatingPoint() function in EVT
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DValueTypes.cpp43 bool EVT::isExtendedFloatingPoint() const { in isExtendedFloatingPoint() function in EVT
/external/llvm/lib/IR/
DValueTypes.cpp48 bool EVT::isExtendedFloatingPoint() const { in isExtendedFloatingPoint() function in EVT