Home
last modified time | relevance | path

Searched refs:isSmallConstant (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp487 bool isSmallConstant(unsigned VR) const;
613 bool HexagonGenInsert::isSmallConstant(unsigned VR) const { in isSmallConstant() function in HexagonGenInsert
926 if (findSelfReference(VR) || isSmallConstant(VR)) in collectInBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp529 bool isSmallConstant(unsigned VR) const;
657 bool HexagonGenInsert::isSmallConstant(unsigned VR) const { in isSmallConstant() function in HexagonGenInsert
963 if (findSelfReference(VR) || isSmallConstant(VR)) in collectInBlock()