Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h44 bool shouldBuildLookupTables() const { return false; } in shouldBuildLookupTables() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp393 bool HexagonTTIImpl::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in HexagonTTIImpl
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h364 bool shouldBuildLookupTables() const { return true; } in shouldBuildLookupTables() function
H A DTargetTransformInfo.h2470 bool shouldBuildLookupTables() override { in shouldBuildLookupTables() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h509 bool shouldBuildLookupTables() { in shouldBuildLookupTables() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp577 bool TargetTransformInfo::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in TargetTransformInfo