Searched defs:shouldBuildLookupTables (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/Target/Lanai/ | ||
H A D | LanaiTargetTransformInfo.h | 44 bool shouldBuildLookupTables() const { return false; } in shouldBuildLookupTables() function |
/llvm-project/llvm/lib/Target/Hexagon/ | ||
H A D | HexagonTargetTransformInfo.cpp | 393 bool HexagonTTIImpl::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in HexagonTTIImpl |
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 362 bool shouldBuildLookupTables() const { return true; } shouldBuildLookupTables() function |
H A D | TargetTransformInfo.h | 2445 bool shouldBuildLookupTables() override { shouldBuildLookupTables() function |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | BasicTTIImpl.h | 509 bool shouldBuildLookupTables() { shouldBuildLookupTables() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 573 bool TargetTransformInfo::shouldBuildLookupTables() const { shouldBuildLookupTables() function in TargetTransformInfo |