Searched refs:shouldBuildLookupTables (Results 1 – 8 of 8) sorted by relevance
44 bool shouldBuildLookupTables() const override { return false; } in shouldBuildLookupTables() function
179 bool shouldBuildLookupTables() const override;
394 bool HexagonTTIImpl::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in HexagonTTIImpl
594 bool TargetTransformInfo::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in TargetTransformInfo595 return TTIImpl->shouldBuildLookupTables(); in shouldBuildLookupTables()
924 LLVM_ABI bool shouldBuildLookupTables() const;
424 virtual bool shouldBuildLookupTables() const { return true; } in shouldBuildLookupTables() function
606 bool shouldBuildLookupTables() const override { in shouldBuildLookupTables() function
6829 if (!TTI.shouldBuildLookupTables() || in switchToLookupTable()